|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| 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.config | |
| 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 Configuration in com.basho.riak.client |
|---|
| Methods in com.basho.riak.client that return types with arguments of type Configuration | |
|---|---|
Class<? extends Configuration> |
NoFactoryForConfigException.getConfigType()
|
| Methods in com.basho.riak.client with parameters of type Configuration | |
|---|---|
static IRiakClient |
RiakFactory.newClient(Configuration config)
Uses the given config to generate an IRiakClient
instance. |
| Constructor parameters in com.basho.riak.client with type arguments of type Configuration | |
|---|---|
NoFactoryForConfigException(Class<? extends Configuration> configType)
|
|
| Uses of Configuration in com.basho.riak.client.raw |
|---|
| Classes in com.basho.riak.client.raw with type parameters of type Configuration | |
|---|---|
class |
ClusterClient<T extends Configuration>
A RawClient that can be configured with a cluster of Riak clients
that connect to different Riak nodes. |
| Methods in com.basho.riak.client.raw with parameters of type Configuration | |
|---|---|
RawClient |
RiakClientFactory.newClient(Configuration config)
Create a new RawClient instance configured by config |
| Method parameters in com.basho.riak.client.raw with type arguments of type Configuration | |
|---|---|
boolean |
RiakClientFactory.accepts(Class<? extends Configuration> configClass)
Is the concrete factory able to create RawClients with
configClass Configurations?
Call before newClient. |
| Uses of Configuration in com.basho.riak.client.raw.config |
|---|
| Classes in com.basho.riak.client.raw.config with type parameters of type Configuration | |
|---|---|
class |
ClusterConfig<T extends Configuration>
Abstract parent Configuration for a "cluster" of clients. |
| Classes in com.basho.riak.client.raw.config that implement Configuration | |
|---|---|
class |
ClusterConfig<T extends Configuration>
Abstract parent Configuration for a "cluster" of clients. |
| Uses of Configuration in com.basho.riak.client.raw.http |
|---|
| Classes in com.basho.riak.client.raw.http that implement Configuration | |
|---|---|
class |
HTTPClientConfig
The set of configuration parameters to use when creating an HTTP RawClient instance. |
class |
HTTPClusterConfig
Concrete child of ClusterConfig that provides the generic type |
| Methods in com.basho.riak.client.raw.http with parameters of type Configuration | |
|---|---|
RawClient |
HTTPRiakClientFactory.newClient(Configuration conf)
|
RawClient |
HTTPClusterClientFactory.newClient(Configuration config)
|
| Method parameters in com.basho.riak.client.raw.http with type arguments of type Configuration | |
|---|---|
boolean |
HTTPRiakClientFactory.accepts(Class<? extends Configuration> configClass)
|
boolean |
HTTPClusterClientFactory.accepts(Class<? extends Configuration> configClass)
|
| Uses of Configuration in com.basho.riak.client.raw.pbc |
|---|
| Classes in com.basho.riak.client.raw.pbc that implement Configuration | |
|---|---|
class |
PBClientConfig
The set of configuration parameters needed to configure a Protocol Buffers client |
class |
PBClusterConfig
ClusterConfig implementation that provides PBClientConfig as
the generic type. |
| Methods in com.basho.riak.client.raw.pbc with parameters of type Configuration | |
|---|---|
RawClient |
PBRiakClientFactory.newClient(Configuration config)
|
RawClient |
PBClusterClientFactory.newClient(Configuration config)
|
| Method parameters in com.basho.riak.client.raw.pbc with type arguments of type Configuration | |
|---|---|
boolean |
PBRiakClientFactory.accepts(Class<? extends Configuration> configClass)
|
boolean |
PBClusterClientFactory.accepts(Class<? extends Configuration> configClass)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||