
public class OClusterCountersHolder extends OSessionStoragePerformanceStatistic.PerformanceCountersHolder
| Modifier and Type | Class and Description |
|---|---|
class |
OClusterCountersHolder.CreateRecordOperation |
class |
OClusterCountersHolder.DeleteRecordPages |
class |
OClusterCountersHolder.ReadRecordPages |
class |
OClusterCountersHolder.UpdateRecordOperation |
| Constructor and Description |
|---|
OClusterCountersHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clears all performance data.
|
long |
getRecordCreationFilePageTime() |
int |
getRecordCreationHitRate() |
long |
getRecordCreationPages() |
long |
getRecordCreationPageTime() |
long |
getRecordCreationTime() |
long |
getRecordDeletionFilePageTime() |
long |
getRecordDeletionHitRate() |
long |
getRecordDeletionPages() |
long |
getRecordDeletionPageTime() |
long |
getRecordDeletionTime() |
long |
getRecordReadFilePageTime() |
long |
getRecordReadHitRate() |
long |
getRecordReadPages() |
long |
getRecordReadPageTime() |
long |
getRecordReadTime() |
long |
getRecordUpdateFilePageTime() |
long |
getRecordUpdateHitRate() |
long |
getRecordUpdatePages() |
long |
getRecordUpdatePageTime() |
long |
getRecordUpdateTime() |
OClusterCountersHolder |
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 OClusterCountersHolder newInstance()
newInstance in class OSessionStoragePerformanceStatistic.PerformanceCountersHolderpublic void clean()
OSessionStoragePerformanceStatistic.PerformanceCountersHolderclean in interface OSessionStoragePerformanceStatistic.CountersHolder<OSessionStoragePerformanceStatistic.PerformanceCountersHolder>clean in class OSessionStoragePerformanceStatistic.PerformanceCountersHolderpublic long getRecordCreationTime()
public long getRecordCreationPages()
public int getRecordCreationHitRate()
public long getRecordCreationPageTime()
public long getRecordCreationFilePageTime()
public long getRecordDeletionTime()
public long getRecordDeletionPages()
public long getRecordDeletionHitRate()
public long getRecordDeletionPageTime()
public long getRecordDeletionFilePageTime()
public long getRecordUpdateTime()
public long getRecordUpdatePages()
public long getRecordUpdateHitRate()
public long getRecordUpdatePageTime()
public long getRecordUpdateFilePageTime()
public long getRecordReadTime()
public long getRecordReadPages()
public long getRecordReadHitRate()
public long getRecordReadPageTime()
public long getRecordReadFilePageTime()
public ODocument toDocument()
OSessionStoragePerformanceStatistic.PerformanceCountersHoldertoDocument in interface OSessionStoragePerformanceStatistic.CountersHolder<OSessionStoragePerformanceStatistic.PerformanceCountersHolder>toDocument in class OSessionStoragePerformanceStatistic.PerformanceCountersHolderCopyright © 2009–2025 OrientDB. All rights reserved.