Uses of Interface
com.basho.riak.client.bucket.BucketProperties

Packages that use BucketProperties
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 
 

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

Subinterfaces of BucketProperties in com.basho.riak.client.bucket
 interface Bucket
          The primary interface for working with Key/Value data in Riak, a factory for key/value RiakOperations.
 

Classes in com.basho.riak.client.bucket that implement BucketProperties
 class DefaultBucket
          Default implementation of Bucket for creating RiakOperations on k/v data and accessing BucketProperties.
 class DefaultBucketProperties
          An immutable implementation of BucketProperties.
 class LazyBucketProperties
          A lazy loading BucketProperties.
 

Constructors in com.basho.riak.client.bucket with parameters of type BucketProperties
DefaultBucket(String name, BucketProperties properties, RawClient client, Retrier retrier)
          All RiakOperations created by this instance will use the RawClient and Retrier provided here.
 

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

Methods in com.basho.riak.client.builders that return BucketProperties
 BucketProperties BucketPropertiesBuilder.build()
           
 

Methods in com.basho.riak.client.builders with parameters of type BucketProperties
static BucketPropertiesBuilder BucketPropertiesBuilder.from(BucketProperties p)
           
 

Uses of BucketProperties in com.basho.riak.client.raw
 

Methods in com.basho.riak.client.raw that return BucketProperties
 BucketProperties RawClient.fetchBucket(String bucketName)
          The set of properties for the given bucket
 BucketProperties ClusterClient.fetchBucket(String bucketName)
           
 

Methods in com.basho.riak.client.raw with parameters of type BucketProperties
 void RawClient.updateBucket(String name, BucketProperties bucketProperties)
          Update a buckets properties from the BucketProperties provided.
 void ClusterClient.updateBucket(String name, BucketProperties bucketProperties)
           
 

Uses of BucketProperties in com.basho.riak.client.raw.http
 

Methods in com.basho.riak.client.raw.http that return BucketProperties
 BucketProperties HTTPClientAdapter.fetchBucket(String bucketName)
           
 

Methods in com.basho.riak.client.raw.http with parameters of type BucketProperties
 void HTTPClientAdapter.updateBucket(String name, BucketProperties bucketProperties)
           
 

Uses of BucketProperties in com.basho.riak.client.raw.pbc
 

Methods in com.basho.riak.client.raw.pbc that return BucketProperties
 BucketProperties PBClientAdapter.fetchBucket(String bucketName)
           
 

Methods in com.basho.riak.client.raw.pbc with parameters of type BucketProperties
 void PBClientAdapter.updateBucket(String name, BucketProperties bucketProperties)
           
 



Copyright © 2012. All Rights Reserved.