Class BlockingBackChannelBroker
- java.lang.Object
-
- org.apache.flink.runtime.iterative.concurrent.Broker<BlockingBackChannel>
-
- org.apache.flink.runtime.iterative.concurrent.BlockingBackChannelBroker
-
public class BlockingBackChannelBroker extends Broker<BlockingBackChannel>
Singleton class for the threadsafe handover ofBlockingBackChannel
s from iteration heads to iteration tails.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Broker<BlockingBackChannel>
instance()
Retrieve singleton instance.-
Methods inherited from class org.apache.flink.runtime.iterative.concurrent.Broker
get, getAndRemove, handIn, remove
-
-
-
-
Method Detail
-
instance
public static Broker<BlockingBackChannel> instance()
Retrieve singleton instance.
-
-