JmxReporter.JmxHistogram | JmxReporter.JmxHistogram | |||
---|---|---|---|---|
Compiled from "JmxReporter.java" | Compiled from "JmxReporter.java" | |||
class com.codahale.metrics.jmx.JmxReporter$JmxHistogram implements com.coda hale.metrics.jmx.JmxReporter$JmxHistogramMBean { | class io.dropwizard.metrics5.jmx.JmxReporter$JmxHistogram implements io.dro pwizard.metrics5.jmx.JmxReporter$JmxHistogramMBean { | |||
public javax.management.ObjectName objectName(); | public javax.management.ObjectName objectName(); | |||
public double get50thPercentile(); | public double get50thPercentile(); | |||
public long getCount(); | public long getCount(); | |||
public long getSum(); | ||||
public long getMin(); | public long getMin(); | |||
public long getMax(); | public long getMax(); | |||
public double getMean(); | public double getMean(); | |||
public double getStdDev(); | public double getStdDev(); | |||
public double get75thPercentile(); | public double get75thPercentile(); | |||
public double get95thPercentile(); | public double get95thPercentile(); | |||
public double get98thPercentile(); | public double get98thPercentile(); | |||
public double get99thPercentile(); | public double get99thPercentile(); | |||
public double get999thPercentile(); | public double get999thPercentile(); | |||
public long[] values(); | public long[] values(); | |||
public long getSnapshotSize(); | public long getSnapshotSize(); | |||
com.codahale.metrics.jmx.JmxReporter$JmxHistogram(com.codahale.metrics.Hi stogram, javax.management.ObjectName, com.codahale.metrics.jmx.JmxReporter$ 1); | io.dropwizard.metrics5.jmx.JmxReporter$JmxHistogram(io.dropwizard.metrics 5.Histogram, javax.management.ObjectName, io.dropwizard.metrics5.jmx.JmxRep orter$1); | |||
} | } | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |