Inherited by CheckpointTask, and RecoveryTask.
Public Member Functions | |
GenericCheckpointTask (AuroraNode &node) | |
virtual void | perform_task ()=0 |
void | run () |
Runs the task. Invoked by a Scheduler's event loop. | |
Public Attributes | |
AuroraNode & | _node |
PtMutex * | _lock |
PtCondition * | _cond |
|
|
|
Implemented in CheckpointTask, and RecoveryTask.
|
|
Runs the task. Invoked by a Scheduler's event loop.
Implements SchedulerTask.
|
|
|
|
|
|
|