Uses of Class
org.apache.flink.runtime.operators.chaining.ChainedDriver
Packages that use ChainedDriver
Package
Description
-
Uses of ChainedDriver in org.apache.flink.runtime.operators
Subclasses of ChainedDriver in org.apache.flink.runtime.operatorsModifier and TypeClassDescriptionclassA chained driver that just passes on the input as the outputFields in org.apache.flink.runtime.operators with type parameters of type ChainedDriverModifier and TypeFieldDescriptionprotected 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 ChainedDriverModifier and TypeMethodDescriptionClass<? extends ChainedDriver<?,?>> DriverStrategy.getPushChainDriverClass()Method parameters in org.apache.flink.runtime.operators with type arguments of type ChainedDriverModifier and TypeMethodDescriptionstatic 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.chainingModifier and TypeClassDescriptionclassclassChainedFlatMapDriver<IT,OT> classChainedMapDriver<IT,OT> classChained 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 ChainedDriverModifier and TypeMethodDescriptionClass<? extends ChainedDriver<?,?>> TaskConfig.getChainedTask(int chainPos) Method parameters in org.apache.flink.runtime.operators.util with type arguments of type ChainedDriverModifier and TypeMethodDescriptionvoidTaskConfig.addChainedTask(Class<? extends ChainedDriver> chainedTaskClass, TaskConfig conf, String taskName)