public static interface CheckpointListener.Context
| Modifier and Type | Method and Description |
|---|---|
@Nullable Executor |
executor() |
IgniteInternalFuture<?> |
finishedStateFut() |
PartitionAllocationMap |
partitionStatMap() |
CheckpointProgress |
progress() |
boolean |
walFlush()
Whether to flush WAL after a Checkpoint begin.
|
void |
walFlush(boolean flush) |
CheckpointProgress progress()
void walFlush(boolean flush)
flush - If True then will flush WAL after a Checkpoint begin.boolean walFlush()
IgniteInternalFuture<?> finishedStateFut()
PartitionAllocationMap partitionStatMap()
@Nullable @Nullable Executor executor()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023