Package org.eclipse.rdf4j.sail.lmdb
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.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionlong
org.eclipse.rdf4j.sail.lmdb.ValueStore
boolean
resolveValue
(long id, LmdbValue value)
-
Method Details
-
getRevisionId
long getRevisionId() -
getValueStore
org.eclipse.rdf4j.sail.lmdb.ValueStore getValueStore() -
resolveValue
-