Package org.eclipse.rdf4j.sail.lmdb
Class ValueStoreRevision.Lazy
java.lang.Object
org.eclipse.rdf4j.sail.lmdb.ValueStoreRevision.Base
org.eclipse.rdf4j.sail.lmdb.ValueStoreRevision.Lazy
- All Implemented Interfaces:
Serializable
,ValueStoreRevision
- Enclosing interface:
ValueStoreRevision
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.rdf4j.sail.lmdb.ValueStoreRevision
ValueStoreRevision.Base, ValueStoreRevision.Default, ValueStoreRevision.Lazy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
org.eclipse.rdf4j.sail.lmdb.ValueStore
boolean
resolveValue
(long id, LmdbValue value) Methods inherited from class org.eclipse.rdf4j.sail.lmdb.ValueStoreRevision.Base
equals, hashCode
-
Constructor Details
-
Lazy
-
-
Method Details
-
getRevisionId
public long getRevisionId()- Specified by:
getRevisionId
in interfaceValueStoreRevision
-
getValueStore
public org.eclipse.rdf4j.sail.lmdb.ValueStore getValueStore()- Specified by:
getValueStore
in interfaceValueStoreRevision
-
resolveValue
- Specified by:
resolveValue
in interfaceValueStoreRevision
-