Class SuperstepKickoffLatchBroker
- java.lang.Object
-
- org.apache.flink.runtime.iterative.concurrent.Broker<SuperstepKickoffLatch>
-
- org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatchBroker
-
public class SuperstepKickoffLatchBroker extends Broker<SuperstepKickoffLatch>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Broker<SuperstepKickoffLatch>
instance()
Retrieve the singleton instance.-
Methods inherited from class org.apache.flink.runtime.iterative.concurrent.Broker
get, getAndRemove, handIn, remove
-
-
-
-
Method Detail
-
instance
public static Broker<SuperstepKickoffLatch> instance()
Retrieve the singleton instance.
-
-