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.
|
Class and Description |
---|
BigIntIndexQuery
Performs a 2i query where the 2i index keys are numeric.
|
BigIntIndexQuery.Builder
Builder used to construct a BigIntIndexQuery.
|
BigIntIndexQuery.Init |
BinIndexQuery
Performs a 2i query where the 2i index keys are strings.
|
BinIndexQuery.Builder
Builder used to construct a BinIndexQuery.
|
BinIndexQuery.Init |
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 |
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.
|
SecondaryIndexQuery
A Secondary Index Query.
|
SecondaryIndexQuery.GatherableResponseCreator |
SecondaryIndexQuery.IndexConverter |
SecondaryIndexQuery.Init |
SecondaryIndexQuery.Response
Base class for all 2i responses.
|
SecondaryIndexQuery.Response.Entry |
SecondaryIndexQuery.StreamableResponseCreator |
SecondaryIndexQuery.Type |
Class and Description |
---|
SecondaryIndexQuery
A Secondary Index Query.
|
SecondaryIndexQuery.IndexConverter |
SecondaryIndexQuery.Response
Base class for all 2i responses.
|
SecondaryIndexQuery.Response.Entry |
Copyright © 2016. All rights reserved.