See: Description
| Interface | Description |
|---|---|
| SecondaryIndexQuery.GatherableResponseCreator<T,R extends SecondaryIndexQuery.Response<T,?>> | |
| SecondaryIndexQuery.IndexConverter<T> | |
| SecondaryIndexQuery.StreamableResponseCreator<T,R extends SecondaryIndexQuery.Response<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 | |
| BucketIndexQuery |
Performs a 2i query across the special $bucket index, for a known bucket, and returns the keys in that bucket.
|
| BucketIndexQuery.Builder | |
| 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 | |
| KeyIndexQuery |
Performs a 2i query across the special $key index, for a known bucket & range of keys,
and returns the keys within that range in that bucket.
|
| KeyIndexQuery.Builder | |
| 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 extends SecondaryIndexQuery.Response<T,?>,U extends SecondaryIndexQuery> |
A Secondary Index Query.
|
| SecondaryIndexQuery.Init<S,T extends SecondaryIndexQuery.Init<S,T>> | |
| SecondaryIndexQuery.Response<T,E extends SecondaryIndexQuery.Response.Entry<T>> |
Base class for all 2i responses.
|
| SecondaryIndexQuery.Response.Entry<T> |
| Enum | Description |
|---|---|
| SecondaryIndexQuery.Type |
Copyright © 2016. All rights reserved.