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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CurrentAttempts(int representativeAttempt, Set<Integer> currentAttempts, boolean isTerminalState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Integer>
getCurrentAttempts()
int
getRepresentativeAttempt()
boolean
isTerminalState()
-