| Package | Description |
|---|---|
| com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
| Modifier and Type | Method and Description |
|---|---|
FullBucketRead.Builder |
FullBucketRead.Builder.withContinuation(BinaryValue continuation)
Set the continuation for this query.
|
FullBucketRead.Builder |
FullBucketRead.Builder.withMaxResults(Integer maxResults)
Set the maximum number of results returned by the query.
|
FullBucketRead.Builder |
FullBucketRead.Builder.withPaginationSort(boolean orderByKey)
Set whether to sort the results of a non-paginated 2i query.
|
FullBucketRead.Builder |
FullBucketRead.Builder.withReturnBody(boolean returnBody)
Return the object (including any siblings).
|
| Constructor and Description |
|---|
FullBucketRead(FullBucketRead.Builder builder) |
Copyright © 2016. All rights reserved.