Uses of Package
com.basho.riak.client.bucket

Packages that use com.basho.riak.client.bucket
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
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. 
com.basho.riak.client.raw The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak 
com.basho.riak.client.raw.http Classes for adapting the http.RiakClient to the RawClient interface 
com.basho.riak.client.raw.pbc Classes for adapting the pbc.RiakClient to the RawClient interface 
 

Classes in com.basho.riak.client.bucket used by com.basho.riak.client
Bucket
          The primary interface for working with Key/Value data in Riak, a factory for key/value RiakOperations.
FetchBucket
          A RiakOperation that gets a Bucket from Riak.
WriteBucket
          A RiakOperation for creating/updating a Bucket.
 

Classes in com.basho.riak.client.bucket used by com.basho.riak.client.bucket
Bucket
          The primary interface for working with Key/Value data in Riak, a factory for key/value RiakOperations.
BucketProperties
          The set of properties for a bucket, things like n_val, allow_mult, default read quorum.
DefaultBucketProperties
          An immutable implementation of BucketProperties.
FetchBucket
          A RiakOperation that gets a Bucket from Riak.
RiakBucket
          Wraps a DomainBucket strongly typed for IRiakObject.
TunableCAPProps
          Parameter wrapper class for the growing number of tunable CAP knobs on Riak
VClockPruneProps
          Parameter wrapper class for the set of vclock prune properties
WriteBucket
          A RiakOperation for creating/updating a Bucket.
 

Classes in com.basho.riak.client.bucket used by com.basho.riak.client.builders
Bucket
          The primary interface for working with Key/Value data in Riak, a factory for key/value RiakOperations.
BucketProperties
          The set of properties for a bucket, things like n_val, allow_mult, default read quorum.
DomainBucket
          A domain bucket is a wrapper around a Bucket that is strongly typed and uses a preset ConflictResolver, MutationProducer, Converter, r, w, dw, rw, Retrier, returnBody etc
 

Classes in com.basho.riak.client.bucket used by com.basho.riak.client.raw
BucketProperties
          The set of properties for a bucket, things like n_val, allow_mult, default read quorum.
 

Classes in com.basho.riak.client.bucket used by com.basho.riak.client.raw.http
BucketProperties
          The set of properties for a bucket, things like n_val, allow_mult, default read quorum.
 

Classes in com.basho.riak.client.bucket used by com.basho.riak.client.raw.pbc
BucketProperties
          The set of properties for a bucket, things like n_val, allow_mult, default read quorum.
 



Copyright © 2012. All Rights Reserved.