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, 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()
CacheStoreMXBean
getObjectCount
in interface CacheStoreMXBean
public long getMnodeCount()
CacheStoreMXBean
getMnodeCount
in interface CacheStoreMXBean
public long getDataCount()
CacheStoreMXBean
getDataCount
in interface CacheStoreMXBean
public long getLoadCountTotal()
CacheStoreMXBean
getLoadCountTotal
in interface CacheStoreMXBean
public long getLoadFailCountTotal()
CacheStoreMXBean
getLoadFailCountTotal
in interface CacheStoreMXBean
public long getSaveCountTotal()
CacheStoreMXBean
getSaveCountTotal
in interface CacheStoreMXBean
public long getSaveFailCountTotal()
CacheStoreMXBean
getSaveFailCountTotal
in interface CacheStoreMXBean
public void unregister()