Uses of Class
org.apache.flink.runtime.iterative.concurrent.Broker
Packages that use Broker
Package
Description
-
Uses of Broker in org.apache.flink.runtime.iterative.concurrent
Subclasses of Broker in org.apache.flink.runtime.iterative.concurrentModifier and TypeClassDescriptionclassSingleton class for the threadsafe handover ofBlockingBackChannels from iteration heads to iteration tails.classclassUsed to hand over the hash-join from the iteration head to the solution-set match.classclassMethods in org.apache.flink.runtime.iterative.concurrent that return BrokerModifier and TypeMethodDescriptionstatic Broker<BlockingBackChannel>BlockingBackChannelBroker.instance()Retrieve singleton instance.SolutionSetBroker.instance()Retrieve the singleton instance.static Broker<SolutionSetUpdateBarrier>SolutionSetUpdateBarrierBroker.instance()static Broker<SuperstepKickoffLatch>SuperstepKickoffLatchBroker.instance()Retrieve the singleton instance. -
Uses of Broker in org.apache.flink.streaming.runtime.io
Subclasses of Broker in org.apache.flink.streaming.runtime.ioModifier and TypeClassDescriptionclassBrokerfor theBlockingQueueused inStreamIterationHeadandStreamIterationTailfor implementing feedback streams.