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.
|
Modifier and Type | Field and Description |
---|---|
protected SecondaryIndexQuery.IndexConverter<T> |
SecondaryIndexQuery.Response.converter |
Modifier and Type | Method and Description |
---|---|
protected abstract SecondaryIndexQuery.IndexConverter<T> |
SecondaryIndexQuery.getConverter() |
protected SecondaryIndexQuery.IndexConverter<BinaryValue> |
RawIndexQuery.getConverter() |
protected SecondaryIndexQuery.IndexConverter<Long> |
IntIndexQuery.getConverter() |
protected SecondaryIndexQuery.IndexConverter<String> |
BinIndexQuery.getConverter() |
protected SecondaryIndexQuery.IndexConverter<BigInteger> |
BigIntIndexQuery.getConverter() |
Modifier and Type | Method and Description |
---|---|
protected E |
SecondaryIndexQuery.Response.createEntry(Location location,
SecondaryIndexQueryOperation.Response.Entry coreEntry,
SecondaryIndexQuery.IndexConverter<T> converter) |
protected E |
SecondaryIndexQuery.Response.createEntry(Namespace namespace,
SecondaryIndexQueryOperation.Response.Entry coreEntry,
SecondaryIndexQuery.IndexConverter<T> converter) |
R |
SecondaryIndexQuery.StreamableResponseCreator.createResponse(Namespace queryLocation,
SecondaryIndexQuery.IndexConverter<T> converter,
int timeout,
StreamingRiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
R |
SecondaryIndexQuery.GatherableResponseCreator.createResponse(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<T> converter) |
Modifier and Type | Method and Description |
---|---|
protected SecondaryIndexQuery.IndexConverter<BinaryValue> |
FullBucketRead.getConverter() |
Modifier and Type | Method and Description |
---|---|
protected FullBucketRead.Response.Entry |
FullBucketRead.Response.createEntry(Location location,
SecondaryIndexQueryOperation.Response.Entry coreEntry,
SecondaryIndexQuery.IndexConverter<BinaryValue> converter) |
Constructor and Description |
---|
Response(Namespace queryLocation,
SecondaryIndexQuery.IndexConverter<BinaryValue> converter,
int timeout,
StreamingRiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<BinaryValue> converter) |
Copyright © 2016. All rights reserved.