org.openrdf.sesame.sailimpl.nativerdf
Class ValueStoreRevision

java.lang.Object
  extended byorg.openrdf.sesame.sailimpl.nativerdf.ValueStoreRevision

public class ValueStoreRevision
extends Object

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.


Constructor Summary
ValueStoreRevision(ValueStore valueStore)
           
 
Method Summary
 ValueStore getValueStore()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueStoreRevision

public ValueStoreRevision(ValueStore valueStore)
Method Detail

getValueStore

public ValueStore getValueStore()


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.