Package | Description |
---|---|
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 |
com.basho.riak.client.raw.query |
Inputs to the
RawClient s for Map/Reduce and Link Walking. |
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 |
---|---|
StreamingOperation<IndexEntry> |
HTTPClientAdapter.fetchIndex(IndexSpec indexSpec) |
Modifier and Type | Method and Description |
---|---|
PBStreamingIndex |
PBClientAdapter.fetchIndex(IndexSpec indexSpec) |
Modifier and Type | Method and Description |
---|---|
IndexSpec |
IndexSpec.Builder.build() |
Copyright © 2014. All Rights Reserved.