com.basho.riak.client.cap
Interface MutationProducer<T>

Type Parameters:
T - the type that produced Mutations will mutate.

public interface MutationProducer<T>

Maybe you want to produce a Mutation at will? Say if you are using a DomainBucket.

Author:
russell

Method Summary
 Mutation<T> produce(T o)
           
 

Method Detail

produce

Mutation<T> produce(T o)


Copyright © 2012. All Rights Reserved.