com.yammer.metrics.reporting
Interface JmxReporter.TimerMBean

All Superinterfaces:
JmxReporter.HistogramMBean, JmxReporter.MeterMBean, JmxReporter.MetricMBean
Enclosing class:
JmxReporter

public static interface JmxReporter.TimerMBean
extends JmxReporter.MeterMBean, JmxReporter.HistogramMBean


Method Summary
 TimeUnit getLatencyUnit()
           
 
Methods inherited from interface com.yammer.metrics.reporting.JmxReporter.MeterMBean
getCount, getEventType, getFifteenMinuteRate, getFiveMinuteRate, getMeanRate, getOneMinuteRate, getRateUnit
 
Methods inherited from interface com.yammer.metrics.reporting.JmxReporter.HistogramMBean
get50thPercentile, get75thPercentile, get95thPercentile, get98thPercentile, get999thPercentile, get99thPercentile, getCount, getMax, getMean, getMin, getStdDev, values
 
Methods inherited from interface com.yammer.metrics.reporting.JmxReporter.MetricMBean
objectName
 

Method Detail

getLatencyUnit

TimeUnit getLatencyUnit()


Copyright © 2012. All Rights Reserved.