Uses of Enum
org.apache.flink.runtime.checkpoint.CheckpointStatsStatus
Packages that use CheckpointStatsStatus
Package
Description
-
Uses of CheckpointStatsStatus in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return CheckpointStatsStatusModifier and TypeMethodDescriptionabstract CheckpointStatsStatusAbstractCheckpointStats.getStatus()Returns the status of this checkpoint.CompletedCheckpointStats.getStatus()FailedCheckpointStats.getStatus()PendingCheckpointStats.getStatus()static CheckpointStatsStatusReturns the enum constant of this type with the specified name.static CheckpointStatsStatus[]CheckpointStatsStatus.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CheckpointStatsStatus in org.apache.flink.runtime.rest.messages.checkpoints
Methods in org.apache.flink.runtime.rest.messages.checkpoints that return CheckpointStatsStatusModifier and TypeMethodDescriptionTaskCheckpointStatistics.getCheckpointStatus()CheckpointStatistics.getStatus()Constructors in org.apache.flink.runtime.rest.messages.checkpoints with parameters of type CheckpointStatsStatusModifierConstructorDescriptionCompletedCheckpointStatistics(long id, CheckpointStatsStatus status, boolean savepoint, String savepointFormat, long triggerTimestamp, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks, org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType, Map<JobVertexID, TaskCheckpointStatistics> checkpointingStatisticsPerTask, String externalPath, boolean discarded) FailedCheckpointStatistics(long id, CheckpointStatsStatus status, boolean savepoint, String savepointFormat, long triggerTimestamp, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks, org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType, Map<JobVertexID, TaskCheckpointStatistics> checkpointingStatisticsPerTask, long failureTimestamp, String failureMessage) PendingCheckpointStatistics(long id, CheckpointStatsStatus status, boolean savepoint, String savepointFormat, long triggerTimestamp, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks, org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType, Map<JobVertexID, TaskCheckpointStatistics> checkpointingStatisticsPerTask) TaskCheckpointStatistics(long checkpointId, CheckpointStatsStatus checkpointStatus, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks) TaskCheckpointStatisticsWithSubtaskDetails(long checkpointId, CheckpointStatsStatus checkpointStatus, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks, TaskCheckpointStatisticsWithSubtaskDetails.Summary summary, List<SubtaskCheckpointStatistics> subtaskCheckpointStatistics)