Interface ValueStoreRevision

All Known Implementing Classes:
ValueStoreRevision.Base, ValueStoreRevision.Default, ValueStoreRevision.Lazy

public interface ValueStoreRevision
A ValueStore revision for LmdbValue objects. For a cached value ID of a LmdbValue to be valid, the revision object needs to be equal to the concerning ValueStore's revision object. The ValueStore's revision object is changed whenever values are removed from it or IDs are changed.
  • Method Details

    • getRevisionId

      long getRevisionId()
    • getValueStore

      org.eclipse.rdf4j.sail.lmdb.ValueStore getValueStore()
    • resolveValue

      boolean resolveValue(long id, LmdbValue value)