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