Package | Description |
---|---|
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.request |
Riak request classes for the legacy HTTP REST client, 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 |
com.basho.riak.client.raw.http |
Classes for adapting the http.
RiakClient to the
RawClient interface |
Modifier and Type | Method and Description |
---|---|
RiakConfig |
RiakClient.getConfig() |
Constructor and Description |
---|
RiakClient(RiakConfig config) |
RiakClient(RiakConfig config,
String clientId) |
Modifier and Type | Method and Description |
---|---|
static PlainClient |
PlainClient.getClient(RiakConfig config)
Connect to Riak using the given configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
IndexRequest.makeURIString(RiakConfig config) |
Modifier and Type | Method and Description |
---|---|
RiakConfig |
ClientHelper.getConfig() |
Modifier and Type | Method and Description |
---|---|
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,
long[] 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 . |
Constructor and Description |
---|
ClientHelper(RiakConfig config,
String clientId) |
Modifier and Type | Method and Description |
---|---|
RiakConfig |
HTTPClientAdapter.getConfig() |
Copyright © 2014. All Rights Reserved.