Uses of Class
org.apache.flink.runtime.iterative.concurrent.Broker
-
Packages that use Broker Package Description org.apache.flink.runtime.iterative.concurrent org.apache.flink.streaming.runtime.io -
-
Uses of Broker in org.apache.flink.runtime.iterative.concurrent
Subclasses of Broker in org.apache.flink.runtime.iterative.concurrent Modifier and Type Class Description classBlockingBackChannelBrokerSingleton class for the threadsafe handover ofBlockingBackChannels from iteration heads to iteration tails.classIterationAggregatorBrokerclassSolutionSetBrokerUsed to hand over the hash-join from the iteration head to the solution-set match.classSolutionSetUpdateBarrierBrokerclassSuperstepKickoffLatchBrokerMethods in org.apache.flink.runtime.iterative.concurrent that return Broker Modifier and Type Method Description static Broker<BlockingBackChannel>BlockingBackChannelBroker. instance()Retrieve singleton instance.static Broker<Object>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.io Modifier and Type Class Description classBlockingQueueBrokerBrokerfor theBlockingQueueused inStreamIterationHeadandStreamIterationTailfor implementing feedback streams.
-