public class CheckpointContextImpl extends Object implements CheckpointListener.Context
| Modifier and Type | Method and Description |
|---|---|
void |
awaitPendingTasksFinished()
Await all async tasks from executor was finished.
|
Executor |
executor() |
IgniteInternalFuture<?> |
finishedStateFut() |
PartitionAllocationMap |
partitionStatMap() |
CheckpointProgress |
progress() |
boolean |
walFlush()
Whether to flush WAL after a Checkpoint begin.
|
void |
walFlush(boolean flush) |
public CheckpointProgress progress()
progress in interface CheckpointListener.Contextpublic void walFlush(boolean flush)
walFlush in interface CheckpointListener.Contextflush - If True then will flush WAL after a Checkpoint begin.public boolean walFlush()
walFlush in interface CheckpointListener.Contextpublic IgniteInternalFuture<?> finishedStateFut()
finishedStateFut in interface CheckpointListener.Contextpublic PartitionAllocationMap partitionStatMap()
partitionStatMap in interface CheckpointListener.Contextpublic Executor executor()
executor in interface CheckpointListener.Contextpublic void awaitPendingTasksFinished()
throws IgniteCheckedException
IgniteCheckedException - if fail.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023