Class StageState


  • public final class StageState
    extends java.lang.Object
    Represents the states and their transitions of a stage.

    Maintained as simple two (INCOMPLETE, COMPLETE) states to avoid ambiguity when the tasks are in different states. For example it is not clear whether a stage should be EXECUTING or SHOULD_RESTART, if one of the tasks in the stage is EXECUTING, and another is SHOULD_RESTART.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  StageState.State
      StageState.
    • Constructor Summary

      Constructors 
      Constructor Description
      StageState()  
    • Constructor Detail

      • StageState

        public StageState()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object