Package | Description |
---|---|
com.basho.riak.client.plain |
Deprecated please see com.basho.riak.http.client.plain
|
com.basho.riak.client.response |
Deprecated please see com.basho.riak.http.client.response
|
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 |
---|---|
void |
ConvertToCheckedExceptions.handle(RiakIORuntimeException e)
Deprecated.
Throws a checked
RiakIOException |
Constructor and Description |
---|
RiakIOException(RiakIORuntimeException e)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
RiakExceptionHandler.handle(RiakIORuntimeException e)
Deprecated.
Handle exceptions caused by communication errors with the sever
|
Constructor and Description |
---|
FetchResponse(HttpResponse r,
RiakClient riak)
Deprecated.
On a 2xx response, parse the HTTP response from Riak into a
RiakObject . |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
ClientHelper.toss(RiakIORuntimeException e)
Deprecated.
Hands exception
e to installed exception handler if there is
one or throw it. |
Copyright © 2014. All Rights Reserved.