public static interface CheckpointListener.Context
| Modifier and Type | Method and Description |
|---|---|
@Nullable Executor |
executor() |
IgniteInternalFuture<?> |
finishedStateFut() |
boolean |
needToSnapshot(String cacheOrGrpName) |
boolean |
nextSnapshot() |
PartitionAllocationMap |
partitionStatMap() |
CheckpointProgress |
progress() |
boolean |
walFlush()
Whether to flush WAL after a Checkpoint begin.
|
void |
walFlush(boolean flush) |
CheckpointProgress progress()
boolean nextSnapshot()
True if a snapshot have to be created after.void walFlush(boolean flush)
flush - If True then will flush WAL after a Checkpoint begin.boolean walFlush()
IgniteInternalFuture<?> finishedStateFut()
PartitionAllocationMap partitionStatMap()
boolean needToSnapshot(String cacheOrGrpName)
cacheOrGrpName - Cache or group name.@Nullable @Nullable Executor executor()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023