Uses of Package
com.basho.riak.client.convert

Packages that use com.basho.riak.client.convert
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 
 

Classes in com.basho.riak.client.convert used by com.basho.riak.client.bucket
Converter
          Implement this and pass to a RiakOperation for serializing/deserializing your domain objects to IRiakObject
 

Classes in com.basho.riak.client.convert used by com.basho.riak.client.builders
Converter
          Implement this and pass to a RiakOperation for serializing/deserializing your domain objects to IRiakObject
 

Classes in com.basho.riak.client.convert used by com.basho.riak.client.convert
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
 

Classes in com.basho.riak.client.convert used by com.basho.riak.client.convert.reflect
UsermetaField
          Convenience wrapper for a String field that is annotated with RiakUsermeta
 

Classes in com.basho.riak.client.convert used by com.basho.riak.client.operations
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
 

Classes in com.basho.riak.client.convert used by com.basho.riak.client.query
ConversionException
          Wraps any exception thrown while converting to/from IRiakObject and your domain types.
 

Classes in com.basho.riak.client.convert used by com.basho.riak.client.raw.pbc
ConversionException
          Wraps any exception thrown while converting to/from IRiakObject and your domain types.
 



Copyright © 2012. All Rights Reserved.