Class CheckpointingStatistics.LatestCheckpoints
java.lang.Object
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.LatestCheckpoints
- Enclosing class:
- CheckpointingStatistics
Statistics about the latest checkpoints.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLatestCheckpoints(CheckpointStatistics.CompletedCheckpointStatistics completedCheckpointStatistics, CheckpointStatistics.CompletedCheckpointStatistics savepointStatistics, CheckpointStatistics.FailedCheckpointStatistics failedCheckpointStatistics, CheckpointingStatistics.RestoredCheckpointStatistics restoredCheckpointStatistics) -
Method Summary
-
Field Details
-
FIELD_NAME_COMPLETED
- See Also:
-
FIELD_NAME_SAVEPOINT
- See Also:
-
FIELD_NAME_FAILED
- See Also:
-
FIELD_NAME_RESTORED
- See Also:
-
-
Constructor Details
-
LatestCheckpoints
public LatestCheckpoints(@Nullable CheckpointStatistics.CompletedCheckpointStatistics completedCheckpointStatistics, @Nullable CheckpointStatistics.CompletedCheckpointStatistics savepointStatistics, @Nullable CheckpointStatistics.FailedCheckpointStatistics failedCheckpointStatistics, @Nullable CheckpointingStatistics.RestoredCheckpointStatistics restoredCheckpointStatistics)
-
-
Method Details
-
getCompletedCheckpointStatistics
@Nullable public CheckpointStatistics.CompletedCheckpointStatistics getCompletedCheckpointStatistics() -
getSavepointStatistics
-
getFailedCheckpointStatistics
-
getRestoredCheckpointStatistics
@Nullable public CheckpointingStatistics.RestoredCheckpointStatistics getRestoredCheckpointStatistics() -
equals
-
hashCode
public int hashCode()
-