Uses of Class
com.basho.riak.client.RiakConfig

Packages that use RiakConfig
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
com.basho.riak.client.plain Deprecated please see com.basho.riak.http.client.plain 
com.basho.riak.client.util General utility classes used by the API, mainly deprecated classes that have been moved to com.basho.riak.client.http.util. 
 

Uses of RiakConfig in com.basho.riak.client
 

Methods in com.basho.riak.client that return RiakConfig
 RiakConfig RiakClient.getConfig()
          Deprecated.  
 

Constructors in com.basho.riak.client with parameters of type RiakConfig
RiakClient(RiakConfig config)
          Deprecated.  
RiakClient(RiakConfig config, String clientId)
          Deprecated.  
 

Uses of RiakConfig in com.basho.riak.client.plain
 

Methods in com.basho.riak.client.plain with parameters of type RiakConfig
static PlainClient PlainClient.getClient(RiakConfig config)
          Deprecated. Connect to Riak using the given configuration.
 

Uses of RiakConfig in com.basho.riak.client.util
 

Methods in com.basho.riak.client.util that return RiakConfig
 RiakConfig ClientHelper.getConfig()
          Deprecated.  
 

Methods in com.basho.riak.client.util with parameters of type RiakConfig
static String ClientUtils.makeURI(RiakConfig config, String bucket)
          Deprecated. Return a URL to the given bucket
static String ClientUtils.makeURI(RiakConfig config, String bucket, String key)
          Deprecated. Return a URL to the given object
static String ClientUtils.makeURI(RiakConfig config, String bucket, String key, String extra)
          Deprecated. Return a URL to the given object
static org.apache.http.client.HttpClient ClientUtils.newHttpClient(RiakConfig config)
          Deprecated. Construct a new HttpClient instance given a RiakConfig.
 

Constructors in com.basho.riak.client.util with parameters of type RiakConfig
ClientHelper(RiakConfig config, String clientId)
          Deprecated.  
 



Copyright © 2012. All Rights Reserved.