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, unregisterSelf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getObjectName, getType
public java.lang.String getName()
AbstractManagedObject
getName
in interface ManagedObjectMXBean
getName
in class AbstractManagedObject
public long getObjectCount()
PersistentStoreMXBean
getObjectCount
in interface PersistentStoreMXBean
public long getMnodeCount()
PersistentStoreMXBean
getMnodeCount
in interface PersistentStoreMXBean
public long getDataCount()
PersistentStoreMXBean
getDataCount
in interface PersistentStoreMXBean
public long getLoadCountTotal()
PersistentStoreMXBean
getLoadCountTotal
in interface PersistentStoreMXBean
public long getLoadFailCountTotal()
PersistentStoreMXBean
getLoadFailCountTotal
in interface PersistentStoreMXBean
public long getSaveCountTotal()
PersistentStoreMXBean
getSaveCountTotal
in interface PersistentStoreMXBean
public long getSaveFailCountTotal()
PersistentStoreMXBean
getSaveFailCountTotal
in interface PersistentStoreMXBean
public java.lang.String getStoreType()
PersistentStoreMXBean
getStoreType
in interface PersistentStoreMXBean