Package | Description |
---|---|
com.basho.riak.client.core.operations |
Modifier and Type | Method and Description |
---|---|
SecondaryIndexQueryOperation.Query.Builder |
SecondaryIndexQueryOperation.Query.Builder.withContinuation(BinaryValue continuation)
Set the continuation for this query.
|
SecondaryIndexQueryOperation.Query.Builder |
SecondaryIndexQueryOperation.Query.Builder.withCoverageContext(byte[] coverageContext)
Set the coverage context for the query
|
SecondaryIndexQueryOperation.Query.Builder |
SecondaryIndexQueryOperation.Query.Builder.withIndexKey(BinaryValue key)
Set a single secondary index key to use for query.
|
SecondaryIndexQueryOperation.Query.Builder |
SecondaryIndexQueryOperation.Query.Builder.withMaxResults(int maxResults)
Set the maximum number of results returned by the query.
|
SecondaryIndexQueryOperation.Query.Builder |
SecondaryIndexQueryOperation.Query.Builder.withPaginationSort(boolean orderByKey)
Set whether to sort the results of a non-paginated 2i query.
|
SecondaryIndexQueryOperation.Query.Builder |
SecondaryIndexQueryOperation.Query.Builder.withRangeEnd(BinaryValue endIndex)
Set the ending value for a range query.
|
SecondaryIndexQueryOperation.Query.Builder |
SecondaryIndexQueryOperation.Query.Builder.withRangeStart(BinaryValue startingIndex)
Set the start value for a range query.
|
SecondaryIndexQueryOperation.Query.Builder |
SecondaryIndexQueryOperation.Query.Builder.withRegexTermFilter(BinaryValue filter)
Set the regex to filter result terms by for this query.
|
SecondaryIndexQueryOperation.Query.Builder |
SecondaryIndexQueryOperation.Query.Builder.withReturnBody(boolean returnBody)
Set whether to return list of RiakObjects inside the response.
|
SecondaryIndexQueryOperation.Query.Builder |
SecondaryIndexQueryOperation.Query.Builder.withReturnKeyAndIndex(boolean returnBoth)
Set whether to return the index keys with the Riak object keys.
|
SecondaryIndexQueryOperation.Query.Builder |
SecondaryIndexQueryOperation.Query.Builder.withTimeout(int timeout)
Set the timeout for the query.
|
Copyright © 2016. All rights reserved.