public interface BufferPoolStatus
BufferPoolMXBean| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Retrieves the name of the buffer pool.
|
com.codahale.metrics.Gauge<Long> |
getSizeGauge()
Retrieves an estimate of the number of buffers in the pool.
|
com.codahale.metrics.Gauge<Long> |
getTotalCapacityInBytesGauge()
Retrieves an estimate of the total capacity of buffers in the pool in bytes.
|
com.codahale.metrics.Gauge<Long> |
getUsedMemoryInBytesGauge()
Retrieves an estimate of the memory that the JVM is using for this buffer pool in bytes.
|
String getName()
com.codahale.metrics.Gauge<Long> getSizeGauge()
BufferPoolMXBean.getCount()com.codahale.metrics.Gauge<Long> getTotalCapacityInBytesGauge()
BufferPoolMXBean.getTotalCapacity()com.codahale.metrics.Gauge<Long> getUsedMemoryInBytesGauge()
BufferPoolMXBean.getMemoryUsed()Copyright © 2016. All rights reserved.