ark::logging::OffloadStage

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


This stage offloads logs.

Methods

  • OffloadStage(std::string name)
    Constructor. Initializes from a log reader stage configuration.

  • ~OffloadStage()
    Destructor.

  • void initialize(pipeline::StageInterface & interface)
    Called from the executor when we are initialized.

  • void start()
    Indicates that the system has settled and you should begin any threads or processing.

  • void shutdown()
    Called from the executor to indicate shutdown.