Package | Description |
---|---|
com.basho.riak.client.query.indexes | |
com.basho.riak.client.raw |
The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak
|
com.basho.riak.client.raw.http |
Classes for adapting the http.
RiakClient to the
RawClient interface |
com.basho.riak.client.raw.pbc |
Classes for adapting the pbc.
RiakClient to the
RawClient interface |
Modifier and Type | Method and Description |
---|---|
StreamingOperation<IndexEntry> |
FetchIndex.executeStreaming()
Performs an index query as a streaming operation from Riak
Note that you must call
StreamingOperation.cancel() on the returned
StreamingOperation if you do not iterate through the entire result set. |
Modifier and Type | Method and Description |
---|---|
StreamingOperation<IndexEntry> |
RawClient.fetchIndex(IndexSpec indexSpec)
Performs a 2i query as a streaming operation
|
StreamingOperation<IndexEntry> |
ClusterClient.fetchIndex(IndexSpec indexSpec) |
Modifier and Type | Method and Description |
---|---|
IndexEntry |
IndexSource.next() |
Modifier and Type | Method and Description |
---|---|
StreamingOperation<IndexEntry> |
HTTPClientAdapter.fetchIndex(IndexSpec indexSpec) |
List<IndexEntry> |
IndexSource.getAll() |
Iterator<IndexEntry> |
IndexSource.iterator() |
Modifier and Type | Method and Description |
---|---|
IndexEntry |
PBStreamingIndex.next() |
Copyright © 2014. All Rights Reserved.