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. |
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.
|
com.basho.riak.client.raw |
The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak
|
com.basho.riak.client.raw.http |
Classes for adapting the http.
RiakClient to the
RawClient interface |
com.basho.riak.client.raw.pbc |
Classes for adapting the pbc.
RiakClient to the
RawClient interface |
Class and Description |
---|
Bucket
The primary interface for working with Key/Value data in Riak, a factory for key/value
RiakOperation s. |
FetchBucket
A
RiakOperation that gets a Bucket from Riak. |
WriteBucket
A
RiakOperation for creating/updating a Bucket . |
Class and Description |
---|
Bucket
The primary interface for working with Key/Value data in Riak, a factory for key/value
RiakOperation s. |
BucketProperties
The set of properties for a bucket, things like n_val, allow_mult, default
read quorum.
|
DefaultBucketProperties
An immutable implementation of
BucketProperties . |
FetchBucket
A
RiakOperation that gets a Bucket from Riak. |
RiakBucket
Wraps a
DomainBucket strongly typed for IRiakObject. |
TunableCAPProps
Parameter wrapper class for the growing number of tunable CAP knobs on Riak
|
VClockPruneProps
Parameter wrapper class for the set of vclock prune properties
|
WriteBucket
A
RiakOperation for creating/updating a Bucket . |
Class and Description |
---|
Bucket
The primary interface for working with Key/Value data in Riak, a factory for key/value
RiakOperation s. |
BucketProperties
The set of properties for a bucket, things like n_val, allow_mult, default
read quorum.
|
DomainBucket
A domain bucket is a wrapper around a
Bucket that is strongly typed and uses
a preset ConflictResolver , MutationProducer , Converter , r, w, dw, rw, Retrier ,
returnBody etc |
Class and Description |
---|
BucketProperties
The set of properties for a bucket, things like n_val, allow_mult, default
read quorum.
|
Class and Description |
---|
BucketProperties
The set of properties for a bucket, things like n_val, allow_mult, default
read quorum.
|
Class and Description |
---|
BucketProperties
The set of properties for a bucket, things like n_val, allow_mult, default
read quorum.
|
Copyright © 2014. All Rights Reserved.