Package | Description |
---|---|
com.basho.riak.client.cap |
Classes that are relevant in the face of eventually consistent, fault
tolerant databases (like Riak).
|
com.basho.riak.client.operations |
The interfaces/classes that model the set of operations for talking to Riak.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConditionalStoreMutation<T>
Extends
Mutation and allows for a store operation not to occur
if the object it is being applied to is not modified. |
Modifier and Type | Class and Description |
---|---|
class |
ClobberMutation<T>
A mutation that overwrites the original value with a new one.
|
Modifier and Type | Method and Description |
---|---|
Mutation<T> |
MutationProducer.produce(T o) |
Modifier and Type | Method and Description |
---|---|
StoreObject<T> |
StoreObject.withMutator(Mutation<T> mutation)
The
Mutation to apply to the value retrieved from the fetch operation |
Copyright © 2014. All Rights Reserved.