类 ConfigPhysicalPlan
- java.lang.Object
-
- org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
-
- 所有已实现的接口:
org.apache.iotdb.consensus.common.request.IConsensusRequest
- 直接已知子类:
ActiveCQPlan,AddCQPlan,AddTriggerInTablePlan,AdjustMaxRegionGroupNumPlan,ApplyConfigNodePlan,AuthorPlan,CheckTemplateSettablePlan,CountStorageGroupPlan,CreateDataPartitionPlan,CreateFunctionPlan,CreatePipeSinkPlan,CreateRegionGroupsPlan,CreateSchemaPartitionPlan,CreateSchemaTemplatePlan,DeleteProcedurePlan,DeleteStorageGroupPlan,DeleteTriggerInTablePlan,DropCQPlan,DropFunctionPlan,DropPipePlan,DropPipeSinkPlan,DropSchemaTemplatePlan,GetAllSchemaTemplatePlan,GetAllTemplateSetInfoPlan,GetDataNodeConfigurationPlan,GetDataPartitionPlan,GetFunctionTablePlan,GetNodePathsPartitionPlan,GetPathsSetTemplatePlan,GetPipeSinkPlan,GetRegionIdPlan,GetRegionInfoListPlan,GetSchemaPartitionPlan,GetSchemaTemplatePlan,GetSeriesSlotListPlan,GetTemplateSetInfoPlan,GetTimeSlotListPlan,GetTransferringTriggersPlan,GetTriggerJarPlan,GetTriggerLocationPlan,GetTriggerTablePlan,GetUDFJarPlan,OfferRegionMaintainTasksPlan,PollRegionMaintainTaskPlan,PreCreatePipePlan,PreDeleteStorageGroupPlan,PreUnsetSchemaTemplatePlan,RecordPipeMessagePlan,RegisterDataNodePlan,RemoveConfigNodePlan,RemoveDataNodePlan,RollbackPreUnsetSchemaTemplatePlan,SetDataReplicationFactorPlan,SetPipeStatusPlan,SetSchemaReplicationFactorPlan,SetSchemaTemplatePlan,SetStorageGroupPlan,SetTimePartitionIntervalPlan,SetTTLPlan,ShowCQPlan,ShowPipePlan,UnsetSchemaTemplatePlan,UpdateCQLastExecTimePlan,UpdateDataNodePlan,UpdateProcedurePlan,UpdateRegionLocationPlan,UpdateTriggerLocationPlan,UpdateTriggersOnTransferNodesPlan,UpdateTriggerStateInTablePlan
public abstract class ConfigPhysicalPlan extends java.lang.Object implements org.apache.iotdb.consensus.common.request.IConsensusRequest
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classConfigPhysicalPlan.Factory
-
构造器概要
构造器 构造器 说明 ConfigPhysicalPlan(ConfigPhysicalPlanType type)
-
方法概要
所有方法 实例方法 抽象方法 具体方法 修饰符和类型 方法 说明 protected abstract voiddeserializeImpl(java.nio.ByteBuffer buffer)booleanequals(java.lang.Object o)intgetSerializedSize()ConfigPhysicalPlanTypegetType()inthashCode()protected abstract voidserializeImpl(java.io.DataOutputStream stream)java.nio.ByteBufferserializeToByteBuffer()
-
-
-
构造器详细资料
-
ConfigPhysicalPlan
public ConfigPhysicalPlan(ConfigPhysicalPlanType type)
-
-
方法详细资料
-
getType
public ConfigPhysicalPlanType getType()
-
serializeToByteBuffer
public java.nio.ByteBuffer serializeToByteBuffer()
- 指定者:
serializeToByteBuffer在接口中org.apache.iotdb.consensus.common.request.IConsensusRequest
-
serializeImpl
protected abstract void serializeImpl(java.io.DataOutputStream stream) throws java.io.IOException- 抛出:
java.io.IOException
-
deserializeImpl
protected abstract void deserializeImpl(java.nio.ByteBuffer buffer) throws java.io.IOException- 抛出:
java.io.IOException
-
getSerializedSize
public int getSerializedSize() throws java.io.IOException- 抛出:
java.io.IOException
-
equals
public boolean equals(java.lang.Object o)
- 覆盖:
equals在类中java.lang.Object
-
hashCode
public int hashCode()
- 覆盖:
hashCode在类中java.lang.Object
-
-