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

      • CurrentAttempts

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

      • getRepresentativeAttempt

        public int getRepresentativeAttempt()
      • getCurrentAttempts

        public Set<Integer> getCurrentAttempts()
      • isTerminalState

        public boolean isTerminalState()