|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Bucket | |
|---|---|
| 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. |
| com.basho.riak.client.builders | These builders provide a fluid API for creating instances of some immutable (or mainly immutable classes) that have a large number of constructor parameters. |
| Uses of Bucket in com.basho.riak.client |
|---|
| Methods in com.basho.riak.client with parameters of type Bucket | |
|---|---|
WriteBucket |
IRiakClient.updateBucket(Bucket bucket)
Create a new WriteBucket operation to update passed bucket. |
WriteBucket |
DefaultRiakClient.updateBucket(Bucket b)
|
| Uses of Bucket in com.basho.riak.client.bucket |
|---|
| Classes in com.basho.riak.client.bucket that implement Bucket | |
|---|---|
class |
DefaultBucket
Default implementation of Bucket for creating RiakOperations
on k/v data and accessing BucketProperties. |
| Methods in com.basho.riak.client.bucket that return Bucket | |
|---|---|
Bucket |
WriteBucket.execute()
Creates/updates a Bucket in Riak with the set of properties configured. |
Bucket |
FetchBucket.execute()
Execute the fetch operation using the RawClient |
| Methods in com.basho.riak.client.bucket with parameters of type Bucket | ||
|---|---|---|
static
|
DomainBucket.builder(Bucket b,
Class<T> clazz)
Factory method to create a new DomainBucketBuilder for the given Bucket and Class. |
|
static RiakBucket |
RiakBucket.newRiakBucket(Bucket b)
|
|
| Constructors in com.basho.riak.client.bucket with parameters of type Bucket | |
|---|---|
DomainBucket(Bucket bucket,
ConflictResolver<T> resolver,
Converter<T> converter,
MutationProducer<T> mutationProducer,
StoreMeta storeMeta,
FetchMeta fetchMeta,
DeleteMeta deleteMeta,
Class<T> clazz,
Retrier retrier)
Create a new DomainBucket for clazz Class objects
wrapped around bucket
It is recommended to use the DomainBucketBuilder rather than this
constructor. |
|
WriteBucket(RawClient client,
Bucket bucket,
Retrier retrier)
Create WriteBucket operation that delegates to the given RawClient via the give Retrier. |
|
| Uses of Bucket in com.basho.riak.client.builders |
|---|
| Constructors in com.basho.riak.client.builders with parameters of type Bucket | |
|---|---|
DomainBucketBuilder(Bucket bucket,
Class<T> clazz)
Create a DomainBucket that stores instance of clazz in bucket |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||