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