|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FetchResponse | |
|---|---|
| com.basho.riak.client | Provides the top-level IRiakClient
and IRiakObject classes required to store data
in Riak, start here. |
| com.basho.riak.client.response | Deprecated please see com.basho.riak.http.client.response |
| Uses of FetchResponse in com.basho.riak.client |
|---|
| Methods in com.basho.riak.client that return FetchResponse | |
|---|---|
FetchResponse |
RiakObject.fetch()
Deprecated. |
FetchResponse |
RiakObject.fetch(RequestMeta meta)
Deprecated. Convenience method for calling RiakClient.fetch(String, String)
followed by RiakObject.copyData(RiakObject) |
FetchResponse |
RiakClient.fetch(String bucket,
String key)
Deprecated. |
FetchResponse |
RiakClient.fetch(String bucket,
String key,
RequestMeta meta)
Deprecated. Fetch the RiakObject (which can include sibling objects) stored
at bucket and key. |
FetchResponse |
RiakObject.fetchMeta()
Deprecated. |
FetchResponse |
RiakObject.fetchMeta(RequestMeta meta)
Deprecated. Convenience method for calling RiakClient.fetchMeta(String, String, RequestMeta) followed by
RiakObject.updateMeta(FetchResponse) |
FetchResponse |
RiakClient.fetchMeta(String bucket,
String key)
Deprecated. |
FetchResponse |
RiakClient.fetchMeta(String bucket,
String key,
RequestMeta meta)
Deprecated. Fetch metadata (e.g. |
FetchResponse |
RiakClient.stream(String bucket,
String key)
Deprecated. |
FetchResponse |
RiakClient.stream(String bucket,
String key,
RequestMeta meta)
Deprecated. 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 with parameters of type FetchResponse | |
|---|---|
void |
RiakObject.updateMeta(FetchResponse response)
Deprecated. Update the object's metadata from a fetch or fetchMeta operation |
| Uses of FetchResponse in com.basho.riak.client.response |
|---|
| Constructors in com.basho.riak.client.response with parameters of type FetchResponse | |
|---|---|
StoreResponse(FetchResponse fetchResponse)
Deprecated. On a 2xx response, parses the HTTP headers into updated object metadata. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||