|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamHandler | |
|---|---|
| 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. |
| Uses of StreamHandler in com.basho.riak.client |
|---|
| Methods in com.basho.riak.client with parameters of type StreamHandler | |
|---|---|
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. |
| Uses of StreamHandler in com.basho.riak.client.plain |
|---|
| Methods in com.basho.riak.client.plain with parameters of type StreamHandler | |
|---|---|
boolean |
PlainClient.stream(String bucket,
String key,
StreamHandler handler,
RequestMeta meta)
Deprecated. Identical to RiakClient.stream(String, String, StreamHandler, RequestMeta). |
| Uses of StreamHandler in com.basho.riak.client.util |
|---|
| Methods in com.basho.riak.client.util with parameters of type StreamHandler | |
|---|---|
boolean |
ClientHelper.stream(String bucket,
String key,
StreamHandler handler,
RequestMeta meta)
Deprecated. Same as RiakClient, except only returning the HTTP response |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||