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