|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RiakIndex | |
---|---|
com.basho.riak.client.bucket | A bucket is a namespace abstraction provided by Riak, the API uses
Bucket as the primary way to interact
with data stored in Riak. |
com.basho.riak.client.query.indexes |
Uses of RiakIndex in com.basho.riak.client.bucket |
---|
Methods in com.basho.riak.client.bucket with parameters of type RiakIndex | ||
---|---|---|
|
DefaultBucket.fetchIndex(RiakIndex<T> index)
|
|
|
Bucket.fetchIndex(RiakIndex<T> index)
Creates a FetchIndex operation for the given index name and type |
Uses of RiakIndex in com.basho.riak.client.query.indexes |
---|
Subclasses of RiakIndex in com.basho.riak.client.query.indexes | |
---|---|
class |
BinIndex
|
class |
IntIndex
|
class |
KeyIndex
Special BinIndex with no suffix, name $key, that provides raneg access to keys in an index. |
Fields in com.basho.riak.client.query.indexes declared as RiakIndex | |
---|---|
protected RiakIndex<T> |
FetchIndex.index
|
Constructors in com.basho.riak.client.query.indexes with parameters of type RiakIndex | |
---|---|
FetchIndex(RawClient client,
String bucket,
RiakIndex<T> index,
Retrier retrier)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |