#include <memory>
#include <saAis.h>
#include <saCkpt.h>
#include "CkptObject.h"
#include "CkptRawDAO.h"
Go to the source code of this file.
Classes | |
class | CkptContainer |
Generic container for CkptObject. More... | |
class | CkptSimpleContainer< T > |
Templated container for typesafe access to objects stored in CKPT. More... | |
Enumerations | |
enum | CkptRetentionPolicy { CKPT_RETAIN, CKPT_RELEASE } |
A policy indicating the behavior of a checkpoint once there are no containers referencing it on this node. More... |
enum CkptRetentionPolicy |
A policy indicating the behavior of a checkpoint once there are no containers referencing it on this node.
CKPT_RETAIN | Retain the CKPT replica on this node until the policy changes, regardless of references. |
CKPT_RELEASE | Release the CKPT replica on this node when there are no references. |
Definition at line 14 of file CkptContainer.h.