|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
IRiakClient
See:
Description
Interface Summary | |
---|---|
HttpResponse | HTTP response information resulting from some HTTP operation |
RiakExceptionHandler | Allows clients to handle exceptions in a separate class rather than inline with the requests. |
StreamHandler | Used with RiakClient.stream() to process the HTTP responses for fetch requests as a stream. |
WithBodyResponse | A unified interface for responses that may return one, or more RiakObjects |
Class Summary | |
---|---|
BucketResponse | Response from a GET request at a bucket's URL. |
DefaultHttpResponse | Simple implementation of HttpResponse interface. |
FetchResponse | Response from a HEAD or GET request for an object. |
HttpResponseDecorator | A default decorator implementation for HttpResponse |
IndexResponse | The response from an index query |
ListBucketsResponse | |
MapReduceResponse | Response from a map-reduce query (POST to /mapred). |
StoreResponse | Response from a PUT request for an object. |
StreamedKeysCollection | Presents the stream of keys from a Riak bucket response with query parameter keys=stream as a collection. |
StreamedSiblingsCollection | |
WalkResponse | Response from a GET request for an object with link walking. |
Exception Summary | |
---|---|
RiakIORuntimeException | Thrown when an error occurs during communication with the Riak server. |
RiakResponseRuntimeException | Thrown when the Riak server returns a malformed response. |
HTTP response handling/wrapping classes for the legacy HTTP REST client, consider using the high-level IRiakClient
IRiakClient
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |