Class TempBarrier<T>

java.lang.Object
org.apache.flink.runtime.operators.TempBarrier<T>
All Implemented Interfaces:
Closeable, AutoCloseable, CloseableInputProvider<T>

public class TempBarrier<T> extends Object implements CloseableInputProvider<T>
This class facilitates JVM-local exchange between stages of a batch job.