public interface PersistentStoreMXBean extends ManagedObjectMXBean
resin:type=PersistentStore
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String |
getStoreType()
Returns the store type.
|
getName, getObjectName, getType
java.lang.String getStoreType()
long getMnodeCount()
long getDataCount()
long getObjectCount()
long getLoadCountTotal()
long getLoadFailCountTotal()
long getSaveCountTotal()
long getSaveFailCountTotal()