Class TaskCheckpointStatistics

java.lang.Object
org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
All Implemented Interfaces:
ResponseBody
Direct Known Subclasses:
TaskCheckpointStatisticsWithSubtaskDetails

public class TaskCheckpointStatistics extends Object implements ResponseBody
Checkpoint statistics for a single task.
  • Field Details

  • Constructor Details

    • TaskCheckpointStatistics

      public TaskCheckpointStatistics(long checkpointId, CheckpointStatsStatus checkpointStatus, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks)
  • Method Details

    • getLatestAckTimestamp

      public long getLatestAckTimestamp()
    • getCheckpointedSize

      public long getCheckpointedSize()
    • getStateSize

      public long getStateSize()
    • getDuration

      public long getDuration()
    • getNumSubtasks

      public int getNumSubtasks()
    • getNumAckSubtasks

      public int getNumAckSubtasks()
    • getCheckpointId

      public long getCheckpointId()
    • getCheckpointStatus

      public CheckpointStatsStatus getCheckpointStatus()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object