Uses of Class
io.airlift.stats.Distribution.DistributionSnapshot
Packages that use Distribution.DistributionSnapshot
-
Uses of Distribution.DistributionSnapshot in io.airlift.stats
Methods in io.airlift.stats that return Distribution.DistributionSnapshotModifier and TypeMethodDescriptionDistributionStat.DistributionStatSnapshot.getAllTime()DistributionStat.DistributionStatSnapshot.getFifteenMinutes()DistributionStat.DistributionStatSnapshot.getFiveMinutes()DistributionStat.DistributionStatSnapshot.getOneMinute()Distribution.snapshot()Constructors in io.airlift.stats with parameters of type Distribution.DistributionSnapshotModifierConstructorDescriptionDistributionStatSnapshot(Distribution.DistributionSnapshot oneMinute, Distribution.DistributionSnapshot fiveMinute, Distribution.DistributionSnapshot fifteenMinute, Distribution.DistributionSnapshot allTime)