Class GetSchemaPartitionPlan
java.lang.Object
org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
org.apache.iotdb.confignode.consensus.request.read.ConfigPhysicalReadPlan
org.apache.iotdb.confignode.consensus.request.read.partition.GetSchemaPartitionPlan
- All Implemented Interfaces:
IConsensusRequest
- Direct Known Subclasses:
GetOrCreateSchemaPartitionPlan
Get or create SchemaPartition by the specific partitionSlotsMap.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
ConfigPhysicalPlan.Factory -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetSchemaPartitionPlan(Map<String, List<TSeriesPartitionSlot>> partitionSlotsMap) GetSchemaPartitionPlan(ConfigPhysicalPlanType configPhysicalPlanType) -
Method Summary
Methods inherited from class org.apache.iotdb.confignode.consensus.request.read.ConfigPhysicalReadPlan
deserializeImpl, serializeImplMethods inherited from class org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
getSerializedSize, getType, serializeToByteBufferMethods 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
-
Field Details
-
partitionSlotsMap
-
-
Constructor Details
-
GetSchemaPartitionPlan
-
GetSchemaPartitionPlan
-
-
Method Details
-
getPartitionSlotsMap
-
equals
- Overrides:
equalsin classConfigPhysicalPlan
-
hashCode
public int hashCode()- Overrides:
hashCodein classConfigPhysicalPlan
-