public class CheckpointHistoryResult extends Object
| Constructor and Description |
|---|
CheckpointHistoryResult(Map<Integer,T2<ReservationReason,Map<Integer,CheckpointEntry>>> earliestValidCheckpoints,
CheckpointEntry reservedCheckoint)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,T2<ReservationReason,Map<Integer,CheckpointEntry>>> |
earliestValidCheckpoints() |
CheckpointEntry |
reservedCheckoint() |
public CheckpointHistoryResult(Map<Integer,T2<ReservationReason,Map<Integer,CheckpointEntry>>> earliestValidCheckpoints, CheckpointEntry reservedCheckoint)
earliestValidCheckpoints - Map (groupId, Reason why reservation cannot be made deeper):
Map (partitionId, earliest valid checkpoint to history search)).reservedCheckoint - Reserved checkpoint.public Map<Integer,T2<ReservationReason,Map<Integer,CheckpointEntry>>> earliestValidCheckpoints()
public CheckpointEntry reservedCheckoint()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021