Class TaskCheckpointStatistics

    • Constructor Detail

      • 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 Detail

      • 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()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object