|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversionException | |
---|---|
com.basho.riak.client.convert | Classes for converting Riak data into domain specific classes and back. |
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 |
Uses of ConversionException in com.basho.riak.client.convert |
---|
Methods in com.basho.riak.client.convert that throw ConversionException | ||
---|---|---|
IRiakObject |
PassThroughConverter.fromDomain(IRiakObject domainObject,
VClock vclock)
|
|
IRiakObject |
JSONConverter.fromDomain(T domainObject,
VClock vclock)
Converts domainObject to a JSON string and sets that as the
payload of a IRiakObject . |
|
IRiakObject |
Converter.fromDomain(T domainObject,
VClock vclock)
Convert from domain specific type to RiakObject |
|
static
|
KeyUtil.setKey(T domainObject,
String key)
Attempts to inject key as the value of the RiakKey
annotated field of domainObject |
|
IRiakObject |
PassThroughConverter.toDomain(IRiakObject riakObject)
|
|
T |
JSONConverter.toDomain(IRiakObject riakObject)
Converts the value of riakObject to an instance
of T . |
|
T |
Converter.toDomain(IRiakObject riakObject)
Convert from a riakObject to a domain specific instance |
Uses of ConversionException in com.basho.riak.client.operations |
---|
Methods in com.basho.riak.client.operations that throw ConversionException | |
---|---|
T |
StoreObject.execute()
Fetches data from bucket/key , if item exists it is converted
with Converter and any siblings resolved with
ConflictResolver . |
T |
FetchObject.execute()
Attempts to fetch the data at bucket/key , convert it with
Converter and resolve any siblings with ConflictResolver |
Uses of ConversionException in com.basho.riak.client.query |
---|
Methods in com.basho.riak.client.query that throw ConversionException | ||
---|---|---|
|
MapReduceResult.getResult(Class<T> resultType)
Mapped results to a simple java type, can be a Collection type (Map, List etc) or a Java Bean style class. |
Uses of ConversionException in com.basho.riak.client.raw.pbc |
---|
Methods in com.basho.riak.client.raw.pbc that throw ConversionException | ||
---|---|---|
|
PBMapReduceResult.getResult(Class<T> resultType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |