Package io.tarantool.driver.core.proxy
Class TruncateProxyOperation
- java.lang.Object
-
- io.tarantool.driver.core.proxy.TruncateProxyOperation
-
- All Implemented Interfaces:
ProxyOperation<Void>
public final class TruncateProxyOperation extends Object implements ProxyOperation<Void>
Proxy operation for truncate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TruncateProxyOperation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TruncateProxyOperation.Builder
builder()
Create a builder instance.CompletableFuture<Void>
execute()
List<?>
getArguments()
TarantoolCallOperations
getClient()
String
getFunctionName()
-
-
-
Method Detail
-
getClient
public TarantoolCallOperations getClient()
-
getFunctionName
public String getFunctionName()
-
getArguments
public List<?> getArguments()
-
execute
public CompletableFuture<Void> execute()
- Specified by:
execute
in interfaceProxyOperation<Void>
-
builder
public static TruncateProxyOperation.Builder builder()
Create a builder instance.- Returns:
- a builder
-
-