| |
|
| java.lang.Object org.jpox.management.runtime.StoreManagerRuntime
StoreManagerRuntime | public class StoreManagerRuntime implements StoreManagerRuntimeMBean(Code) | | Exposes runtime statistics and operations for the StoreManager
|
deleteCount | long deleteCount(Code) | | |
fetchCount | long fetchCount(Code) | | |
insertCount | long insertCount(Code) | | |
startTime | long startTime(Code) | | |
updateCount | long updateCount(Code) | | |
getDeleteCount | public 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 | public 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 | public 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 | public long getStartTime()(Code) | | The StoreManager start time
StoreManager start time |
getUpdateCount | public long getUpdateCount()(Code) | | The number of updates of FCO objects in the data store
number of updates of FCO objects in the data store |
incrementDeleteCount | public void incrementDeleteCount()(Code) | | |
incrementFetchCount | public void incrementFetchCount()(Code) | | |
incrementInsertCount | public void incrementInsertCount()(Code) | | |
incrementUpdateCount | public void incrementUpdateCount()(Code) | | |
|
|
|