Uses of Class
voldemort.client.UpdateAction

Packages that use UpdateAction
voldemort.client The user facing interface to Voldemort. 
 

Uses of UpdateAction in voldemort.client
 

Methods in voldemort.client with parameters of type UpdateAction
 boolean StoreClient.applyUpdate(UpdateAction<K,V> action)
          Apply the given action repeatedly until no ObsoleteVersionException is thrown.
 boolean LazyStoreClient.applyUpdate(UpdateAction<K,V> action)
           
 boolean DefaultStoreClient.applyUpdate(UpdateAction<K,V> action)
           
 boolean StoreClient.applyUpdate(UpdateAction<K,V> action, int maxTries)
          Apply the given action repeatedly until no ObsoleteVersionException is thrown or maxTries unsuccessful attempts have been made.
 boolean LazyStoreClient.applyUpdate(UpdateAction<K,V> action, int maxTries)
           
 boolean DefaultStoreClient.applyUpdate(UpdateAction<K,V> action, int maxTries)
           
 



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