Uses of Class
org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointProgressImpl
-
Packages that use CheckpointProgressImpl Package Description org.apache.ignite.internal.processors.cache.persistence.checkpoint -
-
Uses of CheckpointProgressImpl in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint with parameters of type CheckpointProgressImpl Modifier and Type Method Description org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointCheckpointWorkflow. markCheckpointBegin(long cpTs, CheckpointProgressImpl curr, CheckpointMetricsTracker tracker, WorkProgressDispatcher workProgressDispatcher)First stage of checkpoint which collects demanded information(dirty pages mostly).
-