Package io.tarantool.driver.core.proxy
Interface ProxyOperation<T>
-
- All Known Implementing Classes:
DeleteProxyOperation
,InsertProxyOperation
,ReplaceProxyOperation
,SelectProxyOperation
,TruncateProxyOperation
,UpdateProxyOperation
,UpsertProxyOperation
public interface ProxyOperation<T>
Base interface for space operations mapped to call operations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<T>
execute()
-
-
-
Method Detail
-
execute
CompletableFuture<T> execute()
-
-