|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.management.server.AbstractManagedObject
com.caucho.server.distcache.AdminPersistentStore
public class AdminPersistentStore
Manages the distributed cache
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.caucho.management.server.AbstractManagedObject |
|---|
addObjectNameProperties, getObjectName, getType, registerSelf, toString, unregisterSelf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
|---|
getObjectName, getType |
| Method Detail |
|---|
public java.lang.String getName()
AbstractManagedObject
getName in interface ManagedObjectMXBeangetName in class AbstractManagedObjectpublic long getObjectCount()
PersistentStoreMXBean
getObjectCount in interface PersistentStoreMXBeanpublic long getMnodeCount()
PersistentStoreMXBean
getMnodeCount in interface PersistentStoreMXBeanpublic long getDataCount()
PersistentStoreMXBean
getDataCount in interface PersistentStoreMXBeanpublic long getLoadCountTotal()
PersistentStoreMXBean
getLoadCountTotal in interface PersistentStoreMXBeanpublic long getLoadFailCountTotal()
PersistentStoreMXBean
getLoadFailCountTotal in interface PersistentStoreMXBeanpublic long getSaveCountTotal()
PersistentStoreMXBean
getSaveCountTotal in interface PersistentStoreMXBeanpublic long getSaveFailCountTotal()
PersistentStoreMXBean
getSaveFailCountTotal in interface PersistentStoreMXBeanpublic java.lang.String getStoreType()
PersistentStoreMXBean
getStoreType in interface PersistentStoreMXBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||