Uses of Class
io.tarantool.driver.protocol.requests.TarantoolDeleteRequest.Builder
-
Packages that use TarantoolDeleteRequest.Builder Package Description io.tarantool.driver.protocol.requests This sub-package is dedicated to Tarantool operation requests -
-
Uses of TarantoolDeleteRequest.Builder in io.tarantool.driver.protocol.requests
Methods in io.tarantool.driver.protocol.requests that return TarantoolDeleteRequest.Builder Modifier and Type Method Description TarantoolDeleteRequest.Builder
TarantoolDeleteRequest.Builder. withIndexId(int indexId)
Specify tarantool index ID for operationTarantoolDeleteRequest.Builder
TarantoolDeleteRequest.Builder. withKeyValues(List<?> keyValues)
Specify values to be matched against the index keyTarantoolDeleteRequest.Builder
TarantoolDeleteRequest.Builder. withSpaceId(int spaceId)
Specify tarantool space ID for operation
-