Class CountDatabasePlan
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.database.CountDatabasePlan
- All Implemented Interfaces:
IConsensusRequest
- Direct Known Subclasses:
GetDatabasePlan
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
ConfigPhysicalPlan.Factory -
Constructor Summary
ConstructorsConstructorDescriptionCountDatabasePlan(List<String> storageGroupPattern, PathPatternTree scope) CountDatabasePlan(ConfigPhysicalPlanType type, List<String> storageGroupPattern, PathPatternTree scope) -
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
-
CountDatabasePlan
-
CountDatabasePlan
public CountDatabasePlan(ConfigPhysicalPlanType type, List<String> storageGroupPattern, PathPatternTree scope)
-
-
Method Details
-
getDatabasePattern
-
getScope
-
equals
- Overrides:
equalsin classConfigPhysicalPlan
-
hashCode
public int hashCode()- Overrides:
hashCodein classConfigPhysicalPlan
-