|
||||||||||
| 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 |
getMissCountTotal()
Returns the proxy cache miss count. |
| Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
|---|
getName, getObjectName, getType |
| Method Detail |
|---|
long getBlockCapacity()
long getBlockReadCountTotal()
long getBlockWriteCountTotal()
long getHitCountTotal()
long getMissCountTotal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||