public interface CheckpointListener
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CheckpointListener.Context
Context with information about current snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
afterCheckpointEnd(CheckpointListener.Context ctx)
Do some actions after checkpoint end.
|
void |
beforeCheckpointBegin(CheckpointListener.Context ctx)
Do some actions before checkpoint write lock.
|
void |
onCheckpointBegin(CheckpointListener.Context ctx) |
void |
onMarkCheckpointBegin(CheckpointListener.Context ctx) |
void onMarkCheckpointBegin(CheckpointListener.Context ctx) throws IgniteCheckedException
IgniteCheckedException - If failed.void onCheckpointBegin(CheckpointListener.Context ctx) throws IgniteCheckedException
IgniteCheckedException - If failed.void beforeCheckpointBegin(CheckpointListener.Context ctx) throws IgniteCheckedException
IgniteCheckedException - If failed.default void afterCheckpointEnd(CheckpointListener.Context ctx) throws IgniteCheckedException
IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021