Uses of Class
org.apache.iotdb.db.mpp.plan.statement.metadata.SetTTLStatement
-
-
Uses of SetTTLStatement in org.apache.iotdb.db.mpp.plan.execution.config
Methods in org.apache.iotdb.db.mpp.plan.execution.config with parameters of type SetTTLStatement Modifier and Type Method Description IConfigTaskConfigTaskVisitor. visitSetTTL(SetTTLStatement statement, ConfigTaskVisitor.TaskContext context) -
Uses of SetTTLStatement in org.apache.iotdb.db.mpp.plan.execution.config.executor
Methods in org.apache.iotdb.db.mpp.plan.execution.config.executor with parameters of type SetTTLStatement Modifier and Type Method Description com.google.common.util.concurrent.SettableFuture<ConfigTaskResult>ClusterConfigTaskExecutor. setTTL(SetTTLStatement setTTLStatement, java.lang.String taskName)com.google.common.util.concurrent.SettableFuture<ConfigTaskResult>IConfigTaskExecutor. setTTL(SetTTLStatement setTTLStatement, java.lang.String taskName)com.google.common.util.concurrent.SettableFuture<ConfigTaskResult>StandaloneConfigTaskExecutor. setTTL(SetTTLStatement setTTLStatement, java.lang.String taskName) -
Uses of SetTTLStatement in org.apache.iotdb.db.mpp.plan.execution.config.metadata
Fields in org.apache.iotdb.db.mpp.plan.execution.config.metadata declared as SetTTLStatement Modifier and Type Field Description protected SetTTLStatementSetTTLTask. statementConstructors in org.apache.iotdb.db.mpp.plan.execution.config.metadata with parameters of type SetTTLStatement Constructor Description SetTTLTask(SetTTLStatement statement) -
Uses of SetTTLStatement in org.apache.iotdb.db.mpp.plan.statement
Methods in org.apache.iotdb.db.mpp.plan.statement with parameters of type SetTTLStatement Modifier and Type Method Description RStatementVisitor. visitSetTTL(SetTTLStatement setTTLStatement, C context) -
Uses of SetTTLStatement in org.apache.iotdb.db.mpp.plan.statement.metadata
Subclasses of SetTTLStatement in org.apache.iotdb.db.mpp.plan.statement.metadata Modifier and Type Class Description classUnSetTTLStatement
-