Uses of Class
com.basho.riak.client.builders.DomainBucketBuilder

Packages that use DomainBucketBuilder
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 DomainBucketBuilder in com.basho.riak.client.bucket
 

Methods in com.basho.riak.client.bucket that return DomainBucketBuilder
static
<T> DomainBucketBuilder<T>
DomainBucket.builder(Bucket b, Class<T> clazz)
          Factory method to create a new DomainBucketBuilder for the given Bucket and Class.
 

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

Methods in com.basho.riak.client.builders that return DomainBucketBuilder
 DomainBucketBuilder<T> DomainBucketBuilder.basicQuorum(boolean basicQuorum)
           
 DomainBucketBuilder<T> DomainBucketBuilder.dw(int dw)
          The durable write quorum for store operations on the built DomainBucket
 DomainBucketBuilder<T> DomainBucketBuilder.dw(Quora dw)
          The durable write quorum for store operations on the built DomainBucket
 DomainBucketBuilder<T> DomainBucketBuilder.ifNoneMatch(boolean ifNoneMatch)
           
 DomainBucketBuilder<T> DomainBucketBuilder.ifNotModified(boolean ifNotModified)
           
 DomainBucketBuilder<T> DomainBucketBuilder.mutationProducer(MutationProducer<T> mutationProducer)
          A MutationProducer to provide the Mutation to use in store operations.
 DomainBucketBuilder<T> DomainBucketBuilder.notFoundOK(boolean notFoundOK)
           
 DomainBucketBuilder<T> DomainBucketBuilder.pr(int pr)
           
 DomainBucketBuilder<T> DomainBucketBuilder.pr(Quora pr)
           
 DomainBucketBuilder<T> DomainBucketBuilder.pw(int pw)
           
 DomainBucketBuilder<T> DomainBucketBuilder.pw(Quora pw)
           
 DomainBucketBuilder<T> DomainBucketBuilder.r(int r)
          The read quorum for fetch/store operations on the built DomainBucket
 DomainBucketBuilder<T> DomainBucketBuilder.r(Quora r)
          The read quorum for fetch/store operations on the built DomainBucket
 DomainBucketBuilder<T> DomainBucketBuilder.retrier(Retrier retrier)
          The Retrier to use on operations on the built DomainBucket
 DomainBucketBuilder<T> DomainBucketBuilder.returnBody(boolean returnBody)
          Should store operations on the built DomainBucket return a body?
 DomainBucketBuilder<T> DomainBucketBuilder.returnDeletedVClock(boolean returnDeletedVClock)
           
 DomainBucketBuilder<T> DomainBucketBuilder.rw(int rw)
          The read write quorum for delete operations on the built DomainBucket
 DomainBucketBuilder<T> DomainBucketBuilder.rw(Quora rw)
          The read write quorum for delete operations on the built DomainBucket
 DomainBucketBuilder<T> DomainBucketBuilder.w(int w)
          The write quorum for store operations on the built DomainBucket
 DomainBucketBuilder<T> DomainBucketBuilder.w(Quora w)
          The write quorum for store operations on the built DomainBucket
 DomainBucketBuilder<T> DomainBucketBuilder.withConverter(Converter<T> converter)
          The Converter to use on fetch and store operations on the built DomainBucket
 DomainBucketBuilder<T> DomainBucketBuilder.withResolver(ConflictResolver<T> resolver)
          the ConflictResolver the DomainBucket will use.
 



Copyright © 2012. All Rights Reserved.