ark::logging::SplitWriterStatistics

Defined in header “ark/logging/split_writer.hh”.


Used to return statistics related to this split writer.

Variables

  • uint64_t flush_count= 0
    A count of the number of times this file was flushed.

  • uint64_t disk_synchronization_count= 0
    A count of the number of times this file had fsync called on it.