Class GetDataNodeConfigurationPlan
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.datanode.GetDataNodeConfigurationPlan
- All Implemented Interfaces:
IConsensusRequest
Get DataNodeInfo by the specific DataNode's id. And return all when dataNodeID is set to -1.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
ConfigPhysicalPlan.Factory -
Constructor Summary
Constructors -
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
-
Constructor Details
-
GetDataNodeConfigurationPlan
public GetDataNodeConfigurationPlan(int dataNodeId)
-
-
Method Details
-
getDataNodeId
-
equals
- Overrides:
equalsin classConfigPhysicalPlan
-
hashCode
public int hashCode()- Overrides:
hashCodein classConfigPhysicalPlan
-