Package io.airlift.stats
Class CounterStat.CounterStatSnapshot
java.lang.Object
io.airlift.stats.CounterStat.CounterStatSnapshot
- Enclosing class:
- CounterStat
-
Constructor Summary
ConstructorsConstructorDescriptionCounterStatSnapshot(long totalCount, DecayCounter.DecayCounterSnapshot oneMinute, DecayCounter.DecayCounterSnapshot fiveMinute, DecayCounter.DecayCounterSnapshot fifteenMinute) -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Constructor Details
-
CounterStatSnapshot
public CounterStatSnapshot(long totalCount, DecayCounter.DecayCounterSnapshot oneMinute, DecayCounter.DecayCounterSnapshot fiveMinute, DecayCounter.DecayCounterSnapshot fifteenMinute)
-
-
Method Details
-
getTotalCount
public long getTotalCount() -
getOneMinute
-
getFiveMinute
-
getFifteenMinute
-