public interface BlockManagerMXBean extends ManagedObjectMXBean
resin:type=BlockManager
Modifier and Type | Method and Description |
---|---|
long |
getBlockCapacity()
Returns the number of blocks in the block manager
|
long |
getBlockReadCountTotal()
Returns the block read count.
|
long |
getBlockWriteCountTotal()
Returns the block write count.
|
long |
getHitCountTotal()
Returns the block LRU cache hit count.
|
long |
getMemorySize()
Returns the number of bytes in the block manager
|
long |
getMissCountTotal()
Returns the block cache miss count.
|
double |
getMissRate()
Returns the block cache miss rate.
|
getName, getObjectName, getType
long getBlockCapacity()
long getMemorySize()
long getBlockReadCountTotal()
long getBlockWriteCountTotal()
long getHitCountTotal()
long getMissCountTotal()
double getMissRate()