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.BuilderTarantoolInsertRequest.Builder. withSpaceId(int spaceId)Specify tarantool space ID for operationTarantoolInsertRequest.BuilderTarantoolInsertRequest.Builder. withTuple(Packable tuple)Specify tuple value
-