Package | Description |
---|---|
io.picodata.driver.protocol.requests |
This sub-package is dedicated to Tarantool operation requests
|
Modifier and Type | Method and Description |
---|---|
protected TarantoolSelectRequest.Builder |
TarantoolSelectRequest.Builder.self() |
TarantoolSelectRequest.Builder |
TarantoolSelectRequest.Builder.withIndexId(int indexId)
Specify tarantool index ID for operation
|
TarantoolSelectRequest.Builder |
TarantoolSelectRequest.Builder.withIteratorType(TarantoolIteratorType iteratorType)
Specify iterator type
|
TarantoolSelectRequest.Builder |
TarantoolSelectRequest.Builder.withKeyValues(List<?> keyValues)
Specify key values to be matched against the index key
|
TarantoolSelectRequest.Builder |
TarantoolSelectRequest.Builder.withLimit(long limit)
Specify the maximum number of tuples returned by the request.
|
TarantoolSelectRequest.Builder |
TarantoolSelectRequest.Builder.withOffset(long offset)
Specify the offset of the first tuple returned by the request
|
TarantoolSelectRequest.Builder |
TarantoolSelectRequest.Builder.withSpaceId(int spaceId)
Specify tarantool space ID for operation
|
Copyright © 2025 Picodata. All rights reserved.