Package org.eclipse.rdf4j.sail.lmdb
Interface ValueStoreRevision
-
- All Known Implementing Classes:
ValueStoreRevision.Base
,ValueStoreRevision.Default
,ValueStoreRevision.Lazy
public interface ValueStoreRevision
AValueStore
revision forLmdbValue
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
Nested Classes Modifier and Type Interface Description static class
ValueStoreRevision.Base
static class
ValueStoreRevision.Default
static class
ValueStoreRevision.Lazy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getRevisionId()
org.eclipse.rdf4j.sail.lmdb.ValueStore
getValueStore()
boolean
resolveValue(long id, LmdbValue value)
-
-
-
Method Detail
-
getRevisionId
long getRevisionId()
-
getValueStore
org.eclipse.rdf4j.sail.lmdb.ValueStore getValueStore()
-
resolveValue
boolean resolveValue(long id, LmdbValue value)
-
-