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 SecondaryIndexQueryOperation.Query |
SecondaryIndexQuery.createCoreQuery() |
Modifier and Type | Method and Description |
---|---|
protected RiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> |
SecondaryIndexQuery.executeCoreAsync(RiakCluster cluster) |
Modifier and Type | Method and Description |
---|---|
protected RawIndexQuery |
RawIndexQuery.RawQueryFuture.convertQueryInfo(SecondaryIndexQueryOperation.Query coreQueryInfo) |
protected IntIndexQuery |
IntIndexQuery.IntQueryFuture.convertQueryInfo(SecondaryIndexQueryOperation.Query coreQueryInfo) |
protected BinIndexQuery |
BinIndexQuery.BinQueryFuture.convertQueryInfo(SecondaryIndexQueryOperation.Query coreQueryInfo) |
protected BigIntIndexQuery |
BigIntIndexQuery.BigIntQueryFuture.convertQueryInfo(SecondaryIndexQueryOperation.Query coreQueryInfo) |
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 |
---|---|
SecondaryIndexQueryOperation.Query |
SecondaryIndexQueryOperation.Query.Builder.build() |
SecondaryIndexQueryOperation.Query |
SecondaryIndexQueryOperation.getQueryInfo() |
Constructor and Description |
---|
SecondaryIndexQueryOperation.Builder(SecondaryIndexQueryOperation.Query query)
Constructs a builder for a QueryOperation.
|
Copyright © 2014. All rights reserved.