Package org.apache.iotdb.db.qp.physical
Enum PhysicalPlan.PhysicalPlanType
- java.lang.Object
-
- java.lang.Enum<PhysicalPlan.PhysicalPlanType>
-
- org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PhysicalPlan.PhysicalPlanType>
- Enclosing class:
- PhysicalPlan
public static enum PhysicalPlan.PhysicalPlanType extends java.lang.Enum<PhysicalPlan.PhysicalPlanType>
If you want to add new PhysicalPlanType, you must add it in the last.
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PhysicalPlan.PhysicalPlanTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PhysicalPlan.PhysicalPlanType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INSERT
public static final PhysicalPlan.PhysicalPlanType INSERT
-
DELETE
public static final PhysicalPlan.PhysicalPlanType DELETE
-
BATCHINSERT
public static final PhysicalPlan.PhysicalPlanType BATCHINSERT
-
SET_STORAGE_GROUP
public static final PhysicalPlan.PhysicalPlanType SET_STORAGE_GROUP
-
CREATE_TIMESERIES
public static final PhysicalPlan.PhysicalPlanType CREATE_TIMESERIES
-
TTL
public static final PhysicalPlan.PhysicalPlanType TTL
-
GRANT_WATERMARK_EMBEDDING
public static final PhysicalPlan.PhysicalPlanType GRANT_WATERMARK_EMBEDDING
-
REVOKE_WATERMARK_EMBEDDING
public static final PhysicalPlan.PhysicalPlanType REVOKE_WATERMARK_EMBEDDING
-
CREATE_ROLE
public static final PhysicalPlan.PhysicalPlanType CREATE_ROLE
-
DELETE_ROLE
public static final PhysicalPlan.PhysicalPlanType DELETE_ROLE
-
CREATE_USER
public static final PhysicalPlan.PhysicalPlanType CREATE_USER
-
REVOKE_USER_ROLE
public static final PhysicalPlan.PhysicalPlanType REVOKE_USER_ROLE
-
REVOKE_ROLE_PRIVILEGE
public static final PhysicalPlan.PhysicalPlanType REVOKE_ROLE_PRIVILEGE
-
REVOKE_USER_PRIVILEGE
public static final PhysicalPlan.PhysicalPlanType REVOKE_USER_PRIVILEGE
-
GRANT_ROLE_PRIVILEGE
public static final PhysicalPlan.PhysicalPlanType GRANT_ROLE_PRIVILEGE
-
GRANT_USER_PRIVILEGE
public static final PhysicalPlan.PhysicalPlanType GRANT_USER_PRIVILEGE
-
GRANT_USER_ROLE
public static final PhysicalPlan.PhysicalPlanType GRANT_USER_ROLE
-
MODIFY_PASSWORD
public static final PhysicalPlan.PhysicalPlanType MODIFY_PASSWORD
-
DELETE_USER
public static final PhysicalPlan.PhysicalPlanType DELETE_USER
-
DELETE_STORAGE_GROUP
public static final PhysicalPlan.PhysicalPlanType DELETE_STORAGE_GROUP
-
SHOW_TIMESERIES
public static final PhysicalPlan.PhysicalPlanType SHOW_TIMESERIES
-
DELETE_TIMESERIES
public static final PhysicalPlan.PhysicalPlanType DELETE_TIMESERIES
-
LOAD_CONFIGURATION
public static final PhysicalPlan.PhysicalPlanType LOAD_CONFIGURATION
-
CREATE_MULTI_TIMESERIES
public static final PhysicalPlan.PhysicalPlanType CREATE_MULTI_TIMESERIES
-
ALTER_TIMESERIES
public static final PhysicalPlan.PhysicalPlanType ALTER_TIMESERIES
-
FLUSH
public static final PhysicalPlan.PhysicalPlanType FLUSH
-
CREATE_INDEX
public static final PhysicalPlan.PhysicalPlanType CREATE_INDEX
-
DROP_INDEX
public static final PhysicalPlan.PhysicalPlanType DROP_INDEX
-
CHANGE_TAG_OFFSET
public static final PhysicalPlan.PhysicalPlanType CHANGE_TAG_OFFSET
-
CHANGE_ALIAS
public static final PhysicalPlan.PhysicalPlanType CHANGE_ALIAS
-
MNODE
public static final PhysicalPlan.PhysicalPlanType MNODE
-
MEASUREMENT_MNODE
public static final PhysicalPlan.PhysicalPlanType MEASUREMENT_MNODE
-
STORAGE_GROUP_MNODE
public static final PhysicalPlan.PhysicalPlanType STORAGE_GROUP_MNODE
-
BATCH_INSERT_ONE_DEVICE
public static final PhysicalPlan.PhysicalPlanType BATCH_INSERT_ONE_DEVICE
-
MULTI_BATCH_INSERT
public static final PhysicalPlan.PhysicalPlanType MULTI_BATCH_INSERT
-
BATCH_INSERT_ROWS
public static final PhysicalPlan.PhysicalPlanType BATCH_INSERT_ROWS
-
SHOW_DEVICES
public static final PhysicalPlan.PhysicalPlanType SHOW_DEVICES
-
CREATE_TEMPLATE
public static final PhysicalPlan.PhysicalPlanType CREATE_TEMPLATE
-
SET_TEMPLATE
public static final PhysicalPlan.PhysicalPlanType SET_TEMPLATE
-
ACTIVATE_TEMPLATE
public static final PhysicalPlan.PhysicalPlanType ACTIVATE_TEMPLATE
-
AUTO_CREATE_DEVICE_MNODE
public static final PhysicalPlan.PhysicalPlanType AUTO_CREATE_DEVICE_MNODE
-
CREATE_ALIGNED_TIMESERIES
public static final PhysicalPlan.PhysicalPlanType CREATE_ALIGNED_TIMESERIES
-
CLUSTER_LOG
public static final PhysicalPlan.PhysicalPlanType CLUSTER_LOG
-
CREATE_TRIGGER
public static final PhysicalPlan.PhysicalPlanType CREATE_TRIGGER
-
DROP_TRIGGER
public static final PhysicalPlan.PhysicalPlanType DROP_TRIGGER
-
START_TRIGGER
public static final PhysicalPlan.PhysicalPlanType START_TRIGGER
-
STOP_TRIGGER
public static final PhysicalPlan.PhysicalPlanType STOP_TRIGGER
-
CREATE_CONTINUOUS_QUERY
public static final PhysicalPlan.PhysicalPlanType CREATE_CONTINUOUS_QUERY
-
DROP_CONTINUOUS_QUERY
public static final PhysicalPlan.PhysicalPlanType DROP_CONTINUOUS_QUERY
-
SHOW_CONTINUOUS_QUERIES
public static final PhysicalPlan.PhysicalPlanType SHOW_CONTINUOUS_QUERIES
-
MERGE
public static final PhysicalPlan.PhysicalPlanType MERGE
-
CREATE_SNAPSHOT
public static final PhysicalPlan.PhysicalPlanType CREATE_SNAPSHOT
-
CLEARCACHE
public static final PhysicalPlan.PhysicalPlanType CLEARCACHE
-
CREATE_FUNCTION
public static final PhysicalPlan.PhysicalPlanType CREATE_FUNCTION
-
DROP_FUNCTION
public static final PhysicalPlan.PhysicalPlanType DROP_FUNCTION
-
SELECT_INTO
public static final PhysicalPlan.PhysicalPlanType SELECT_INTO
-
SET_SYSTEM_MODE
public static final PhysicalPlan.PhysicalPlanType SET_SYSTEM_MODE
-
UNSET_TEMPLATE
public static final PhysicalPlan.PhysicalPlanType UNSET_TEMPLATE
-
APPEND_TEMPLATE
public static final PhysicalPlan.PhysicalPlanType APPEND_TEMPLATE
-
PRUNE_TEMPLATE
public static final PhysicalPlan.PhysicalPlanType PRUNE_TEMPLATE
-
START_PIPE_SERVER
public static final PhysicalPlan.PhysicalPlanType START_PIPE_SERVER
-
STOP_PIPE_SERVER
public static final PhysicalPlan.PhysicalPlanType STOP_PIPE_SERVER
-
DROP_TEMPLATE
public static final PhysicalPlan.PhysicalPlanType DROP_TEMPLATE
-
ACTIVATE_TEMPLATE_IN_CLUSTER
public static final PhysicalPlan.PhysicalPlanType ACTIVATE_TEMPLATE_IN_CLUSTER
-
-
Method Detail
-
values
public static PhysicalPlan.PhysicalPlanType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PhysicalPlan.PhysicalPlanType c : PhysicalPlan.PhysicalPlanType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PhysicalPlan.PhysicalPlanType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-