
public static class OSessionStoragePerformanceStatistic.RidbagCountersHolder extends OSessionStoragePerformanceStatistic.PerformanceCountersHolder
| Constructor and Description |
|---|
RidbagCountersHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clears all performance data.
|
long |
getDeleteEntryPages() |
long |
getDeleteEntryTime() |
long |
getLoadPages() |
long |
getLoadTime() |
long |
getReadEntryPages() |
long |
getReadEntryTime() |
long |
getUpdateEntryPages() |
long |
getUpdateEntryTime() |
OSessionStoragePerformanceStatistic.PerformanceCountersHolder |
newInstance() |
ODocument |
toDocument()
Converts properties of given class into values of fields of returned document.
|
getAmountOfPagesPerOperation, getAmountOfPagesReadFromCache, getAmountOfPagesReadFromFile, getAmountOfPagesWrittenInCache, getCacheHits, getCommitTime, getReadSpeedFromCacheInPages, getReadSpeedFromFileInPages, getWriteSpeedInCacheInPages, pushDatapublic OSessionStoragePerformanceStatistic.PerformanceCountersHolder newInstance()
newInstance in class OSessionStoragePerformanceStatistic.PerformanceCountersHolderpublic void clean()
OSessionStoragePerformanceStatistic.PerformanceCountersHolderclean in interface OSessionStoragePerformanceStatistic.CountersHolder<OSessionStoragePerformanceStatistic.PerformanceCountersHolder>clean in class OSessionStoragePerformanceStatistic.PerformanceCountersHolderpublic long getUpdateEntryTime()
public long getUpdateEntryPages()
public long getDeleteEntryTime()
public long getDeleteEntryPages()
public long getReadEntryTime()
public long getReadEntryPages()
public long getLoadTime()
public long getLoadPages()
public ODocument toDocument()
OSessionStoragePerformanceStatistic.PerformanceCountersHoldertoDocument in interface OSessionStoragePerformanceStatistic.CountersHolder<OSessionStoragePerformanceStatistic.PerformanceCountersHolder>toDocument in class OSessionStoragePerformanceStatistic.PerformanceCountersHolderCopyright © 2009–2025 OrientDB. All rights reserved.