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 |
---|---|
RiakExceptionHandler |
RiakClient.getExceptionHandler()
Deprecated.
The installed exception handler or null if not installed
|
Modifier and Type | Method and Description |
---|---|
void |
RiakClient.setExceptionHandler(RiakExceptionHandler exceptionHandler)
Deprecated.
If an exception handler is provided, then the Riak client will hand
exceptions to the handler rather than throwing them.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvertToCheckedExceptions
Deprecated.
with the addition of a protocol buffers client in 0.14 all the
existing REST client code should be in client.http.* this class
has therefore been moved. Please use
com.basho.riak.client.http.plain.ConvertToCheckedExceptions
instead.
WARNING: This class will be REMOVED in the next version. |
Modifier and Type | Method and Description |
---|---|
RiakExceptionHandler |
ClientHelper.getExceptionHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientHelper.setExceptionHandler(RiakExceptionHandler exceptionHandler)
Deprecated.
Install an exception handler.
|
Copyright © 2014. All Rights Reserved.