Uses of Class
org.apache.iotdb.db.mpp.plan.constant.StatementType
-
-
Uses of StatementType in org.apache.iotdb.db.auth
Methods in org.apache.iotdb.db.auth with parameters of type StatementType Modifier and Type Method Description static booleanAuthorityChecker. checkPermission(java.lang.String username, java.util.List<? extends org.apache.iotdb.commons.path.PartialPath> paths, StatementType type, java.lang.String targetUser)check permission(datanode to confignode). -
Uses of StatementType in org.apache.iotdb.db.mpp.plan.constant
Methods in org.apache.iotdb.db.mpp.plan.constant that return StatementType Modifier and Type Method Description static StatementTypeStatementType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StatementType[]StatementType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StatementType in org.apache.iotdb.db.mpp.plan.statement
Fields in org.apache.iotdb.db.mpp.plan.statement declared as StatementType Modifier and Type Field Description protected StatementTypeStatement. statementTypeMethods in org.apache.iotdb.db.mpp.plan.statement that return StatementType Modifier and Type Method Description StatementTypeStatement. getType()Methods in org.apache.iotdb.db.mpp.plan.statement with parameters of type StatementType Modifier and Type Method Description voidStatement. setType(StatementType statementType) -
Uses of StatementType in org.apache.iotdb.db.mpp.plan.statement.sys
Constructors in org.apache.iotdb.db.mpp.plan.statement.sys with parameters of type StatementType Constructor Description AuthorStatement(StatementType type)AuthorOperator Constructor with OperatorType.ClearCacheStatement(StatementType clearCacheType)FlushStatement(StatementType flushType)LoadConfigurationStatement(StatementType loadConfigurationType)MergeStatement(StatementType mergeType) -
Uses of StatementType in org.apache.iotdb.db.mpp.plan.statement.sys.sync
Constructors in org.apache.iotdb.db.mpp.plan.statement.sys.sync with parameters of type StatementType Constructor Description CreatePipeSinkStatement(StatementType createPipeSinkStatement)CreatePipeStatement(StatementType createPipeStatement)DropPipeSinkStatement(StatementType dropPipeSinkStatement)DropPipeStatement(StatementType dropPipeStatement)StartPipeStatement(StatementType startPipeStatement)StopPipeStatement(StatementType stopPipeStatement) -
Uses of StatementType in org.apache.iotdb.db.sync.common
Methods in org.apache.iotdb.db.sync.common with parameters of type StatementType Modifier and Type Method Description voidSyncInfo. operatePipe(java.lang.String pipeName, StatementType statementType) -
Uses of StatementType in org.apache.iotdb.db.sync.common.persistence
Methods in org.apache.iotdb.db.sync.common.persistence with parameters of type StatementType Modifier and Type Method Description voidSyncLogWriter. operatePipe(java.lang.String pipeName, StatementType type)
-