Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
<T> FetchIndex<T> |
DefaultBucket.fetchIndex(RiakIndex<T> index) |
<T> FetchIndex<T> |
Bucket.fetchIndex(RiakIndex<T> index)
Creates a
FetchIndex operation for the given index name and type |
Modifier and Type | Method and Description |
---|---|
FetchIndex<T> |
FetchIndex.from(T from) |
FetchIndex<T> |
FetchIndex.maxResults(int maxResults)
Pagination support for 2i queries.
|
FetchIndex<T> |
FetchIndex.returnKeyAndIndexValue(boolean returnBoth)
Return both the object keys and the index values
* This is only available in v1.4+ of Riak and only via streaming
|
FetchIndex<T> |
FetchIndex.to(T to) |
FetchIndex<T> |
FetchIndex.withContinuation(String continuation)
Sets the continuation received with a previous call
* * This is only available in v1.4+ of Riak and only via streaming
|
FetchIndex<T> |
FetchIndex.withValue(T value) |
Copyright © 2014. All Rights Reserved.