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

Packages that use RiakBucketInfo
com.basho.riak.client.http The legacy, low-level HTTP REST RiakClient and associated classes, consider using the high-level IRiakClient 
com.basho.riak.client.http.plain A more OO wrapper to the legacy, low-level HTTP REST client map reduce key filters, consider using the high-level IRiakClient 
com.basho.riak.client.http.response HTTP response handling/wrapping classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
 

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

Methods in com.basho.riak.client.http with parameters of type RiakBucketInfo
 HttpResponse RiakClient.setBucketSchema(String bucket, RiakBucketInfo bucketInfo)
           
 HttpResponse RiakClient.setBucketSchema(String bucket, RiakBucketInfo bucketInfo, RequestMeta meta)
           
 

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

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

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

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

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



Copyright © 2012. All Rights Reserved.