Package | Description |
---|---|
com.basho.riak.client.api.commands.indexes |
Commands for performing secondary index (2i) queries in Riak.
|
com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
com.basho.riak.client.core.operations |
Modifier and Type | Method and Description |
---|---|
protected U |
SecondaryIndexQuery.convertInfo(SecondaryIndexQueryOperation.Query coreInfo) |
Modifier and Type | Method and Description |
---|---|
protected S |
SecondaryIndexQuery.convertResponse(FutureOperation<SecondaryIndexQueryOperation.Response,?,SecondaryIndexQueryOperation.Query> request,
SecondaryIndexQueryOperation.Response coreResponse) |
protected S |
SecondaryIndexQuery.createResponse(int timeout,
StreamingRiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
R |
SecondaryIndexQuery.StreamableResponseCreator.createResponse(Namespace queryLocation,
SecondaryIndexQuery.IndexConverter<T> converter,
int timeout,
StreamingRiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
Constructor and Description |
---|
Response(Namespace queryLocation,
SecondaryIndexQuery.IndexConverter<T> converter,
int timeout,
StreamingRiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
Constructor and Description |
---|
Response(Namespace queryLocation,
SecondaryIndexQuery.IndexConverter<BinaryValue> converter,
int timeout,
StreamingRiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
Modifier and Type | Method and Description |
---|---|
SecondaryIndexQueryOperation.Query |
SecondaryIndexQueryOperation.Query.Builder.build() |
SecondaryIndexQueryOperation.Query |
SecondaryIndexQueryOperation.getQueryInfo() |
Constructor and Description |
---|
Builder(SecondaryIndexQueryOperation.Query query)
Constructs a builder for a QueryOperation.
|
Copyright © 2016. All rights reserved.