Package org.apache.flink.runtime.operators.chaining
package org.apache.flink.runtime.operators.chaining
-
ClassDescriptionChainedDriver<IT,
OT> The interface to be implemented by drivers that do not run in an own task context, but are chained to other tasks.ChainedFlatMapDriver<IT,OT> ChainedMapDriver<IT,OT> Chained version of ReduceCombineDriver.A special exception to indicate that an exception occurred in the nested call of a chained stub.SynchronousChainedCombineDriver<IN,OUT> The chained variant of the combine driver which is also implemented in GroupReduceCombineDriver.