Uses of Class
com.basho.riak.client.RiakBucketInfo

Packages that use RiakBucketInfo
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
com.basho.riak.client.plain Deprecated please see com.basho.riak.http.client.plain 
com.basho.riak.client.response Deprecated please see com.basho.riak.http.client.response 
 

Uses of RiakBucketInfo in com.basho.riak.client
 

Methods in com.basho.riak.client with parameters of type RiakBucketInfo
 HttpResponse RiakClient.setBucketSchema(String bucket, RiakBucketInfo bucketInfo)
          Deprecated.  
 HttpResponse RiakClient.setBucketSchema(String bucket, RiakBucketInfo bucketInfo, RequestMeta meta)
          Deprecated. Set the properties for a Riak bucket.
 

Uses of RiakBucketInfo in com.basho.riak.client.plain
 

Methods in com.basho.riak.client.plain that return RiakBucketInfo
 RiakBucketInfo PlainClient.listBucket(String bucket)
          Deprecated.  
 RiakBucketInfo PlainClient.listBucket(String bucket, RequestMeta meta)
          Deprecated. Like RiakClient.listBucket(String, RequestMeta), except throws on a non-200 response
 

Methods in com.basho.riak.client.plain with parameters of type RiakBucketInfo
 void PlainClient.setBucketSchema(String bucket, RiakBucketInfo bucketInfo)
          Deprecated.  
 void PlainClient.setBucketSchema(String bucket, RiakBucketInfo bucketInfo, RequestMeta meta)
          Deprecated. Like RiakClient.setBucketSchema(String, RiakBucketInfo, RequestMeta), except throws on a non-204 response.
 

Uses of RiakBucketInfo in com.basho.riak.client.response
 

Methods in com.basho.riak.client.response that return RiakBucketInfo
 RiakBucketInfo BucketResponse.getBucketInfo()
          Deprecated. The bucket's schema and keys
 



Copyright © 2012. All Rights Reserved.