Package | Description |
---|---|
com.basho.riak.client.api.commands.indexes |
Commands for performing secondary index (2i) queries in Riak.
|
Modifier and Type | Class and Description |
---|---|
static class |
SecondaryIndexQuery.Init<S,T extends SecondaryIndexQuery.Init<S,T>> |
Modifier and Type | Class and Description |
---|---|
static class |
BigIntIndexQuery.Builder
Builder used to construct a BigIntIndexQuery.
|
protected static class |
BigIntIndexQuery.Init<S,T extends BigIntIndexQuery.Init<S,T>> |
static class |
BinIndexQuery.Builder
Builder used to construct a BinIndexQuery.
|
protected static class |
BinIndexQuery.Init<S,T extends BinIndexQuery.Init<S,T>> |
static class |
BucketIndexQuery.Builder |
static class |
IntIndexQuery.Builder
Builder used to construct a IntIndexQuery.
|
protected static class |
IntIndexQuery.Init<S,T extends IntIndexQuery.Init<S,T>> |
static class |
KeyIndexQuery.Builder |
static class |
RawIndexQuery.Builder
Builder used to construct a RawIndexQuery command.
|
Constructor and Description |
---|
RawIndexQuery(SecondaryIndexQuery.Init<BinaryValue,?> builder) |
SecondaryIndexQuery(SecondaryIndexQuery.Init<T,?> builder,
SecondaryIndexQuery.StreamableResponseCreator<T,S> streamableCreator,
SecondaryIndexQuery.GatherableResponseCreator<T,S> gatherableResponseCreator) |
Copyright © 2016. All rights reserved.