|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpResponse | |
|---|---|
| com.basho.riak.client | |
| com.basho.riak.client.plain | |
| com.basho.riak.client.response | |
| com.basho.riak.client.util | |
| Uses of HttpResponse in com.basho.riak.client |
|---|
| Methods in com.basho.riak.client that return HttpResponse | |
|---|---|
HttpResponse |
RiakObject.delete()
|
HttpResponse |
RiakObject.delete(RequestMeta meta)
Convenience method for calling RiakClient.delete(String, String, RequestMeta). |
HttpResponse |
RiakClient.delete(java.lang.String bucket,
java.lang.String key)
|
HttpResponse |
RiakClient.delete(java.lang.String bucket,
java.lang.String key,
RequestMeta meta)
Delete the object at bucket and key. |
HttpResponse |
RiakClient.setBucketSchema(java.lang.String bucket,
RiakBucketInfo bucketInfo)
|
HttpResponse |
RiakClient.setBucketSchema(java.lang.String bucket,
RiakBucketInfo bucketInfo,
RequestMeta meta)
Set the properties for a Riak bucket. |
| Uses of HttpResponse in com.basho.riak.client.plain |
|---|
| Classes in com.basho.riak.client.plain that implement HttpResponse | |
|---|---|
class |
RiakResponseException
A checked decorator for RiakResponseRuntimeException |
| Uses of HttpResponse in com.basho.riak.client.response |
|---|
| Classes in com.basho.riak.client.response that implement HttpResponse | |
|---|---|
class |
BucketResponse
Response from a GET request at a bucket's URL. |
class |
DefaultHttpResponse
Simple implementation of HttpResponse interface. |
class |
FetchResponse
Response from a HEAD or GET request for an object. |
class |
HttpResponseDecorator
A default decorator implementation for HttpResponse |
class |
MapReduceResponse
Response from a map-reduce query (POST to /mapred). |
class |
RiakResponseRuntimeException
Thrown when the Riak server returns a malformed response. |
class |
StoreResponse
Response from a PUT request for an object. |
class |
WalkResponse
Response from a GET request for an object with link walking. |
| Fields in com.basho.riak.client.response declared as HttpResponse | |
|---|---|
protected HttpResponse |
HttpResponseDecorator.impl
|
| Constructors in com.basho.riak.client.response with parameters of type HttpResponse | |
|---|---|
BucketResponse(HttpResponse r)
On a 2xx response, parses the JSON response into a RiakBucketInfo |
|
FetchResponse(HttpResponse r)
|
|
FetchResponse(HttpResponse r,
RiakClient riak)
On a 2xx response, parse the HTTP response from Riak into a RiakObject. |
|
HttpResponseDecorator(HttpResponse r)
|
|
MapReduceResponse(HttpResponse r)
On a 2xx response, parses the response into a JSONArray |
|
RiakResponseRuntimeException(HttpResponse response)
|
|
RiakResponseRuntimeException(HttpResponse response,
java.lang.String message)
|
|
RiakResponseRuntimeException(HttpResponse response,
java.lang.String message,
java.lang.Throwable cause)
|
|
RiakResponseRuntimeException(HttpResponse response,
java.lang.Throwable cause)
|
|
StoreResponse(HttpResponse r)
On a 2xx response, parses the HTTP headers into updated object metadata. |
|
WalkResponse(HttpResponse r)
|
|
WalkResponse(HttpResponse r,
RiakClient riak)
On a 2xx response, parses the HTTP body into a list of steps. |
|
| Uses of HttpResponse in com.basho.riak.client.util |
|---|
| Methods in com.basho.riak.client.util that return HttpResponse | |
|---|---|
HttpResponse |
ClientHelper.delete(java.lang.String bucket,
java.lang.String key,
RequestMeta meta)
Same as RiakClient, except only returning the HTTP response |
HttpResponse |
ClientHelper.fetch(java.lang.String bucket,
java.lang.String key,
RequestMeta meta)
|
HttpResponse |
ClientHelper.fetch(java.lang.String bucket,
java.lang.String key,
RequestMeta meta,
boolean streamResponse)
Same as RiakClient, except only returning the HTTP response and
allows the response to be streamed. |
HttpResponse |
ClientHelper.fetchMeta(java.lang.String bucket,
java.lang.String key,
RequestMeta meta)
Same as RiakClient, except only returning the HTTP response |
HttpResponse |
ClientHelper.getBucketSchema(java.lang.String bucket,
RequestMeta meta)
Same as RiakClient.getBucketSchema(String, RequestMeta), except
only returning the HTTP response. |
HttpResponse |
ClientHelper.listBucket(java.lang.String bucket,
RequestMeta meta,
boolean streamResponse)
Same as RiakClient, except only returning the HTTP response, and
if streamResponse==true, the response will be streamed back, so the user
is responsible for calling HttpResponseDecorator.close() |
HttpResponse |
ClientHelper.mapReduce(java.lang.String job,
RequestMeta meta)
Same as RiakClient, except only returning the HTTP response |
HttpResponse |
ClientHelper.setBucketSchema(java.lang.String bucket,
JSONObject schema,
RequestMeta meta)
See RiakClient.setBucketSchema(String, com.basho.riak.client.RiakBucketInfo, RequestMeta) |
HttpResponse |
ClientHelper.store(RiakObject object,
RequestMeta meta)
Same as RiakClient, except only returning the HTTP response |
HttpResponse |
ClientHelper.toss(RiakIORuntimeException e)
Hands exception e to installed exception handler if there is
one or throw it. |
HttpResponse |
ClientHelper.toss(RiakResponseRuntimeException e)
|
HttpResponse |
ClientHelper.walk(java.lang.String bucket,
java.lang.String key,
java.lang.String walkSpec,
RequestMeta meta)
Same as RiakClient, except only returning the HTTP response |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||