Uses of Class
io.airlift.stats.DecayCounter.DecayCounterSnapshot
Packages that use DecayCounter.DecayCounterSnapshot
-
Uses of DecayCounter.DecayCounterSnapshot in io.airlift.stats
Methods in io.airlift.stats that return DecayCounter.DecayCounterSnapshotModifier and TypeMethodDescriptionCounterStat.CounterStatSnapshot.getFifteenMinute()CounterStat.CounterStatSnapshot.getFiveMinute()CounterStat.CounterStatSnapshot.getOneMinute()DecayCounter.snapshot()Constructors in io.airlift.stats with parameters of type DecayCounter.DecayCounterSnapshotModifierConstructorDescriptionCounterStatSnapshot(long totalCount, DecayCounter.DecayCounterSnapshot oneMinute, DecayCounter.DecayCounterSnapshot fiveMinute, DecayCounter.DecayCounterSnapshot fifteenMinute)