T - result typeR - result collection typepublic final class InsertProxyOperation<T extends Packable,R extends Collection<T>> extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | InsertProxyOperation.Builder<T extends Packable,R extends Collection<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()
ProxyOperationexecute in interface ProxyOperation<T>Copyright © 2025 Picodata. All rights reserved.