|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchResponse | |
---|---|
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.response | HTTP response handling/wrapping classes for the legacy HTTP REST client, consider using the high-level IRiakClient |
Uses of FetchResponse in com.basho.riak.client.http |
---|
Methods in com.basho.riak.client.http that return FetchResponse | |
---|---|
FetchResponse |
RiakObject.fetch()
|
FetchResponse |
RiakObject.fetch(RequestMeta meta)
|
FetchResponse |
RiakClient.fetch(String bucket,
String key)
|
FetchResponse |
RiakClient.fetch(String bucket,
String key,
RequestMeta meta)
|
FetchResponse |
RiakObject.fetchMeta()
|
FetchResponse |
RiakObject.fetchMeta(RequestMeta meta)
|
FetchResponse |
RiakClient.fetchMeta(String bucket,
String key)
|
FetchResponse |
RiakClient.fetchMeta(String bucket,
String key,
RequestMeta meta)
Fetch metadata (e.g. |
FetchResponse |
RiakClient.stream(String bucket,
String key)
|
FetchResponse |
RiakClient.stream(String bucket,
String key,
RequestMeta meta)
Similar to fetch(), except the HTTP connection is left open for successful responses, and the Riak response is provided as a stream. |
Methods in com.basho.riak.client.http with parameters of type FetchResponse | |
---|---|
void |
RiakObject.updateMeta(FetchResponse response)
|
Uses of FetchResponse in com.basho.riak.client.http.response |
---|
Constructors in com.basho.riak.client.http.response with parameters of type FetchResponse | |
---|---|
StoreResponse(FetchResponse fetchResponse)
On a 2xx response, parses the HTTP headers into updated object metadata. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |