|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlockManagerMXBean
Management interface for the block manager used by the proxy cache and persistent sessions.
resin:type=BlockManager
Method Summary | |
---|---|
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. |
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
---|
getName, getObjectName, getType |
Method Detail |
---|
long getBlockCapacity()
long getMemorySize()
long getBlockReadCountTotal()
long getBlockWriteCountTotal()
long getHitCountTotal()
long getMissCountTotal()
double getMissRate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |