Statistics for batch write operations.
More...
#include <RobotAPI/libraries/armem/server/ltm/persistence/disk/DiskPersistence.h>
Statistics for batch write operations.
Definition at line 22 of file DiskPersistence.h.
◆ getAvgBatchSize()
| double getAvgBatchSize |
( |
| ) |
const |
|
inline |
◆ getAvgFlushTimeMs()
| double getAvgFlushTimeMs |
( |
| ) |
const |
|
inline |
◆ reset()
◆ flushByExplicit
| std::atomic<uint64_t> flushByExplicit {0} |
◆ flushBySize
| std::atomic<uint64_t> flushBySize {0} |
◆ flushByTime
| std::atomic<uint64_t> flushByTime {0} |
◆ maxBatchSize
| std::atomic<uint64_t> maxBatchSize {0} |
◆ totalBatchesWritten
| std::atomic<uint64_t> totalBatchesWritten {0} |
◆ totalBytesWritten
| std::atomic<uint64_t> totalBytesWritten {0} |
◆ totalFlushTimeNs
| std::atomic<uint64_t> totalFlushTimeNs {0} |
◆ totalItemsBatched
| std::atomic<uint64_t> totalItemsBatched {0} |
The documentation for this struct was generated from the following file: