public class AdminPersistentStore extends AbstractManagedObject implements PersistentStoreMXBean
| 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
|
java.lang.String |
getName()
The JMX name property of the mbean.
|
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.
|
addObjectNameProperties, getObjectName, getType, registerSelf, toString, unregisterSelfclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetObjectName, getTypepublic java.lang.String getName()
AbstractManagedObjectgetName in interface ManagedObjectMXBeangetName in class AbstractManagedObjectpublic long getObjectCount()
PersistentStoreMXBeangetObjectCount in interface PersistentStoreMXBeanpublic long getMnodeCount()
PersistentStoreMXBeangetMnodeCount in interface PersistentStoreMXBeanpublic long getDataCount()
PersistentStoreMXBeangetDataCount in interface PersistentStoreMXBeanpublic long getLoadCountTotal()
PersistentStoreMXBeangetLoadCountTotal in interface PersistentStoreMXBeanpublic long getLoadFailCountTotal()
PersistentStoreMXBeangetLoadFailCountTotal in interface PersistentStoreMXBeanpublic long getSaveCountTotal()
PersistentStoreMXBeangetSaveCountTotal in interface PersistentStoreMXBeanpublic long getSaveFailCountTotal()
PersistentStoreMXBeangetSaveFailCountTotal in interface PersistentStoreMXBeanpublic java.lang.String getStoreType()
PersistentStoreMXBeangetStoreType in interface PersistentStoreMXBean