Uses of Interface
com.basho.riak.client.cap.Mutation

Packages that use Mutation
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. 
 

Uses of Mutation in com.basho.riak.client.cap
 

Classes in com.basho.riak.client.cap that implement Mutation
 class ClobberMutation<T>
          A mutation that overwrites the original value with a new one.
 

Methods in com.basho.riak.client.cap that return Mutation
 Mutation<T> MutationProducer.produce(T o)
           
 

Uses of Mutation in com.basho.riak.client.operations
 

Methods in com.basho.riak.client.operations with parameters of type Mutation
 StoreObject<T> StoreObject.withMutator(Mutation<T> mutation)
          The Mutation to apply to the value retrieved from the fetch operation
 



Copyright © 2012. All Rights Reserved.