public class CheckpointHistoryResult extends Object
| Constructor and Description |
|---|
CheckpointHistoryResult(Map<Integer,T2<ReservationReason,Map<Integer,CheckpointEntry>>> earliestValidCheckpoints,
@Nullable CheckpointEntry reservedCheckpoint)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,T2<ReservationReason,Map<Integer,CheckpointEntry>>> |
earliestValidCheckpoints() |
@Nullable WALPointer |
reservedCheckpointMark()
Returns the oldest reserved checkpoint marker.
|
public CheckpointHistoryResult(Map<Integer,T2<ReservationReason,Map<Integer,CheckpointEntry>>> earliestValidCheckpoints, @Nullable @Nullable CheckpointEntry reservedCheckpoint)
earliestValidCheckpoints - Map (groupId, Reason why reservation cannot be made deeper):
Map (partitionId, earliest valid checkpoint to history search)).reservedCheckpoint - Reserved checkpoint.public Map<Integer,T2<ReservationReason,Map<Integer,CheckpointEntry>>> earliestValidCheckpoints()
@Nullable public @Nullable WALPointer reservedCheckpointMark()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023