Uses of Class
io.airlift.stats.TimeDistribution.TimeDistributionSnapshot
-
Packages that use TimeDistribution.TimeDistributionSnapshot Package Description io.airlift.stats -
-
Uses of TimeDistribution.TimeDistributionSnapshot in io.airlift.stats
Methods in io.airlift.stats that return TimeDistribution.TimeDistributionSnapshot Modifier and Type Method Description TimeDistribution.TimeDistributionSnapshotTimeStat.TimeDistributionStatSnapshot. getAllTime()TimeDistribution.TimeDistributionSnapshotTimeStat.TimeDistributionStatSnapshot. getFifteenMinutes()TimeDistribution.TimeDistributionSnapshotTimeStat.TimeDistributionStatSnapshot. getFiveMinutes()TimeDistribution.TimeDistributionSnapshotTimeStat.TimeDistributionStatSnapshot. getOneMinute()TimeDistribution.TimeDistributionSnapshotTimeDistribution. snapshot()Constructors in io.airlift.stats with parameters of type TimeDistribution.TimeDistributionSnapshot Constructor Description TimeDistributionStatSnapshot(TimeDistribution.TimeDistributionSnapshot oneMinute, TimeDistribution.TimeDistributionSnapshot fiveMinute, TimeDistribution.TimeDistributionSnapshot fifteenMinute, TimeDistribution.TimeDistributionSnapshot allTime)
-