|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObsoleteVersionException | |
|---|---|
| voldemort.client | The user facing interface to Voldemort. |
| 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.store.rebalancing |
|---|
| Methods in voldemort.store.rebalancing that throw ObsoleteVersionException | |
|---|---|
void |
RebootstrappingStore.put(ByteArray key,
Versioned<byte[]> versioned,
byte[] transforms)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||