
public static class OSessionStoragePerformanceStatistic.IndexCountersHolder extends OSessionStoragePerformanceStatistic.PerformanceCountersHolder
| Constructor and Description |
|---|
IndexCountersHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clears all performance data.
|
long |
getDeleteEntryHitRate() |
long |
getDeleteEntryPages() |
long |
getDeleteEntryTime() |
long |
getReadEntryPages() |
long |
getReadEntryTime() |
long |
getUpdateEntryFilePageTime() |
long |
getUpdateEntryHitRate() |
long |
getUpdateEntryPages() |
long |
getUpdateEntryPageTime() |
long |
getUpdateEntryTime() |
OSessionStoragePerformanceStatistic.IndexCountersHolder |
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.IndexCountersHolder 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 getUpdateEntryHitRate()
public long getUpdateEntryPageTime()
public long getUpdateEntryFilePageTime()
public long getDeleteEntryTime()
public long getDeleteEntryPages()
public long getDeleteEntryHitRate()
public long getReadEntryTime()
public long getReadEntryPages()
public ODocument toDocument()
OSessionStoragePerformanceStatistic.PerformanceCountersHoldertoDocument in interface OSessionStoragePerformanceStatistic.CountersHolder<OSessionStoragePerformanceStatistic.PerformanceCountersHolder>toDocument in class OSessionStoragePerformanceStatistic.PerformanceCountersHolderCopyright © 2009–2025 OrientDB. All rights reserved.