|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.management.runtime.StoreManagerRuntime
public class StoreManagerRuntime
Exposes runtime statistics and operations for the StoreManager
| Constructor Summary | |
|---|---|
StoreManagerRuntime()
|
|
| Method Summary | |
|---|---|
long |
getDeleteCount()
The number of deletes of FCO objects in the data store |
long |
getFetchCount()
The number of inserts of FCO objects in the data store |
long |
getInsertCount()
The number of inserts of FCO objects in the data store |
long |
getStartTime()
The StoreManager start time |
long |
getUpdateCount()
The number of updates of FCO objects in the data store |
void |
incrementDeleteCount()
|
void |
incrementFetchCount()
|
void |
incrementInsertCount()
|
void |
incrementUpdateCount()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StoreManagerRuntime()
| Method Detail |
|---|
public long getStartTime()
getStartTime in interface StoreManagerRuntimeMBeanpublic long getDeleteCount()
getDeleteCount in interface StoreManagerRuntimeMBeanpublic long getFetchCount()
getFetchCount in interface StoreManagerRuntimeMBeanpublic long getInsertCount()
getInsertCount in interface StoreManagerRuntimeMBeanpublic long getUpdateCount()
getUpdateCount in interface StoreManagerRuntimeMBeanpublic void incrementInsertCount()
public void incrementDeleteCount()
public void incrementFetchCount()
public void incrementUpdateCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||