|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchBucket | |
---|---|
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. |
Uses of FetchBucket in com.basho.riak.client |
---|
Methods in com.basho.riak.client that return FetchBucket | |
---|---|
FetchBucket |
IRiakClient.fetchBucket(String bucketName)
Create a new FetchBucket operation, and return it. |
FetchBucket |
DefaultRiakClient.fetchBucket(String bucketName)
|
Uses of FetchBucket in com.basho.riak.client.bucket |
---|
Methods in com.basho.riak.client.bucket that return FetchBucket | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |