|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transport | |
|---|---|
| com.basho.riak.client | Provides the top-level IRiakClient
and IRiakObject classes required to store data
in Riak, start here. |
| com.basho.riak.client.bucket | A bucket is a namespace abstraction provided by Riak, the API uses
Bucket as the primary way to interact
with data stored in Riak. |
| 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 |
| Uses of Transport in com.basho.riak.client |
|---|
| Methods in com.basho.riak.client that return Transport | |
|---|---|
Transport |
IRiakClient.getTransport()
Optional method, the underlying transport. |
Transport |
DefaultRiakClient.getTransport()
|
| Uses of Transport in com.basho.riak.client.bucket |
|---|
| Methods in com.basho.riak.client.bucket that return Transport | |
|---|---|
Transport |
UnsupportedPropertyException.getTransport()
|
| Constructors in com.basho.riak.client.bucket with parameters of type Transport | |
|---|---|
UnsupportedPropertyException(Transport transport,
String property)
|
|
| Uses of Transport in com.basho.riak.client.raw |
|---|
| Methods in com.basho.riak.client.raw that return Transport | |
|---|---|
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. |
| Uses of Transport in com.basho.riak.client.raw.http |
|---|
| Methods in com.basho.riak.client.raw.http that return Transport | |
|---|---|
Transport |
HTTPClusterClient.getTransport()
|
Transport |
HTTPClientAdapter.getTransport()
|
| Uses of Transport in com.basho.riak.client.raw.pbc |
|---|
| Methods in com.basho.riak.client.raw.pbc that return Transport | |
|---|---|
Transport |
PBClusterClient.getTransport()
|
Transport |
PBClientAdapter.getTransport()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||