-
public final class PerformanceMonitor.PerformanceMonitorData
-
-
Constructor Summary
Constructors Constructor Description PerformanceMonitor.PerformanceMonitorData(String key, Long duration, Long maxDuration, Integer count)
-
Method Summary
Modifier and Type Method Description final StringgetKey()final LonggetDuration()final UnitsetDuration(Long duration)final LonggetMaxDuration()final UnitsetMaxDuration(Long maxDuration)final IntegergetCount()final UnitsetCount(Integer count)-
-
Method Detail
-
getDuration
final Long getDuration()
-
setDuration
final Unit setDuration(Long duration)
-
getMaxDuration
final Long getMaxDuration()
-
setMaxDuration
final Unit setMaxDuration(Long maxDuration)
-
-
-
-