Class SetTTLTask
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.execution.config.metadata.SetTTLTask
-
- All Implemented Interfaces:
IConfigTask
- Direct Known Subclasses:
UnSetTTLTask
public class SetTTLTask extends java.lang.Object implements IConfigTask
-
-
Field Summary
Fields Modifier and Type Field Description protected SetTTLStatementstatementprotected java.lang.StringtaskName
-
Constructor Summary
Constructors Constructor Description SetTTLTask(SetTTLStatement statement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ConfigTaskResult>execute(IConfigTaskExecutor configTaskExecutor)
-
-
-
Field Detail
-
statement
protected final SetTTLStatement statement
-
taskName
protected java.lang.String taskName
-
-
Constructor Detail
-
SetTTLTask
public SetTTLTask(SetTTLStatement statement)
-
-
Method Detail
-
execute
public com.google.common.util.concurrent.ListenableFuture<ConfigTaskResult> execute(IConfigTaskExecutor configTaskExecutor) throws java.lang.InterruptedException
- Specified by:
executein interfaceIConfigTask- Throws:
java.lang.InterruptedException
-
-