Class JobDetails.CurrentAttempts
java.lang.Object
org.apache.flink.runtime.messages.webmonitor.JobDetails.CurrentAttempts
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JobDetails
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 Summary
ConstructorsConstructorDescriptionCurrentAttempts(int representativeAttempt, Set<Integer> currentAttempts, boolean isTerminalState) -
Method Summary
Modifier and TypeMethodDescriptionintboolean
-
Constructor Details
-
CurrentAttempts
-
-
Method Details
-
getRepresentativeAttempt
public int getRepresentativeAttempt() -
getCurrentAttempts
-
isTerminalState
public boolean isTerminalState()
-