Package org.eclipse.rdf4j.sail.nativerdf
Class ValueStoreRevision
- java.lang.Object
-
- org.eclipse.rdf4j.sail.nativerdf.ValueStoreRevision
-
- All Implemented Interfaces:
Serializable
@Deprecated @InternalUseOnly public class ValueStoreRevision extends Object implements Serializable
Deprecated.since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.AValueStore
revision forNativeValue
objects. For a cached value ID of a NativeValue 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.- Author:
- Arjohn Kampman
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueStoreRevision(ValueStore valueStore)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ValueStore
getValueStore()
Deprecated.
-
-
-
Constructor Detail
-
ValueStoreRevision
public ValueStoreRevision(ValueStore valueStore)
Deprecated.
-
-
Method Detail
-
getValueStore
public ValueStore getValueStore()
Deprecated.
-
-