T
- result typepublic final class UpdateProxyOperation<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateProxyOperation.Builder<T>
The builder for this class.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<?> |
arguments |
protected TarantoolCallOperations |
client |
protected String |
functionName |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<T> |
execute()
Perform operation.
|
Collection<?> |
getArguments() |
Supplier<MessagePackObjectMapper> |
getArgumentsMapperSupplier() |
TarantoolCallOperations |
getClient() |
String |
getFunctionName() |
Supplier<CallResultMapper<T,SingleValueCallResult<T>>> |
getResultMapperSupplier() |
protected final TarantoolCallOperations client
protected final String functionName
protected final Collection<?> arguments
public TarantoolCallOperations getClient()
public String getFunctionName()
public Collection<?> getArguments()
public Supplier<MessagePackObjectMapper> getArgumentsMapperSupplier()
public Supplier<CallResultMapper<T,SingleValueCallResult<T>>> getResultMapperSupplier()
public CompletableFuture<T> execute()
ProxyOperation
execute
in interface ProxyOperation<T>
Copyright © 2025 Picodata. All rights reserved.