Package com.basho.riak.pbc

The legacy, low-level Protocol Buffers RiakClient and associated classes, consider using the high-level IRiakClient

See:
          Description

Interface Summary
IRequestMeta PBC model of request meta data (w, dw, content-type, returnBody?)
 

Class Summary
BucketProperties PBC's limited model of Riak Bucket properties.
DeleteMeta Encapsulate the set of parameters for a delete operation.
FetchMeta Encapsulate the set of request parameters for a fetch operation on the pb interface
FetchResponse Encapsulates greater detail about the result of a fetch.
KeySource Wraps a stream of keys as an iterator.
MapReduceResponseSource Wraps a stream of m/r responses as an iterator.
RequestMeta Concrete implementation of the PBC request meta.
RiakClient Low level protocol buffers client.
RiakConnectionPool A bounded or boundless pool of RiakConnections to be reused by RiakClient The pool is designed to be threadsafe, and ideally to be used as a singleton.
RiakLink PBC specific model of a Riak Link.
RiakObject PBC model of the data/meta data for a bucket/key entry in Riak
RPB  
RPB.RpbBucketProps  
RPB.RpbBucketProps.Builder  
RPB.RpbContent  
RPB.RpbContent.Builder  
RPB.RpbDelReq  
RPB.RpbDelReq.Builder  
RPB.RpbErrorResp  
RPB.RpbErrorResp.Builder  
RPB.RpbGetBucketReq  
RPB.RpbGetBucketReq.Builder  
RPB.RpbGetBucketResp  
RPB.RpbGetBucketResp.Builder  
RPB.RpbGetClientIdResp  
RPB.RpbGetClientIdResp.Builder  
RPB.RpbGetReq  
RPB.RpbGetReq.Builder  
RPB.RpbGetResp  
RPB.RpbGetResp.Builder  
RPB.RpbGetServerInfoResp  
RPB.RpbGetServerInfoResp.Builder  
RPB.RpbLink  
RPB.RpbLink.Builder  
RPB.RpbListBucketsResp  
RPB.RpbListBucketsResp.Builder  
RPB.RpbListKeysReq  
RPB.RpbListKeysReq.Builder  
RPB.RpbListKeysResp  
RPB.RpbListKeysResp.Builder  
RPB.RpbMapRedReq  
RPB.RpbMapRedReq.Builder  
RPB.RpbMapRedResp  
RPB.RpbMapRedResp.Builder  
RPB.RpbPair  
RPB.RpbPair.Builder  
RPB.RpbPutReq  
RPB.RpbPutReq.Builder  
RPB.RpbPutResp  
RPB.RpbPutResp.Builder  
RPB.RpbSetBucketReq  
RPB.RpbSetBucketReq.Builder  
RPB.RpbSetClientIdReq  
RPB.RpbSetClientIdReq.Builder  
 

Exception Summary
AcquireConnectionTimeoutException Thrown by the RiakConnectionPool if acquire times out.
RiakError Exception created from a PBC error response message
 

Package com.basho.riak.pbc Description

The legacy, low-level Protocol Buffers RiakClient and associated classes, consider using the high-level IRiakClient

See Also:
IRiakClient, RawClient, PBClientAdapter


Copyright © 2012. All Rights Reserved.