Package | Description |
---|---|
com.basho.riak.client |
Provides the top-level
IRiakClient
and IRiakObject classes required to store data
in Riak, start here. |
com.basho.riak.client.raw |
The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak
|
com.basho.riak.client.raw.http |
Classes for adapting the http.
RiakClient to the
RawClient interface |
com.basho.riak.client.raw.pbc |
Classes for adapting the pbc.
RiakClient to the
RawClient interface |
Modifier and Type | Method and Description |
---|---|
Transport |
IRiakClient.getTransport()
Optional method, the underlying transport.
|
Transport |
DefaultRiakClient.getTransport() |
Modifier and Type | Method and Description |
---|---|
Transport |
RawClient.getTransport()
The raw transport name.
|
static Transport |
Transport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transport[] |
Transport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Transport |
HTTPClusterClient.getTransport() |
Transport |
HTTPClientAdapter.getTransport() |
Modifier and Type | Method and Description |
---|---|
Transport |
PBClusterClient.getTransport() |
Transport |
PBClientAdapter.getTransport() |
Copyright © 2014. All Rights Reserved.