| Package | Description |
|---|---|
| com.basho.riak.client.raw.http |
Classes for adapting the http.
RiakClient to the
RawClient interface |
| Modifier and Type | Method and Description |
|---|---|
HTTPClientConfig |
HTTPClientConfig.Builder.build() |
static HTTPClientConfig |
HTTPClientConfig.defaults()
Create a config with all the default values, see
HTTPClientConfig.Builder for the
defaults. |
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig<HTTPClientConfig> |
HTTPClusterConfig.addHosts(HTTPClientConfig config,
String... hosts) |
ClusterConfig<HTTPClientConfig> |
HTTPClusterConfig.addHosts(String... hosts) |
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig<HTTPClientConfig> |
HTTPClusterConfig.addHosts(HTTPClientConfig config,
String... hosts) |
static HTTPClientConfig.Builder |
HTTPClientConfig.Builder.from(HTTPClientConfig copyConfig)
Create a new builder with values all copied from
copyConfig |
| Modifier and Type | Method and Description |
|---|---|
protected RawClient[] |
HTTPClusterClient.fromConfig(ClusterConfig<HTTPClientConfig> clusterConfig) |
| Constructor and Description |
|---|
HTTPClusterClient(ClusterConfig<HTTPClientConfig> clusterConfig) |
Copyright © 2014. All Rights Reserved.