Enum ConfigPhysicalPlanType
java.lang.Object
java.lang.Enum<ConfigPhysicalPlanType>
org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlanType
- All Implemented Interfaces:
Serializable,Comparable<ConfigPhysicalPlanType>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionTrigger.ConfigNode.Authority.Database.Function.AI model.Pipe Plugin.Deprecated.Pipe Task.Region.Template.SubscriptionCQ.Deprecated.Deprecated.Deprecated.Partition.Deprecated.Deprecated.Deprecated.Deprecated.Pipe PayLoad.Pipe Runtime.Deprecated.Deprecated.AINode.DataNode.Deprecated.Quota.Deprecated.Test Only.Procedure.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigPhysicalPlanTypeconvertToConfigPhysicalPlanType(short planType) Notice: the result might be null.shortstatic ConfigPhysicalPlanTypeReturns the enum constant of this type with the specified name.static ConfigPhysicalPlanType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ApplyConfigNode
ConfigNode. -
RemoveConfigNode
-
UpdateVersionInfo
-
UpdateClusterId
-
RegisterDataNode
DataNode. -
GetDataNodeConfiguration
-
RemoveDataNode
-
UpdateDataNodeConfiguration
-
RegisterAINode
AINode. -
UpdateAINodeConfiguration
-
RemoveAINode
-
GetAINodeConfiguration
-
CreateDatabase
Database. -
SetTTL
-
SetSchemaReplicationFactor
-
SetDataReplicationFactor
-
SetTimePartitionInterval
-
AdjustMaxRegionGroupNum
-
DeleteDatabase
-
PreDeleteDatabase
-
GetDatabase
-
CountDatabase
-
AlterDatabase
-
ShowTTL
-
CreateRegionGroups
Region. -
DeleteRegionGroups
-
GetRegionInfoList
-
UpdateRegionLocation
Deprecated. -
OfferRegionMaintainTasks
-
PollRegionMaintainTask
-
GetRegionId
-
GetSeriesSlotList
-
GetTimeSlotList
-
PollSpecificRegionMaintainTask
-
CountTimeSlotList
-
AddRegionLocation
-
RemoveRegionLocation
-
GetSchemaPartition
Partition. -
CreateSchemaPartition
-
GetOrCreateSchemaPartition
-
GetDataPartition
-
CreateDataPartition
-
GetOrCreateDataPartition
-
GetNodePathsPartition
-
AutoCleanPartitionTable
-
UpdateProcedure
Procedure. -
DeleteProcedure
-
Author
Authority. -
CreateUserDep
-
CreateRoleDep
-
DropUserDep
-
DropRoleDep
-
GrantRoleDep
-
GrantUserDep
-
GrantRoleToUserDep
-
RevokeUserDep
-
RevokeRoleDep
-
RevokeRoleFromUserDep
-
UpdateUserDep
-
ListUserDep
-
ListRoleDep
-
ListUserPrivilegeDep
-
ListRolePrivilegeDep
-
ListUserRolesDep
Deprecated. -
ListRoleUsersDep
Deprecated. -
CreateUser
-
CreateRole
-
DropUser
-
DropRole
-
GrantRole
-
GrantUser
-
GrantRoleToUser
-
RevokeUser
-
RevokeRole
-
RevokeRoleFromUser
-
UpdateUser
-
ListUser
-
ListRole
-
ListUserPrivilege
-
ListRolePrivilege
-
ListUserRoles
Deprecated. -
ListRoleUsers
Deprecated. -
CreateUserWithRawPassword
-
CreateFunction
Function. -
DropFunction
-
GetFunctionTable
-
GetFunctionJar
-
CreateSchemaTemplate
Template. -
GetAllSchemaTemplate
-
GetSchemaTemplate
-
CheckTemplateSettable
-
SetSchemaTemplate
-
GetPathsSetTemplate
-
GetAllTemplateSetInfo
-
GetTemplateSetInfo
-
PreUnsetTemplate
-
RollbackUnsetTemplate
-
UnsetTemplate
-
DropSchemaTemplate
-
PreSetSchemaTemplate
-
CommitSetSchemaTemplate
-
ExtendSchemaTemplate
-
CreatePipeSinkV1
Deprecated.Deprecated types for sync, restored them for upgrade. -
DropPipeSinkV1
Deprecated. -
GetPipeSinkV1
Deprecated. -
PreCreatePipeV1
Deprecated. -
SetPipeStatusV1
Deprecated. -
DropPipeV1
Deprecated. -
ShowPipeV1
Deprecated. -
RecordPipeMessageV1
Deprecated. -
AddTriggerInTable
Trigger. -
DeleteTriggerInTable
-
GetTriggerTable
-
UpdateTriggerStateInTable
-
GetTriggerJar
-
UpdateTriggersOnTransferNodes
-
UpdateTriggerLocation
-
GetTransferringTriggers
-
GetTriggerLocation
-
DROP_CQ
CQ. -
ACTIVE_CQ
-
ADD_CQ
-
UPDATE_CQ_LAST_EXEC_TIME
-
SHOW_CQ
-
CreateModel
AI model. -
UpdateModelInfo
-
UpdateModelState
-
DropModel
-
ShowModel
-
GetModelInfo
-
DropModelInNode
-
CreatePipePlugin
Pipe Plugin. -
DropPipePlugin
-
GetPipePluginTable
-
GetPipePluginJar
-
setSpaceQuota
Quota. -
setThrottleQuota
-
CreatePipeV2
Pipe Task. -
SetPipeStatusV2
-
DropPipeV2
-
ShowPipeV2
-
AlterPipeV2
-
OperateMultiplePipesV2
-
PipeHandleLeaderChange
Pipe Runtime. -
PipeHandleMetaChange
-
PipeEnriched
Pipe PayLoad. -
PipeUnsetTemplate
-
PipeDeleteTimeSeries
-
PipeDeleteLogicalView
-
PipeDeactivateTemplate
-
PipeSetTTL
-
CreateTopic
Subscription -
DropTopic
-
ShowTopic
-
AlterTopic
-
AlterMultipleTopics
-
TopicHandleMetaChange
-
AlterConsumerGroup
-
ConsumerGroupHandleMetaChange
-
ShowSubscription
-
TestOnly
Test Only.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getPlanType
public short getPlanType() -
convertToConfigPhysicalPlanType
Notice: the result might be null.
-