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.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. |
Modifier and Type | Method and Description |
---|---|
FetchBucket |
IRiakClient.fetchBucket(String bucketName)
Create a new
FetchBucket operation, and return it. |
FetchBucket |
DefaultRiakClient.fetchBucket(String bucketName) |
Modifier and Type | Method and Description |
---|---|
FetchBucket |
FetchBucket.lazyLoadBucketProperties()
Prior to the addition of this method there was no way to prevent
execute() from fetching the BucketProperties from Riak. |
FetchBucket |
FetchBucket.withRetrier(Retrier retrier)
Provide a
Retrier to use for the fetch operation. |
Copyright © 2014. All Rights Reserved.