Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
RiakConfig |
RiakClient.getConfig()
Deprecated.
|
Constructor and Description |
---|
RiakClient(RiakConfig config)
Deprecated.
|
RiakClient(RiakConfig config,
String clientId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PlainClient |
PlainClient.getClient(RiakConfig config)
Deprecated.
Connect to Riak using the given configuration.
|
Modifier and Type | Method and Description |
---|---|
RiakConfig |
ClientHelper.getConfig()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Constructor and Description |
---|
ClientHelper(RiakConfig config,
String clientId)
Deprecated.
|
Copyright © 2014. All Rights Reserved.