com.caucho.management.server
Interface CacheStoreMXBean

All Superinterfaces:
ManagedObjectMXBean
All Known Implementing Classes:
AdminCacheStore

public interface CacheStoreMXBean
extends ManagedObjectMXBean

Management interface for the persistent store.

 resin:type=CacheStore
 


Method Summary
 long getDataCount()
          Returns the total current data objects
 long getLoadCountTotal()
          Returns the total objects loaded.
 long getLoadFailCountTotal()
          Returns the objects which failed to load.
 long getMnodeCount()
          Returns the total current mnodes
 long getObjectCount()
          Returns the total current objects
 long getSaveCountTotal()
          Returns the total objects saved.
 long getSaveFailCountTotal()
          Returns the objects which failed to save.
 
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean
getName, getObjectName, getType
 

Method Detail

getMnodeCount

long getMnodeCount()
Returns the total current mnodes


getDataCount

long getDataCount()
Returns the total current data objects


getObjectCount

long getObjectCount()
Returns the total current objects


getLoadCountTotal

long getLoadCountTotal()
Returns the total objects loaded.


getLoadFailCountTotal

long getLoadFailCountTotal()
Returns the objects which failed to load.


getSaveCountTotal

long getSaveCountTotal()
Returns the total objects saved.


getSaveFailCountTotal

long getSaveFailCountTotal()
Returns the objects which failed to save.