public class AdminCacheStore extends AbstractManagedObject implements CacheStoreMXBean
| 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.
|
void |
unregister() |
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()
CacheStoreMXBeangetObjectCount in interface CacheStoreMXBeanpublic long getMnodeCount()
CacheStoreMXBeangetMnodeCount in interface CacheStoreMXBeanpublic long getDataCount()
CacheStoreMXBeangetDataCount in interface CacheStoreMXBeanpublic long getLoadCountTotal()
CacheStoreMXBeangetLoadCountTotal in interface CacheStoreMXBeanpublic long getLoadFailCountTotal()
CacheStoreMXBeangetLoadFailCountTotal in interface CacheStoreMXBeanpublic long getSaveCountTotal()
CacheStoreMXBeangetSaveCountTotal in interface CacheStoreMXBeanpublic long getSaveFailCountTotal()
CacheStoreMXBeangetSaveFailCountTotal in interface CacheStoreMXBeanpublic void unregister()