Package com.codahale.metrics.jvm
Class BufferPoolMetricSet
- java.lang.Object
-
- com.codahale.metrics.jvm.BufferPoolMetricSet
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String[]
ATTRIBUTES
private static org.slf4j.Logger
LOGGER
private javax.management.MBeanServer
mBeanServer
private static java.lang.String[]
NAMES
private static java.lang.String[]
POOLS
-
Constructor Summary
Constructors Constructor Description BufferPoolMetricSet(javax.management.MBeanServer mBeanServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,Metric>
getMetrics()
A map of metric names to metrics.
-
-
-
Method Detail
-
getMetrics
public java.util.Map<java.lang.String,Metric> getMetrics()
Description copied from interface:MetricSet
A map of metric names to metrics.- Specified by:
getMetrics
in interfaceMetricSet
- Returns:
- the metrics
-
-