org.smallmind.instrument
Interface Metered

All Superinterfaces:
Countable
All Known Subinterfaces:
ChronometerMonitorMXBean, MeterMonitorMXBean
All Known Implementing Classes:
Chronometer, ChronometerMonitor, Meter, MeterMonitor

public interface Metered
extends Countable


Method Summary
 double getAverageRate()
           
 double getFifteenMinuteRate()
           
 double getFiveMinuteRate()
           
 double getOneMinuteRate()
           
 TimeUnit getRateTimeUnit()
           
 
Methods inherited from interface org.smallmind.instrument.Countable
getCount
 

Method Detail

getRateTimeUnit

TimeUnit getRateTimeUnit()

getOneMinuteRate

double getOneMinuteRate()

getFiveMinuteRate

double getFiveMinuteRate()

getFifteenMinuteRate

double getFifteenMinuteRate()

getAverageRate

double getAverageRate()


Copyright © 2012. All Rights Reserved.