| org.jpox.management.runtime.StoreManagerRuntimeMBean
All known Subclasses: org.jpox.management.runtime.StoreManagerRuntime,
StoreManagerRuntimeMBean | public interface StoreManagerRuntimeMBean (Code) | | Exposes runtime statistics and operations for the StoreManager
|
getDeleteCount | long getDeleteCount()(Code) | | The number of deletes of FCO objects in the data store
number of deletes of FCO objects in the data store |
getFetchCount | long getFetchCount()(Code) | | The number of inserts of FCO objects in the data store
number of inserts of FCO objects in the data store |
getInsertCount | long getInsertCount()(Code) | | The number of inserts of FCO objects in the data store
number of inserts of FCO objects in the data store |
getStartTime | long getStartTime()(Code) | | The StoreManager start time
StoreManager start time |
getUpdateCount | long getUpdateCount()(Code) | | The number of updates of FCO objects in the data store
number of updates of FCO objects in the data store |
|
|