Package | Description |
---|---|
com.basho.riak.client.api.commands.indexes |
Commands for performing secondary index (2i) queries in Riak.
|
com.basho.riak.client.core.operations |
Modifier and Type | Method and Description |
---|---|
protected RiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> |
SecondaryIndexQuery.executeCoreAsync(RiakCluster cluster) |
Modifier and Type | Method and Description |
---|---|
protected RawIndexQuery.Response |
RawIndexQuery.RawQueryFuture.convertResponse(SecondaryIndexQueryOperation.Response coreResponse) |
protected IntIndexQuery.Response |
IntIndexQuery.IntQueryFuture.convertResponse(SecondaryIndexQueryOperation.Response coreResponse) |
protected BinIndexQuery.Response |
BinIndexQuery.BinQueryFuture.convertResponse(SecondaryIndexQueryOperation.Response coreResponse) |
protected BigIntIndexQuery.Response |
BigIntIndexQuery.BigIntQueryFuture.convertResponse(SecondaryIndexQueryOperation.Response coreResponse) |
Constructor and Description |
---|
BigIntIndexQuery.Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<BigInteger> converter) |
BinIndexQuery.Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<String> converter) |
IntIndexQuery.Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<Long> converter) |
RawIndexQuery.Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<BinaryValue> converter) |
SecondaryIndexQuery.Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<T> converter) |
Constructor and Description |
---|
BigIntIndexQuery.BigIntQueryFuture(RiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
BinIndexQuery.BinQueryFuture(RiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
IntIndexQuery.IntQueryFuture(RiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
RawIndexQuery.RawQueryFuture(RiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
Modifier and Type | Method and Description |
---|---|
protected SecondaryIndexQueryOperation.Response |
SecondaryIndexQueryOperation.convert(List<com.basho.riak.protobuf.RiakKvPB.RpbIndexResp> rawResponse) |
Copyright © 2014. All rights reserved.