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
- get_completed_reductions() const → const std::vector<reduction_id> &
- get_epoch_action() const → epoch_action
- epoch_command(command_id cid, task_id tid, epoch_action action, std::vector<reduction_id> completed_reductions)
- get_type() const → command_type
Member Functions
¶const std::vector<reduction_id>&
get_completed_reductions() const
const std::vector<reduction_id>&
get_completed_reductions() const
¶epoch_action get_epoch_action() const
epoch_action get_epoch_action() const
¶epoch_command(command_id cid,
task_id tid,
epoch_action action,
std::vector<reduction_id>
completed_reductions)
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
command_type get_type() const