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 | Class and Description |
---|---|
class |
SecondaryIndexQuery<T,S extends SecondaryIndexQuery.Response<T,?>,U extends SecondaryIndexQuery>
A Secondary Index Query.
|
Modifier and Type | Class and Description |
---|---|
class |
BigIntIndexQuery
Performs a 2i query where the 2i index keys are numeric.
|
class |
BinIndexQuery
Performs a 2i query where the 2i index keys are strings.
|
class |
BucketIndexQuery
Performs a 2i query across the special $bucket index, for a known bucket, and returns the keys in that bucket.
|
class |
IntIndexQuery
Performs a 2i query where the 2i index keys are numeric.
|
class |
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.
|
class |
RawIndexQuery
Performs a 2i query where the 2i index keys are raw bytes.
|
Modifier and Type | Class and Description |
---|---|
class |
FullBucketRead
Command used to retrieve all values from Riak bucket.
|
Copyright © 2016. All rights reserved.