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