Class JobDetails.CurrentAttempts

java.lang.Object
org.apache.flink.runtime.messages.webmonitor.JobDetails.CurrentAttempts
All Implemented Interfaces:
Serializable
Enclosing class:
JobDetails

public static final class JobDetails.CurrentAttempts extends Object implements Serializable
The CurrentAttempts holds the attempt number of the current representative execution attempt, the attempt numbers of all the running attempts, and whether the current execution has reached terminal state.
See Also:
  • Constructor Details

    • CurrentAttempts

      public CurrentAttempts(int representativeAttempt, Set<Integer> currentAttempts, boolean isTerminalState)
  • Method Details

    • getRepresentativeAttempt

      public int getRepresentativeAttempt()
    • getCurrentAttempts

      public Set<Integer> getCurrentAttempts()
    • isTerminalState

      public boolean isTerminalState()