com.caucho.management.server
Interface BlockManagerMXBean

All Superinterfaces:
ManagedObjectMXBean
All Known Implementing Classes:
BlockManager

public interface BlockManagerMXBean
extends ManagedObjectMXBean

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 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

getBlockCapacity

long getBlockCapacity()
Returns the number of blocks in the block manager


getHitCountTotal

long getHitCountTotal()
Returns the block LRU cache hit count.


getMissCountTotal

long getMissCountTotal()
Returns the proxy cache miss count.