Class ConfigPhysicalPlan
java.lang.Object
org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
- All Implemented Interfaces:
IConsensusRequest
- Direct Known Subclasses:
ActiveCQPlan,AddCQPlan,AddRegionLocationPlan,AddTriggerInTablePlan,AdjustMaxRegionGroupNumPlan,AlterConsumerGroupPlan,AlterMultipleTopicsPlan,AlterPipePlanV2,AlterTopicPlan,ApplyConfigNodePlan,AuthorPlan,AutoCleanPartitionTablePlan,CommitSetSchemaTemplatePlan,ConfigPhysicalReadPlan,ConsumerGroupHandleMetaChangePlan,CreateDataPartitionPlan,CreateFunctionPlan,CreateModelPlan,CreatePipePlanV2,CreatePipePluginPlan,CreatePipeSinkPlanV1,CreateRegionGroupsPlan,CreateSchemaPartitionPlan,CreateSchemaTemplatePlan,CreateTopicPlan,DatabaseSchemaPlan,DeleteDatabasePlan,DeleteProcedurePlan,DeleteTriggerInTablePlan,DropCQPlan,DropFunctionPlan,DropModelInNodePlan,DropModelPlan,DropPipePlanV1,DropPipePlanV2,DropPipePluginPlan,DropPipeSinkPlanV1,DropSchemaTemplatePlan,DropTopicPlan,ExtendSchemaTemplatePlan,GetPipeSinkPlanV1,OfferRegionMaintainTasksPlan,OperateMultiplePipesPlanV2,PipeDeactivateTemplatePlan,PipeDeleteLogicalViewPlan,PipeDeleteTimeSeriesPlan,PipeEnrichedPlan,PipeHandleLeaderChangePlan,PipeHandleMetaChangePlan,PipeUnsetSchemaTemplatePlan,PollRegionMaintainTaskPlan,PollSpecificRegionMaintainTaskPlan,PreCreatePipePlanV1,PreDeleteDatabasePlan,PreSetSchemaTemplatePlan,PreUnsetSchemaTemplatePlan,RecordPipeMessagePlan,RegisterAINodePlan,RegisterDataNodePlan,RemoveAINodePlan,RemoveConfigNodePlan,RemoveDataNodePlan,RemoveRegionLocationPlan,RollbackPreUnsetSchemaTemplatePlan,SetDataReplicationFactorPlan,SetPipeStatusPlanV1,SetPipeStatusPlanV2,SetSchemaReplicationFactorPlan,SetSchemaTemplatePlan,SetSpaceQuotaPlan,SetThrottleQuotaPlan,SetTimePartitionIntervalPlan,SetTTLPlan,TopicHandleMetaChangePlan,UnsetSchemaTemplatePlan,UpdateAINodePlan,UpdateClusterIdPlan,UpdateCQLastExecTimePlan,UpdateDataNodePlan,UpdateModelInfoPlan,UpdateProcedurePlan,UpdateRegionLocationPlan,UpdateTriggerLocationPlan,UpdateTriggersOnTransferNodesPlan,UpdateTriggerStateInTablePlan,UpdateVersionInfoPlan
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voiddeserializeImpl(ByteBuffer buffer) booleanintgetType()inthashCode()protected abstract voidserializeImpl(DataOutputStream stream) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.iotdb.consensus.common.request.IConsensusRequest
getMemorySize, markAsGeneratedByRemoteConsensusLeader
-
Constructor Details
-
ConfigPhysicalPlan
-
-
Method Details
-
getType
-
serializeToByteBuffer
- Specified by:
serializeToByteBufferin interfaceIConsensusRequest
-
serializeImpl
- Throws:
IOException
-
deserializeImpl
- Throws:
IOException
-
getSerializedSize
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-