Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
RiakBucketInfo |
BucketResponse.getBucketInfo()
Deprecated.
The bucket's schema and keys
|
Copyright © 2014. All Rights Reserved.