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

Packages that use RiakConfig
com.basho.riak.client.http The legacy, low-level HTTP REST RiakClient and associated classes, consider using the high-level IRiakClient 
com.basho.riak.client.http.plain A more OO wrapper to the legacy, low-level HTTP REST client map reduce key filters, consider using the high-level IRiakClient 
com.basho.riak.client.http.util Supporting utility classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
 

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

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

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

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

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

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

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

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

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



Copyright © 2012. All Rights Reserved.