|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||