public interface io.vertx.ext.dropwizard.reporters.JmxReporter$JmxHistogramMBean extends io.vertx.ext.dropwizard.reporters.JmxReporter$MetricMBean
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.dropwizard.reporters.JmxReporter$JmxHistogramMBean
  super_class: java.lang.Object
{
  public abstract long getCount();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long getMin();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long getMax();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double getMean();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double getStdDev();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double get50thPercentile();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double get75thPercentile();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double get95thPercentile();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double get98thPercentile();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double get99thPercentile();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double get999thPercentile();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long[] values();
    descriptor: ()[J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "JmxReporter.java"
NestHost: io.vertx.ext.dropwizard.reporters.JmxReporter
InnerClasses:
  public abstract JmxHistogramMBean = io.vertx.ext.dropwizard.reporters.JmxReporter$JmxHistogramMBean of io.vertx.ext.dropwizard.reporters.JmxReporter
  public abstract MetricMBean = io.vertx.ext.dropwizard.reporters.JmxReporter$MetricMBean of io.vertx.ext.dropwizard.reporters.JmxReporter