Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RiakObject.updateMeta(FetchResponse response) |
Constructor and Description |
---|
StoreResponse(FetchResponse fetchResponse)
On a 2xx response, parses the HTTP headers into updated object metadata.
|
Copyright © 2014. All Rights Reserved.