| 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 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) |
| Modifier and Type | Method and Description |
|---|---|
protected FullBucketRead.Response.Entry |
FullBucketRead.Response.createEntry(Location location,
SecondaryIndexQueryOperation.Response.Entry coreEntry,
SecondaryIndexQuery.IndexConverter<BinaryValue> converter) |
| Modifier and Type | Method and Description |
|---|---|
List<SecondaryIndexQueryOperation.Response.Entry> |
SecondaryIndexQueryOperation.Response.getEntryList() |
Iterator<SecondaryIndexQueryOperation.Response.Entry> |
SecondaryIndexQueryOperation.Response.iterator() |
Copyright © 2016. All rights reserved.