#include <CheckpointProvider.h>
Inheritance diagram for CheckpointProvider:
Public Member Functions | |
virtual | ~CheckpointProvider () |
virtual void | requestCheckpoint (CheckpointType checkpointType)=0 |
Requests a checkpoint. |
A logging segment can use it to attempt to free up log space when it's running out.
Definition at line 34 of file CheckpointProvider.h.
virtual CheckpointProvider::~CheckpointProvider | ( | ) | [inline, virtual] |
virtual void CheckpointProvider::requestCheckpoint | ( | CheckpointType | checkpointType | ) | [pure virtual] |
Requests a checkpoint.
checkpointType | type of checkpoint to request |
Implemented in CheckpointThread.