JmxReporter.JmxTimer | JmxReporter.JmxTimer | |||
---|---|---|---|---|
skipping to change at line 13 | skipping to change at line 13 | |||
public double get50thPercentile(); | public double get50thPercentile(); | |||
public double getMin(); | public double getMin(); | |||
public double getMax(); | public double 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 double getSum(); | ||||
public long[] values(); | public long[] values(); | |||
public java.lang.String getDurationUnit(); | public java.lang.String getDurationUnit(); | |||
io.dropwizard.metrics5.jmx.JmxReporter$JmxTimer(io.dropwizard.metrics5.Ti mer, javax.management.ObjectName, java.util.concurrent.TimeUnit, java.util. concurrent.TimeUnit, io.dropwizard.metrics5.jmx.JmxReporter$1); | ||||
} | } | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 1 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/ |