Uses of Class
org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
-
-
Uses of SetStorageGroupStatement in org.apache.iotdb.db.mpp.plan.execution.config
Methods in org.apache.iotdb.db.mpp.plan.execution.config with parameters of type SetStorageGroupStatement Modifier and Type Method Description IConfigTaskConfigTaskVisitor. visitSetStorageGroup(SetStorageGroupStatement statement, ConfigTaskVisitor.TaskContext context) -
Uses of SetStorageGroupStatement 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 SetStorageGroupStatement Modifier and Type Method Description com.google.common.util.concurrent.SettableFuture<ConfigTaskResult>ClusterConfigTaskExecutor. setStorageGroup(SetStorageGroupStatement setStorageGroupStatement)com.google.common.util.concurrent.SettableFuture<ConfigTaskResult>IConfigTaskExecutor. setStorageGroup(SetStorageGroupStatement setStorageGroupStatement)com.google.common.util.concurrent.SettableFuture<ConfigTaskResult>StandaloneConfigTaskExecutor. setStorageGroup(SetStorageGroupStatement setStorageGroupStatement) -
Uses of SetStorageGroupStatement in org.apache.iotdb.db.mpp.plan.execution.config.metadata
Methods in org.apache.iotdb.db.mpp.plan.execution.config.metadata with parameters of type SetStorageGroupStatement Modifier and Type Method Description static org.apache.iotdb.confignode.rpc.thrift.TStorageGroupSchemaSetStorageGroupTask. constructStorageGroupSchema(SetStorageGroupStatement setStorageGroupStatement)construct set storage group schema according to statementConstructors in org.apache.iotdb.db.mpp.plan.execution.config.metadata with parameters of type SetStorageGroupStatement Constructor Description SetStorageGroupTask(SetStorageGroupStatement setStorageGroupStatement) -
Uses of SetStorageGroupStatement in org.apache.iotdb.db.mpp.plan.statement
Methods in org.apache.iotdb.db.mpp.plan.statement with parameters of type SetStorageGroupStatement Modifier and Type Method Description RStatementVisitor. visitSetStorageGroup(SetStorageGroupStatement setStorageGroupStatement, C context)
-