Package | Description |
---|---|
com.basho.riak.client.raw.pbc |
Classes for adapting the pbc.
RiakClient to the
RawClient interface |
Class and Description |
---|
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)
requestTimeoutMillis
0 (no timeout)
|
PBClusterClientFactory |
PBMapReduceResult
Concrete implementation of MapReduceResult that handles PB response stream
|
PBRiakClientFactory
Creates
PBClientAdapter s configured as per the PBClientConfig
given. |
PBStreamingIndex |
PBStreamingOperation |
Copyright © 2014. All Rights Reserved.