Skip to main content

class epoch_command

Declaration

class epoch_command : public implement_acceptor { /* full declaration omitted */ };

Inherits from: implement_acceptor

Member Variables

epoch_action m_action
std::vector<reduction_id> m_completed_reductions

Member Function Overview

Member Functions

const std::vector<reduction_id>&
get_completed_reductions() const


epoch_action get_epoch_action() const


epoch_command(command_id cid,
              task_id tid,
              epoch_action action,
              std::vector<reduction_id>
                  completed_reductions)

Parameters

command_id cid
task_id tid
epoch_action action
std::vector<reduction_id> completed_reductions

command_type get_type() const