public static class CounterStat.CounterStatSnapshot extends Object
| Constructor and Description |
|---|
CounterStatSnapshot(long totalCount,
DecayCounter.DecayCounterSnapshot oneMinute,
DecayCounter.DecayCounterSnapshot fiveMinute,
DecayCounter.DecayCounterSnapshot fifteenMinute) |
| Modifier and Type | Method and Description |
|---|---|
DecayCounter.DecayCounterSnapshot |
getFifteenMinute() |
DecayCounter.DecayCounterSnapshot |
getFiveMinute() |
DecayCounter.DecayCounterSnapshot |
getOneMinute() |
long |
getTotalCount() |
public CounterStatSnapshot(long totalCount,
DecayCounter.DecayCounterSnapshot oneMinute,
DecayCounter.DecayCounterSnapshot fiveMinute,
DecayCounter.DecayCounterSnapshot fifteenMinute)
public long getTotalCount()
public DecayCounter.DecayCounterSnapshot getOneMinute()
public DecayCounter.DecayCounterSnapshot getFiveMinute()
public DecayCounter.DecayCounterSnapshot getFifteenMinute()
Copyright © 2010-2017 Airlift. All Rights Reserved.