Uses of Class
com.basho.riak.client.raw.http.HTTPClientConfig

Packages that use HTTPClientConfig
com.basho.riak.client.raw.http Classes for adapting the http.RiakClient to the RawClient interface 
 

Uses of HTTPClientConfig in com.basho.riak.client.raw.http
 

Methods in com.basho.riak.client.raw.http that return HTTPClientConfig
 HTTPClientConfig HTTPClientConfig.Builder.build()
           
static HTTPClientConfig HTTPClientConfig.defaults()
          Create a config with all the default values, see HTTPClientConfig.Builder for the defaults.
 

Methods in com.basho.riak.client.raw.http that return types with arguments of type HTTPClientConfig
 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 HTTPClientConfig
 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
 

Method parameters in com.basho.riak.client.raw.http with type arguments of type HTTPClientConfig
protected  RawClient[] HTTPClusterClient.fromConfig(ClusterConfig<HTTPClientConfig> clusterConfig)
           
 

Constructor parameters in com.basho.riak.client.raw.http with type arguments of type HTTPClientConfig
HTTPClusterClient(ClusterConfig<HTTPClientConfig> clusterConfig)
           
 



Copyright © 2012. All Rights Reserved.