ark::logging::QueuedObject

Defined in header “ark/logging/stages/log_writer_message_queue.hh”.


A queued object, an object that contains both an envelope to be written, and the declaration (source) of that object.

Variables

  • ObjectDeclaration declaration
    The declaration/identifier of the object.

  • logging::LoggingClock::time_point indexed_time
    The indexed time to write this out at.

  • core::ByteBuffer bytes
    The raw bytes to write out.