public class BufferPoolMetrics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
com.codahale.metrics.Meter |
misses
Total number of misses
|
com.codahale.metrics.Gauge<java.lang.Long> |
size
Total size of buffer pools, in bytes
|
Constructor and Description |
---|
BufferPoolMetrics() |
Copyright © 2009- The Apache Software Foundation