Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
RiakClient.setBucketSchema(String bucket,
RiakBucketInfo bucketInfo) |
HttpResponse |
RiakClient.setBucketSchema(String bucket,
RiakBucketInfo bucketInfo,
RequestMeta meta) |
Modifier and Type | Method and Description |
---|---|
RiakBucketInfo |
PlainClient.listBucket(String bucket) |
RiakBucketInfo |
PlainClient.listBucket(String bucket,
RequestMeta meta)
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) |
void |
PlainClient.setBucketSchema(String bucket,
RiakBucketInfo bucketInfo,
RequestMeta meta)
Like
RiakClient.setBucketSchema(String, RiakBucketInfo, RequestMeta) ,
except throws on a non-204 response. |
Modifier and Type | Method and Description |
---|---|
RiakBucketInfo |
BucketResponse.getBucketInfo()
The bucket's schema and keys
|
Copyright © 2014. All Rights Reserved.