Class NoOpChainedDriver<IT>

java.lang.Object
org.apache.flink.runtime.operators.chaining.ChainedDriver<IT,IT>
org.apache.flink.runtime.operators.NoOpChainedDriver<IT>
Type Parameters:
IT - The type of the input
All Implemented Interfaces:
org.apache.flink.util.Collector<IT>

public class NoOpChainedDriver<IT> extends ChainedDriver<IT,IT>
A chained driver that just passes on the input as the output