|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.basho.riak.client | |
---|---|
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.cap | Classes that are relevant in the face of eventually consistent, fault tolerant databases (like Riak). |
com.basho.riak.client.convert | Classes for converting Riak data into domain specific classes and back. |
com.basho.riak.client.convert.reflect | |
com.basho.riak.client.operations | The interfaces/classes that model the set of operations for talking to Riak. |
com.basho.riak.client.plain | Deprecated please see com.basho.riak.http.client.plain |
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 |
com.basho.riak.client.raw.query | Inputs to the RawClient s for Map/Reduce and Link Walking. |
com.basho.riak.client.request | Deprecated please see com.basho.riak.http.client.request |
com.basho.riak.client.response | Deprecated please see com.basho.riak.http.client.response |
com.basho.riak.client.util | General utility classes used by the API, mainly deprecated classes that have been moved to com.basho.riak.client.http.util. |
Classes in com.basho.riak.client used by com.basho.riak.client | |
---|---|
IRiakClient
Primary high-level interface for accessing Riak. |
|
IRiakObject
Represents the data and meta data stored in Riak at a bucket/key. |
|
RiakBucketInfo
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakBucketInfo instead. WARNING: This class will be REMOVED in the next version. |
|
RiakClient
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakClient instead. WARNING: This class will be REMOVED in the next version. Please see also IRiakClient, IRiakObject for the new API |
|
RiakConfig
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakConfig instead. WARNING: This class will be REMOVED in the next version. |
|
RiakException
|
|
RiakLink
Models a link from one object to another in Riak. |
|
RiakObject
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakObject instead. WARNING: This class will be REMOVED in the next version. Please see also IRiakClient, IRiakObject for the new API |
|
RiakObject.LinkBuilder
Deprecated. Created by links() as a convenient way to build up link walking queries |
Classes in com.basho.riak.client used by com.basho.riak.client.bucket | |
---|---|
IRiakObject
Represents the data and meta data stored in Riak at a bucket/key. |
|
RiakException
|
|
RiakRetryFailedException
|
Classes in com.basho.riak.client used by com.basho.riak.client.builders | |
---|---|
IRiakObject
Represents the data and meta data stored in Riak at a bucket/key. |
|
RiakLink
Models a link from one object to another in Riak. |
Classes in com.basho.riak.client used by com.basho.riak.client.cap | |
---|---|
RiakRetryFailedException
|
Classes in com.basho.riak.client used by com.basho.riak.client.convert | |
---|---|
IRiakObject
Represents the data and meta data stored in Riak at a bucket/key. |
|
RiakLink
Models a link from one object to another in Riak. |
Classes in com.basho.riak.client used by com.basho.riak.client.convert.reflect | |
---|---|
RiakLink
Models a link from one object to another in Riak. |
Classes in com.basho.riak.client used by com.basho.riak.client.operations | |
---|---|
RiakException
|
|
RiakRetryFailedException
|
Classes in com.basho.riak.client used by com.basho.riak.client.plain | |
---|---|
RiakBucketInfo
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakBucketInfo instead. WARNING: This class will be REMOVED in the next version. |
|
RiakClient
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakClient instead. WARNING: This class will be REMOVED in the next version. Please see also IRiakClient, IRiakObject for the new API |
|
RiakConfig
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakConfig instead. WARNING: This class will be REMOVED in the next version. |
|
RiakObject
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakObject instead. WARNING: This class will be REMOVED in the next version. Please see also IRiakClient, IRiakObject for the new API |
Classes in com.basho.riak.client used by com.basho.riak.client.query | |
---|---|
IRiakObject
Represents the data and meta data stored in Riak at a bucket/key. |
|
RiakException
|
Classes in com.basho.riak.client used by com.basho.riak.client.query.indexes | |
---|---|
RiakException
|
Classes in com.basho.riak.client used by com.basho.riak.client.raw | |
---|---|
IRiakObject
Represents the data and meta data stored in Riak at a bucket/key. |
|
RiakException
|
Classes in com.basho.riak.client used by com.basho.riak.client.raw.http | |
---|---|
IRiakObject
Represents the data and meta data stored in Riak at a bucket/key. |
Classes in com.basho.riak.client used by com.basho.riak.client.raw.pbc | |
---|---|
IRiakObject
Represents the data and meta data stored in Riak at a bucket/key. |
Classes in com.basho.riak.client used by com.basho.riak.client.raw.query | |
---|---|
RiakException
|
Classes in com.basho.riak.client used by com.basho.riak.client.request | |
---|---|
RiakClient
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakClient instead. WARNING: This class will be REMOVED in the next version. Please see also IRiakClient, IRiakObject for the new API |
|
RiakObject
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakObject instead. WARNING: This class will be REMOVED in the next version. Please see also IRiakClient, IRiakObject for the new API |
Classes in com.basho.riak.client used by com.basho.riak.client.response | |
---|---|
RiakBucketInfo
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakBucketInfo instead. WARNING: This class will be REMOVED in the next version. |
|
RiakClient
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakClient instead. WARNING: This class will be REMOVED in the next version. Please see also IRiakClient, IRiakObject for the new API |
|
RiakObject
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakObject instead. WARNING: This class will be REMOVED in the next version. Please see also IRiakClient, IRiakObject for the new API |
Classes in com.basho.riak.client used by com.basho.riak.client.util | |
---|---|
RiakClient
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakClient instead. WARNING: This class will be REMOVED in the next version. Please see also IRiakClient, IRiakObject for the new API |
|
RiakConfig
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakConfig instead. WARNING: This class will be REMOVED in the next version. |
|
RiakLink
Models a link from one object to another in Riak. |
|
RiakObject
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakObject instead. WARNING: This class will be REMOVED in the next version. Please see also IRiakClient, IRiakObject for the new API |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |