Uses of Class
voldemort.versioning.ObsoleteVersionException

Packages that use ObsoleteVersionException
voldemort.client The user facing interface to Voldemort. 
voldemort.rest.coordinator   
voldemort.store.rebalancing Server side wrapper stores used for redirection during rebalancing. 
 

Uses of ObsoleteVersionException in voldemort.client
 

Methods in voldemort.client that throw ObsoleteVersionException
 Version StoreClient.put(K key, Versioned<V> versioned)
          Put the given Versioned value into the store for the given key if the version is greater to or concurrent with existing values.
 Version LazyStoreClient.put(K key, Versioned<V> versioned)
           
 Version DefaultStoreClient.put(K key, Versioned<V> versioned)
           
 Version DefaultStoreClient.put(K key, Versioned<V> versioned, java.lang.Object transform)
           
 

Uses of ObsoleteVersionException in voldemort.rest.coordinator
 

Methods in voldemort.rest.coordinator that throw ObsoleteVersionException
 Version DynamicTimeoutStoreClient.putVersionedWithCustomTimeout(CompositeVoldemortRequest<K,V> requestWrapper)
          Performs a Versioned put operation with the specified composite request object
 

Uses of ObsoleteVersionException in voldemort.store.rebalancing
 

Methods in voldemort.store.rebalancing that throw ObsoleteVersionException
 void RebootstrappingStore.put(ByteArray key, Versioned<byte[]> versioned, byte[] transforms)
           
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu