Uses of Class
org.apache.iotdb.confignode.manager.load.cache.AbstractStatistics
Packages that use AbstractStatistics
Package
Description
-
Uses of AbstractStatistics in org.apache.iotdb.confignode.manager.load.cache
Fields in org.apache.iotdb.confignode.manager.load.cache with type parameters of type AbstractStatisticsModifier and TypeFieldDescriptionprotected final AtomicReference<AbstractStatistics>AbstractLoadCache.currentStatisticsMethods in org.apache.iotdb.confignode.manager.load.cache that return AbstractStatisticsMethods in org.apache.iotdb.confignode.manager.load.cache with parameters of type AbstractStatisticsModifier and TypeMethodDescriptionbooleanAbstractStatistics.isNewerThan(AbstractStatistics o) Compare if this statistics is newer than the given one. -
Uses of AbstractStatistics in org.apache.iotdb.confignode.manager.load.cache.consensus
Modifier and TypeClassDescriptionclassConsensusGroupStatistics indicates the statistics of a consensus group. -
Uses of AbstractStatistics in org.apache.iotdb.confignode.manager.load.cache.node
Subclasses of AbstractStatistics in org.apache.iotdb.confignode.manager.load.cache.nodeModifier and TypeClassDescriptionclassNodeStatistics indicates the statistics of a Node. -
Uses of AbstractStatistics in org.apache.iotdb.confignode.manager.load.cache.region
Subclasses of AbstractStatistics in org.apache.iotdb.confignode.manager.load.cache.regionModifier and TypeClassDescriptionclassRegionStatistics indicates the statistics of a Region.