Package org.apache.flink.runtime.iterative.concurrent
package org.apache.flink.runtime.iterative.concurrent
-
ClassesClassDescriptionA concurrent datastructure that establishes a backchannel buffer between an iteration head and an iteration tail.Singleton class for the threadsafe handover of
BlockingBackChannels from iteration heads to iteration tails.Broker<V>A concurrent data structure that allows the hand-over of an object between a pair of threads.Used to hand over the hash-join from the iteration head to the solution-set match.Resettable barrier to synchronize theIterationHeadTaskand theIterationTailTaskin case of iterations that contain a separate solution set tail.A resettable one-shot latch.Latch used to wait for the previous superstep to complete.