|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchIndex | |
---|---|
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 FetchIndex in com.basho.riak.client.bucket |
---|
Methods in com.basho.riak.client.bucket that return FetchIndex | ||
---|---|---|
|
DefaultBucket.fetchIndex(RiakIndex<T> index)
|
|
|
Bucket.fetchIndex(RiakIndex<T> index)
Creates a FetchIndex operation for the given index name and type |
Uses of FetchIndex in com.basho.riak.client.query.indexes |
---|
Methods in com.basho.riak.client.query.indexes that return FetchIndex | |
---|---|
FetchIndex<T> |
FetchIndex.from(T from)
|
FetchIndex<T> |
FetchIndex.to(T to)
|
FetchIndex<T> |
FetchIndex.withValue(T value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |