See: Description
| Interface | Description |
|---|---|
| SecondaryIndexQuery.IndexConverter<T> |
| Class | Description |
|---|---|
| BigIntIndexQuery |
Performs a 2i query where the 2i index keys are numeric.
|
| BigIntIndexQuery.Builder |
Builder used to construct a BigIntIndexQuery.
|
| BigIntIndexQuery.Init<S,T extends BigIntIndexQuery.Init<S,T>> | |
| BigIntIndexQuery.Response | |
| BinIndexQuery |
Performs a 2i query where the 2i index keys are strings.
|
| BinIndexQuery.Builder |
Builder used to construct a BinIndexQuery.
|
| BinIndexQuery.Init<S,T extends BinIndexQuery.Init<S,T>> | |
| BinIndexQuery.Response | |
| IntIndexQuery |
Performs a 2i query where the 2i index keys are numeric.
|
| IntIndexQuery.Builder |
Builder used to construct a IntIndexQuery.
|
| IntIndexQuery.Init<S,T extends IntIndexQuery.Init<S,T>> | |
| IntIndexQuery.Response | |
| RawIndexQuery |
Performs a 2i query where the 2i index keys are raw bytes.
|
| RawIndexQuery.Builder |
Builder used to construct a RawIndexQuery command.
|
| RawIndexQuery.Response | |
| SecondaryIndexQuery<T,S,U> |
A Secondary Index Query.
|
| SecondaryIndexQuery.Init<S,T extends SecondaryIndexQuery.Init<S,T>> | |
| SecondaryIndexQuery.Response<T> |
Base class for all 2i responses.
|
| SecondaryIndexQuery.Response.Entry<T> |
| Enum | Description |
|---|---|
| SecondaryIndexQuery.Type |
Copyright © 2015. All rights reserved.