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[]ATTRIBUTESprivate static org.slf4j.LoggerLOGGERprivate javax.management.MBeanServermBeanServerprivate static java.lang.String[]NAMESprivate 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:MetricSetA map of metric names to metrics.- Specified by:
getMetricsin interfaceMetricSet- Returns:
- the metrics
-
-