Uses of Class
org.apache.iotdb.db.mpp.plan.statement.metadata.ShowRegionStatement
-
-
Uses of ShowRegionStatement in org.apache.iotdb.db.mpp.plan.execution.config
Methods in org.apache.iotdb.db.mpp.plan.execution.config with parameters of type ShowRegionStatement Modifier and Type Method Description IConfigTaskConfigTaskVisitor. visitShowRegion(ShowRegionStatement showRegionStatement, ConfigTaskVisitor.TaskContext context) -
Uses of ShowRegionStatement 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 ShowRegionStatement Modifier and Type Method Description com.google.common.util.concurrent.SettableFuture<ConfigTaskResult>ClusterConfigTaskExecutor. showRegion(ShowRegionStatement showRegionStatement)com.google.common.util.concurrent.SettableFuture<ConfigTaskResult>IConfigTaskExecutor. showRegion(ShowRegionStatement showRegionStatement)com.google.common.util.concurrent.SettableFuture<ConfigTaskResult>StandaloneConfigTaskExecutor. showRegion(ShowRegionStatement showRegionStatement) -
Uses of ShowRegionStatement in org.apache.iotdb.db.mpp.plan.execution.config.metadata
Constructors in org.apache.iotdb.db.mpp.plan.execution.config.metadata with parameters of type ShowRegionStatement Constructor Description ShowRegionTask(ShowRegionStatement showRegionStatement) -
Uses of ShowRegionStatement in org.apache.iotdb.db.mpp.plan.statement
Methods in org.apache.iotdb.db.mpp.plan.statement with parameters of type ShowRegionStatement Modifier and Type Method Description RStatementVisitor. visitShowRegion(ShowRegionStatement showRegionStatement, C context)
-