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
|