Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Map<BinIndex,Set<String>> |
IRiakObject.allBinIndexes()
Secondary indexes for this object.
|
Map<BinIndex,Set<String>> |
DefaultRiakObject.allBinIndexes() |
Modifier and Type | Class and Description |
---|---|
class |
BucketIndex
Special BinIndex with no suffix, name $bucket, that provides range access to
keys in a bucket.
|
class |
KeyIndex
Special BinIndex with no suffix, name $key, that provides raneg access to
keys in an index.
|
Modifier and Type | Method and Description |
---|---|
static BinIndex |
BinIndex.named(String name)
Factory method, create a new IntIndex
|
Modifier and Type | Method and Description |
---|---|
Map<BinIndex,Set<String>> |
RiakIndexes.getBinIndexes() |
Modifier and Type | Method and Description |
---|---|
RiakIndexes |
RiakIndexes.removeAll(BinIndex index)
Remove a
BinIndex |
Constructor and Description |
---|
RiakIndexes(Map<BinIndex,Set<String>> binIndexes,
Map<IntIndex,Set<Long>> intIndexes) |
Constructor and Description |
---|
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
|
Copyright © 2014. All Rights Reserved.