Uses of Class
io.tarantool.driver.protocol.requests.TarantoolInsertRequest.Builder
-
Packages that use TarantoolInsertRequest.Builder Package Description io.tarantool.driver.protocol.requests This sub-package is dedicated to Tarantool operation requests -
-
Uses of TarantoolInsertRequest.Builder in io.tarantool.driver.protocol.requests
Methods in io.tarantool.driver.protocol.requests that return TarantoolInsertRequest.Builder Modifier and Type Method Description TarantoolInsertRequest.Builder
TarantoolInsertRequest.Builder. withSpaceId(int spaceId)
Specify tarantool space ID for operationTarantoolInsertRequest.Builder
TarantoolInsertRequest.Builder. withTuple(Packable tuple)
Specify tuple value
-