Uses of Class
org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointEntry.GroupState
-
Packages that use CheckpointEntry.GroupState Package Description org.apache.ignite.internal.processors.cache.persistence.checkpoint -
-
Uses of CheckpointEntry.GroupState in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint that return types with arguments of type CheckpointEntry.GroupState Modifier and Type Method Description Map<Integer,CheckpointEntry.GroupState>CheckpointEntry. groupState(IgniteWriteAheadLogManager wal)@Nullable Map<Integer,CheckpointEntry.GroupState>EarliestCheckpointMapSnapshot. groupState(UUID checkpointId)Gets a group state by a checkpoint id.
-