Package com.basho.riak.client.raw

The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak

See:
          Description

Interface Summary
RawClient Common interface for low-level clients.
RiakClientFactory Top level interface for RawClient factories
 

Class Summary
ClusterClient<T extends Configuration> 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
DeleteMeta.Builder  
FetchMeta Encapsulates the set of parameters available when fetching data from Riak
FetchMeta.Builder  
JSONErrorParser Exceptions come back from Riak as JSON, parses exceptions, and throws the most specific exception it can.
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  
 

Enum Summary
Transport Marker enum for supported transports.
 

Exception Summary
MatchFoundException Tag exception, thrown when an if-non-match conditional store fails because a match is found.
ModifiedException Thrown when a "if not modified" conditional store fails.
 

Package com.basho.riak.client.raw Description

The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak



Copyright © 2012. All Rights Reserved.