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.operations |
The interfaces/classes that model the set of operations for talking to Riak.
|
com.basho.riak.client.query |
Classes and interfaces for running map/reduce and link walk operations on
Riak.
|
com.basho.riak.client.query.indexes | |
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 |
---|
Transport
Marker enum for supported transports.
|
Class and Description |
---|
DeleteMeta
The set of parameters for a delete operation
|
FetchMeta
Encapsulates the set of parameters available when fetching data from Riak
|
RawClient
Common interface for low-level clients.
|
StoreMeta
Encapsulates the optional parameters for a store operation on Riak
|
Class and Description |
---|
FetchMeta
Encapsulates the set of parameters available when fetching data from Riak
|
RawClient
Common interface for low-level clients.
|
Class and Description |
---|
RawClient
Common interface for low-level clients.
|
Class and Description |
---|
RawClient
Common interface for low-level clients.
|
Class and Description |
---|
DeleteMeta
The set of parameters for a delete operation
|
DeleteMeta.Builder |
FetchMeta
Encapsulates the set of parameters available when fetching data from Riak
|
FetchMeta.Builder |
RawClient
Common interface for low-level clients.
|
RiakResponse
A data response from Riak separated into a single vector clock and an array of sibling values.
|
StoreMeta
Encapsulates the optional parameters for a store operation on Riak
|
StoreMeta.Builder |
Transport
Marker enum for supported transports.
|
Class and Description |
---|
ClusterClient
A
RawClient that can be configured with a cluster of Riak clients
that connect to different Riak nodes. |
DeleteMeta
The set of parameters for a delete operation
|
FetchMeta
Encapsulates the set of parameters available when fetching data from Riak
|
RawClient
Common interface for low-level clients.
|
RiakClientFactory
Top level interface for
RawClient factories |
RiakResponse
A data response from Riak separated into a single vector clock and an array of sibling values.
|
StoreMeta
Encapsulates the optional parameters for a store operation on Riak
|
Transport
Marker enum for supported transports.
|
Class and Description |
---|
ClusterClient
A
RawClient that can be configured with a cluster of Riak clients
that connect to different Riak nodes. |
DeleteMeta
The set of parameters for a delete operation
|
FetchMeta
Encapsulates the set of parameters available when fetching data from Riak
|
RawClient
Common interface for low-level clients.
|
RiakClientFactory
Top level interface for
RawClient factories |
RiakResponse
A data response from Riak separated into a single vector clock and an array of sibling values.
|
StoreMeta
Encapsulates the optional parameters for a store operation on Riak
|
Transport
Marker enum for supported transports.
|
Copyright © 2014. All Rights Reserved.