Class BufferPoolMetricSet

  • All Implemented Interfaces:
    com.codahale.metrics.Metric, com.codahale.metrics.MetricSet

    public class BufferPoolMetricSet
    extends Object
    implements com.codahale.metrics.MetricSet
    A set of gauges for the count, usage, and capacity of the JVM's direct and mapped buffer pools.

    These JMX objects are only available on Java 7 and above.

    • Constructor Detail

      • BufferPoolMetricSet

        public BufferPoolMetricSet​(MBeanServer mBeanServer)
    • Method Detail

      • getMetrics

        public Map<String,​com.codahale.metrics.Metric> getMetrics()
        Specified by:
        getMetrics in interface com.codahale.metrics.MetricSet