public static class QueryRequest.Builder extends OperationRequest.Builder<QueryRequest.Builder,QueryRequest>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
QueryRequest |
build() |
QueryRequest.Builder |
withIndex(long index)
Sets the request index.
|
withOperation, withSequencewithSessionpublic QueryRequest.Builder withIndex(long index)
index - The request index.IllegalArgumentException - if index is less than 0public QueryRequest build()
IllegalStateException - if query is nullCopyright © 2013–2017. All rights reserved.