Class InMemRecordCache


  • public class InMemRecordCache
    extends Object
    An simplified implementation of the RecordCache that keeps everything in memory.
    • Constructor Detail

      • InMemRecordCache

        public InMemRecordCache()
    • Method Detail

      • setMaxRecords

        public void setMaxRecords​(long maxRecords)
      • getRecordCount

        public long getRecordCount()
      • storeRecord

        public void storeRecord​(byte[] data)
      • storeRecords

        public void storeRecords​(org.eclipse.rdf4j.sail.nativerdf.RecordCache otherCache)
      • clear

        public void clear()
      • isValid

        public boolean isValid()
      • discard

        public void discard()