Uses of Class
org.apache.flink.runtime.operators.chaining.ChainedDriver
-
Packages that use ChainedDriver Package Description org.apache.flink.runtime.operators org.apache.flink.runtime.operators.chaining org.apache.flink.runtime.operators.util -
-
Uses of ChainedDriver in org.apache.flink.runtime.operators
Subclasses of ChainedDriver in org.apache.flink.runtime.operators Modifier and Type Class Description classNoOpChainedDriver<IT>A chained driver that just passes on the input as the outputFields in org.apache.flink.runtime.operators with type parameters of type ChainedDriver Modifier and Type Field Description protected ArrayList<ChainedDriver<?,?>>BatchTask. chainedTasksA list of chained drivers, if there are any.Methods in org.apache.flink.runtime.operators that return types with arguments of type ChainedDriver Modifier and Type Method Description Class<? extends ChainedDriver<?,?>>DriverStrategy. getPushChainDriverClass()Method parameters in org.apache.flink.runtime.operators with type arguments of type ChainedDriver Modifier and Type Method Description static voidBatchTask. cancelChainedTasks(List<ChainedDriver<?,?>> tasks)Cancels all tasks via theircancelTask()method.static voidBatchTask. closeChainedTasks(List<ChainedDriver<?,?>> tasks, AbstractInvokable parent)Closes all chained tasks, in the order as they are stored in the array.static <T> org.apache.flink.util.Collector<T>BatchTask. initOutputs(AbstractInvokable containingTask, org.apache.flink.util.UserCodeClassLoader cl, TaskConfig config, List<ChainedDriver<?,?>> chainedTasksTarget, List<RecordWriter<?>> eventualOutputs, org.apache.flink.api.common.ExecutionConfig executionConfig, Map<String,org.apache.flink.api.common.accumulators.Accumulator<?,?>> accumulatorMap)Creates a writer for each output.static voidBatchTask. openChainedTasks(List<ChainedDriver<?,?>> tasks, AbstractInvokable parent)Opens all chained tasks, in the order as they are stored in the array. -
Uses of ChainedDriver in org.apache.flink.runtime.operators.chaining
Subclasses of ChainedDriver in org.apache.flink.runtime.operators.chaining Modifier and Type Class Description classChainedAllReduceDriver<IT>classChainedFlatMapDriver<IT,OT>classChainedMapDriver<IT,OT>classChainedReduceCombineDriver<T>Chained version of ReduceCombineDriver.classSynchronousChainedCombineDriver<IN,OUT>The chained variant of the combine driver which is also implemented in GroupReduceCombineDriver. -
Uses of ChainedDriver in org.apache.flink.runtime.operators.util
Methods in org.apache.flink.runtime.operators.util that return types with arguments of type ChainedDriver Modifier and Type Method Description Class<? extends ChainedDriver<?,?>>TaskConfig. getChainedTask(int chainPos)Method parameters in org.apache.flink.runtime.operators.util with type arguments of type ChainedDriver Modifier and Type Method Description voidTaskConfig. addChainedTask(Class<? extends ChainedDriver> chainedTaskClass, TaskConfig conf, String taskName)
-