Class UnSetTTLTask
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.execution.config.metadata.SetTTLTask
-
- org.apache.iotdb.db.mpp.plan.execution.config.metadata.UnSetTTLTask
-
- All Implemented Interfaces:
IConfigTask
public class UnSetTTLTask extends SetTTLTask
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.mpp.plan.execution.config.metadata.SetTTLTask
statement, taskName
-
-
Constructor Summary
Constructors Constructor Description UnSetTTLTask(UnSetTTLStatement unSetTTLStatement)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.db.mpp.plan.execution.config.metadata.SetTTLTask
execute
-
-
-
-
Constructor Detail
-
UnSetTTLTask
public UnSetTTLTask(UnSetTTLStatement unSetTTLStatement)
-
-