
public static class OSessionStoragePerformanceStatistic.WritCacheCountersHolder extends Object implements OSessionStoragePerformanceStatistic.CountersHolder<OSessionStoragePerformanceStatistic.WritCacheCountersHolder>
| Constructor and Description |
|---|
WritCacheCountersHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Resets all performance characteristics to default values.
|
long |
getFlushOperationsTime() |
long |
getFuzzyCheckpointTime() |
long |
getPagesPerFlush() |
void |
pushData(OSessionStoragePerformanceStatistic.WritCacheCountersHolder holder)
Accumulates data in current and passed in containers and push data back to passed in container.
|
ODocument |
toDocument()
Serializes performance data as values of fields of returned document.
|
public void clean()
OSessionStoragePerformanceStatistic.CountersHolderclean in interface OSessionStoragePerformanceStatistic.CountersHolder<OSessionStoragePerformanceStatistic.WritCacheCountersHolder>public void pushData(OSessionStoragePerformanceStatistic.WritCacheCountersHolder holder)
OSessionStoragePerformanceStatistic.CountersHolderpushData in interface OSessionStoragePerformanceStatistic.CountersHolder<OSessionStoragePerformanceStatistic.WritCacheCountersHolder>public long getPagesPerFlush()
-1 if value is
undefinedpublic long getFlushOperationsTime()
-1 if value is
undefined.public long getFuzzyCheckpointTime()
-1 if value if undefined.public ODocument toDocument()
OSessionStoragePerformanceStatistic.CountersHoldertoDocument in interface OSessionStoragePerformanceStatistic.CountersHolder<OSessionStoragePerformanceStatistic.WritCacheCountersHolder>Copyright © 2009–2025 OrientDB. All rights reserved.