Package | Description |
---|---|
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.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.query |
Classes and interfaces for running map/reduce and link walk operations on
Riak.
|
com.basho.riak.client.raw.pbc |
Classes for adapting the pbc.
RiakClient to the
RawClient interface |
Class and Description |
---|
Converter
Implement this and pass to a
RiakOperation for serializing/deserializing your domain objects to IRiakObject |
Class and Description |
---|
Converter
Implement this and pass to a
RiakOperation for serializing/deserializing your domain objects to IRiakObject |
Class and Description |
---|
ConversionException
Wraps any exception thrown while converting to/from
IRiakObject and your domain types. |
Converter
Implement this and pass to a
RiakOperation for serializing/deserializing your domain objects to IRiakObject |
RiakBeanSerializerModifier
BeanSerializerModifier that drops RiakKey and
RiakUsermeta annotated fields from the the set of fields that Jackson
will serialize |
Class and Description |
---|
UsermetaField
Convenience wrapper for a String field that is annotated with
RiakUsermeta |
Class and Description |
---|
ConversionException
Wraps any exception thrown while converting to/from
IRiakObject and your domain types. |
Converter
Implement this and pass to a
RiakOperation for serializing/deserializing your domain objects to IRiakObject |
Class and Description |
---|
ConversionException
Wraps any exception thrown while converting to/from
IRiakObject and your domain types. |
Class and Description |
---|
ConversionException
Wraps any exception thrown while converting to/from
IRiakObject and your domain types. |
Copyright © 2014. All Rights Reserved.