|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterConfig | |
---|---|
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 ClusterConfig in com.basho.riak.client.raw |
---|
Methods in com.basho.riak.client.raw with parameters of type ClusterConfig | |
---|---|
protected abstract RawClient[] |
ClusterClient.fromConfig(ClusterConfig<T> clusterConfig)
Create an array of clients for the cluster from the given ClusterConfig . |
Constructors in com.basho.riak.client.raw with parameters of type ClusterConfig | |
---|---|
ClusterClient(ClusterConfig<T> clusterConfig)
|
Uses of ClusterConfig in com.basho.riak.client.raw.config |
---|
Methods in com.basho.riak.client.raw.config that return ClusterConfig | |
---|---|
ClusterConfig<T> |
ClusterConfig.addClient(T clientConfig)
Add a new client config to the collection of client in the cluster config |
protected abstract ClusterConfig<T> |
ClusterConfig.addHosts(String... hosts)
Convenience method for creating a cluster of hosts with a common, default config except for host |
protected abstract ClusterConfig<T> |
ClusterConfig.addHosts(T config,
String... hosts)
Convenience method for creating a cluster of hosts with a common config except for host |
Uses of ClusterConfig in com.basho.riak.client.raw.http |
---|
Subclasses of ClusterConfig in com.basho.riak.client.raw.http | |
---|---|
class |
HTTPClusterConfig
Concrete child of ClusterConfig that provides the generic type |
Methods in com.basho.riak.client.raw.http that return ClusterConfig | |
---|---|
ClusterConfig<HTTPClientConfig> |
HTTPClusterConfig.addHosts(HTTPClientConfig config,
String... hosts)
|
ClusterConfig<HTTPClientConfig> |
HTTPClusterConfig.addHosts(String... hosts)
|
Methods in com.basho.riak.client.raw.http with parameters of type ClusterConfig | |
---|---|
protected RawClient[] |
HTTPClusterClient.fromConfig(ClusterConfig<HTTPClientConfig> clusterConfig)
|
Constructors in com.basho.riak.client.raw.http with parameters of type ClusterConfig | |
---|---|
HTTPClusterClient(ClusterConfig<HTTPClientConfig> clusterConfig)
|
Uses of ClusterConfig in com.basho.riak.client.raw.pbc |
---|
Subclasses of ClusterConfig in com.basho.riak.client.raw.pbc | |
---|---|
class |
PBClusterConfig
ClusterConfig implementation that provides PBClientConfig as
the generic type. |
Methods in com.basho.riak.client.raw.pbc that return ClusterConfig | |
---|---|
ClusterConfig<PBClientConfig> |
PBClusterConfig.addHosts(PBClientConfig config,
String... hosts)
|
ClusterConfig<PBClientConfig> |
PBClusterConfig.addHosts(String... hosts)
|
Methods in com.basho.riak.client.raw.pbc with parameters of type ClusterConfig | |
---|---|
protected RawClient[] |
PBClusterClient.fromConfig(ClusterConfig<PBClientConfig> clusterConfig)
|
Constructors in com.basho.riak.client.raw.pbc with parameters of type ClusterConfig | |
---|---|
PBClusterClient(ClusterConfig<PBClientConfig> clusterConfig)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |