Package io.dropwizard.metrics5.jvm
Class BufferPoolMetricSet
java.lang.Object
io.dropwizard.metrics5.jvm.BufferPoolMetricSet
- All Implemented Interfaces:
io.dropwizard.metrics5.Metric
,io.dropwizard.metrics5.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<io.dropwizard.metrics5.MetricName,
io.dropwizard.metrics5.Metric>
-
Constructor Details
-
BufferPoolMetricSet
-
-
Method Details
-
getMetrics
- Specified by:
getMetrics
in interfaceio.dropwizard.metrics5.MetricSet
-