
public static class OSessionStoragePerformanceStatistic.WALCountersHolder extends Object implements OSessionStoragePerformanceStatistic.CountersHolder<OSessionStoragePerformanceStatistic.WALCountersHolder>
| Constructor and Description |
|---|
WALCountersHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Resets all performance characteristics to default values.
|
long |
getFlushTime() |
long |
getLogTime() |
long |
getStartAOTime() |
long |
getStopAOTime() |
void |
pushData(OSessionStoragePerformanceStatistic.WALCountersHolder 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.WALCountersHolder>public void pushData(OSessionStoragePerformanceStatistic.WALCountersHolder holder)
OSessionStoragePerformanceStatistic.CountersHolderpushData in interface OSessionStoragePerformanceStatistic.CountersHolder<OSessionStoragePerformanceStatistic.WALCountersHolder>public long getLogTime()
-1 if value is undefined.public long getStopAOTime()
-1 if value is undefined.public long getStartAOTime()
-1 if value is undefined.public long getFlushTime()
-1 if value is undefined.public ODocument toDocument()
OSessionStoragePerformanceStatistic.CountersHoldertoDocument in interface OSessionStoragePerformanceStatistic.CountersHolder<OSessionStoragePerformanceStatistic.WALCountersHolder>Copyright © 2009–2025 OrientDB. All rights reserved.