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

Packages that use MutationProducer
com.basho.riak.client.bucket A bucket is a namespace abstraction provided by Riak, the API uses Bucket as the primary way to interact with data stored in Riak. 
com.basho.riak.client.builders These builders provide a fluid API for creating instances of some immutable (or mainly immutable classes) that have a large number of constructor parameters. 
 

Uses of MutationProducer in com.basho.riak.client.bucket
 

Constructors in com.basho.riak.client.bucket with parameters of type MutationProducer
DomainBucket(Bucket bucket, ConflictResolver<T> resolver, Converter<T> converter, MutationProducer<T> mutationProducer, StoreMeta storeMeta, FetchMeta fetchMeta, DeleteMeta deleteMeta, Class<T> clazz, Retrier retrier)
          Create a new DomainBucket for clazz Class objects wrapped around bucket It is recommended to use the DomainBucketBuilder rather than this constructor.
 

Uses of MutationProducer in com.basho.riak.client.builders
 

Methods in com.basho.riak.client.builders with parameters of type MutationProducer
 DomainBucketBuilder<T> DomainBucketBuilder.mutationProducer(MutationProducer<T> mutationProducer)
          A MutationProducer to provide the Mutation to use in store operations.
 



Copyright © 2012. All Rights Reserved.