Class SuperstepKickoffLatch

java.lang.Object
org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch

public class SuperstepKickoffLatch extends Object
Latch used to wait for the previous superstep to complete.
  • Constructor Details

    • SuperstepKickoffLatch

      public SuperstepKickoffLatch()
  • Method Details

    • triggerNextSuperstep

      public void triggerNextSuperstep()
    • signalTermination

      public void signalTermination()
    • awaitStartOfSuperstepOrTermination

      public boolean awaitStartOfSuperstepOrTermination(int superstep) throws InterruptedException
      Throws:
      InterruptedException