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.plain |
Deprecated please see com.basho.riak.http.client.plain
|
com.basho.riak.client.util |
General utility classes used by the API, mainly deprecated classes that have
been moved to com.basho.riak.client.http.util.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RiakClient.stream(String bucket,
String key,
StreamHandler handler,
RequestMeta meta)
Deprecated.
Fetch and process the object stored at
bucket and
key as a stream. |
Modifier and Type | Method and Description |
---|---|
boolean |
PlainClient.stream(String bucket,
String key,
StreamHandler handler,
RequestMeta meta)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClientHelper.stream(String bucket,
String key,
StreamHandler handler,
RequestMeta meta)
Deprecated.
Same as
RiakClient , except only returning the HTTP response |
Copyright © 2014. All Rights Reserved.