Interface for the protection/recovery reading service (V2). More...
#include <arcane/core/ICheckpointReader.h>
Public Member Functions | |
| virtual | ~ICheckpointReader2 ()=default |
| Frees resources. | |
| virtual IDataReader2 * | dataReader ()=0 |
| Returns the data reader associated with this protection reader. | |
| virtual void | notifyBeginRead (const CheckpointReadInfo &cri)=0 |
| Notifies that a protection will be read with information from checkpoint_info. | |
| virtual void | notifyEndRead ()=0 |
| Notifies the end of reading a protection. | |
Interface for the protection/recovery reading service (V2).
Definition at line 75 of file ICheckpointReader.h.