Uses of Class
io.tarantool.driver.core.proxy.InsertProxyOperation.Builder
-
Packages that use InsertProxyOperation.Builder Package Description io.tarantool.driver.core.proxy Contains interfaces and classes essential for proxy client -
-
Uses of InsertProxyOperation.Builder in io.tarantool.driver.core.proxy
Methods in io.tarantool.driver.core.proxy that return InsertProxyOperation.Builder Modifier and Type Method Description InsertProxyOperation.Builder<T,R>InsertProxyOperation.Builder. withArgumentsMapper(MessagePackObjectMapper argumentsMapper)InsertProxyOperation.Builder<T,R>InsertProxyOperation.Builder. withClient(TarantoolCallOperations client)InsertProxyOperation.Builder<T,R>InsertProxyOperation.Builder. withFunctionName(String functionName)InsertProxyOperation.Builder<T,R>InsertProxyOperation.Builder. withRequestTimeout(int requestTimeout)InsertProxyOperation.Builder<T,R>InsertProxyOperation.Builder. withResultMapper(CallResultMapper<R,SingleValueCallResult<R>> resultMapper)InsertProxyOperation.Builder<T,R>InsertProxyOperation.Builder. withSpaceName(String spaceName)InsertProxyOperation.Builder<T,R>InsertProxyOperation.Builder. withTuple(T tuple)
-