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