Class InMemRecordCache

java.lang.Object
org.eclipse.rdf4j.sail.nativerdf.InMemRecordCache

public class InMemRecordCache extends Object
An simplified implementation of the RecordCache that keeps everything in memory.
  • Field Details Link icon

  • Constructor Details Link icon

    • InMemRecordCache Link icon

      public InMemRecordCache()
  • Method Details Link icon

    • setMaxRecords Link icon

      public void setMaxRecords(long maxRecords)
    • getRecordCount Link icon

      public long getRecordCount()
    • storeRecord Link icon

      public void storeRecord(byte[] data)
    • storeRecords Link icon

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

      public void clear()
    • getRecords Link icon

      public RecordIterator getRecords()
    • isValid Link icon

      public boolean isValid()
    • discard Link icon

      public void discard()