Uses of Class
org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointStatus
-
Packages that use CheckpointStatus Package Description org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation.org.apache.ignite.internal.processors.cache.persistence.checkpoint -
-
Uses of CheckpointStatus in org.apache.ignite.internal.processors.cache.persistence
Constructors in org.apache.ignite.internal.processors.cache.persistence with parameters of type CheckpointStatus Constructor Description RestoreBinaryState(CheckpointStatus status, WALIterator iterator, long lastArchivedSegment, IgnitePredicate<Integer> cacheGroupsPredicate)RestoreLogicalState(CheckpointStatus status, WALIterator iterator, long lastArchivedSegment, IgnitePredicate<Integer> cacheGroupsPredicate, Map<GroupPartitionId,Integer> partitionRecoveryStates) -
Uses of CheckpointStatus in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint that return CheckpointStatus Modifier and Type Method Description CheckpointStatusCheckpointManager. readCheckpointStatus()CheckpointStatusCheckpointMarkersStorage. readCheckpointStatus()
-