Class GetNodePathsPartitionPlan
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.GetNodePathsPartitionPlan
- All Implemented Interfaces:
IConsensusRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
ConfigPhysicalPlan.Factory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetLevel()getScope()inthashCode()voidsetLevel(int level) voidsetPartialPath(PartialPath partialPath) voidsetScope(PathPatternTree scope) 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
-
GetNodePathsPartitionPlan
public GetNodePathsPartitionPlan()
-
-
Method Details
-
getScope
-
setScope
-
getPartialPath
-
setPartialPath
-
getLevel
public int getLevel() -
setLevel
public void setLevel(int level) -
equals
- Overrides:
equalsin classConfigPhysicalPlan
-
hashCode
public int hashCode()- Overrides:
hashCodein classConfigPhysicalPlan
-