Package com.basho.riak.client.raw.pbc

Classes for adapting the pbc.RiakClient to the RawClient interface

See:
          Description

Class Summary
ConversionUtil  
PBClientAdapter Wraps the pbc.RiakClient and adapts it to the RawClient interface.
PBClientConfig The set of configuration parameters needed to configure a Protocol Buffers client
PBClientConfig.Builder Builder for the PBClientConfig Has the following default values: field default socketBufferSizeKb 16 host 127.0.0.1 port 8087 poolSize 0 (unlimited) initialPoolSize 0 idleConnectionTTLMillis 1000 (idle connections will be closed after 1 second) connectionWaitTimeoutMillis 1000 (if a connection cannot be acquired within this time and exception is thrown)
PBClusterClient Concrete ClusterClient that creates a collection of PBClientAdapters from the given PBClientConfig
PBClusterClientFactory RiakClientFactory implementation that creates PBClusterClient s from the given PBClientConfig
PBClusterConfig ClusterConfig implementation that provides PBClientConfig as the generic type.
PBMapReduceResult Concrete implementation of MapReduceResult that handles PB response stream
PBRiakClientFactory Creates PBClientAdapters configured as per the PBClientConfig given.
PoolSemaphore Wraps a semaphore for the cluster and a semaphore for the pool.
 

Package com.basho.riak.client.raw.pbc Description

Classes for adapting the pbc.RiakClient to the RawClient interface



Copyright © 2012. All Rights Reserved.