|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinIndex | |
---|---|
com.basho.riak.client | Provides the top-level IRiakClient
and IRiakObject classes required to store data
in Riak, start here. |
com.basho.riak.client.query.indexes | |
com.basho.riak.client.raw.query.indexes | Inputs to the RawClient s for secondary
index querying. |
Uses of BinIndex in com.basho.riak.client |
---|
Methods in com.basho.riak.client that return types with arguments of type BinIndex | |
---|---|
Map<BinIndex,Set<String>> |
IRiakObject.allBinIndexes()
Secondary indexes for this object. |
Map<BinIndex,Set<String>> |
DefaultRiakObject.allBinIndexes()
|
Uses of BinIndex in com.basho.riak.client.query.indexes |
---|
Subclasses of BinIndex in com.basho.riak.client.query.indexes | |
---|---|
class |
KeyIndex
Special BinIndex with no suffix, name $key, that provides raneg access to keys in an index. |
Methods in com.basho.riak.client.query.indexes that return BinIndex | |
---|---|
static BinIndex |
BinIndex.named(String name)
Factory method, create a new IntIndex |
Methods in com.basho.riak.client.query.indexes that return types with arguments of type BinIndex | |
---|---|
Map<BinIndex,Set<String>> |
RiakIndexes.getBinIndexes()
|
Methods in com.basho.riak.client.query.indexes with parameters of type BinIndex | |
---|---|
RiakIndexes |
RiakIndexes.removeAll(BinIndex index)
Remove a BinIndex |
Constructor parameters in com.basho.riak.client.query.indexes with type arguments of type BinIndex | |
---|---|
RiakIndexes(Map<BinIndex,Set<String>> binIndexes,
Map<IntIndex,Set<Integer>> intIndexes)
|
Uses of BinIndex in com.basho.riak.client.raw.query.indexes |
---|
Constructors in com.basho.riak.client.raw.query.indexes with parameters of type BinIndex | |
---|---|
BinRangeQuery(BinIndex index,
String bucket,
String from,
String to)
Create a bew BinRangeQuery |
|
BinValueQuery(BinIndex index,
String bucket,
String value)
Create a query that matches the given value for the given index |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |