Class CountTimeSlotListPlan
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.CountTimeSlotListPlan
- 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 TypeMethodDescriptionbooleanlonglonginthashCode()voidsetDatabase(String database) voidsetRegionId(TConsensusGroupId regionId) voidsetSeriesSlotId(TSeriesPartitionSlot seriesSlotId) 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
-
CountTimeSlotListPlan
public CountTimeSlotListPlan(long startTime, long endTime)
-
-
Method Details
-
setDatabase
-
getDatabase
-
setRegionId
-
getRegionId
-
setSeriesSlotId
-
getSeriesSlotId
-
getStartTime
public long getStartTime() -
getEndTime
public long getEndTime() -
equals
- Overrides:
equalsin classConfigPhysicalPlan
-
hashCode
public int hashCode()- Overrides:
hashCodein classConfigPhysicalPlan
-