org.openrdf.sail.nativerdf
Class ValueStoreRevision
java.lang.Object
org.openrdf.sail.nativerdf.ValueStoreRevision
- All Implemented Interfaces:
- Serializable
public class ValueStoreRevision
- extends Object
- implements Serializable
A ValueStore revision for NativeValue
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueStoreRevision
public ValueStoreRevision(ValueStore valueStore)
getValueStore
public ValueStore getValueStore()
Copyright © 2001-2010 Aduna. All Rights Reserved.