Uses of Interface
org.apache.flink.runtime.operators.Driver
Packages that use Driver
-
Uses of Driver in org.apache.flink.runtime.operators
Subinterfaces of Driver in org.apache.flink.runtime.operatorsModifier and TypeInterfaceDescriptioninterfaceResettableDriver<S extends org.apache.flink.api.common.functions.Function,OT> This interface marks aDriveras resettable, meaning that will reset part of their internal state but otherwise reuse existing data structures.Classes in org.apache.flink.runtime.operators that implement DriverModifier and TypeClassDescriptionclassAbstractCachedBuildSideJoinDriver<IT1,IT2, OT> classAbstractOuterJoinDriver<IT1,IT2, OT> The abstract outer join driver implements the logic of an outer join operator at runtime.classAllGroupCombineDriver<IN,OUT> Non-chained driver for the partial group reduce operator that acts like a combiner with a custom output type OUT.classAllGroupReduceDriver<IT,OT> GroupReduceDriver task which is executed by a Task Manager.classReduce task which is executed by a Task Manager.classBuildFirstCachedJoinDriver<IT1,IT2, OT> classBuildSecondCachedJoinDriver<IT1,IT2, OT> classCoGroupDriver<IT1,IT2, OT> CoGroup task which is executed by a Task Manager.classCoGroupRawDriver<IT1,IT2, OT> classCoGroupWithSolutionSetFirstDriver<IT1,IT2, OT> classCoGroupWithSolutionSetSecondDriver<IT1,IT2, OT> classCrossDriver<T1,T2, OT> Cross task which is executed by a Task Manager.classFlatMapDriver<IT,OT> Map task which is executed by a Task Manager.classFullOuterJoinDriver<IT1,IT2, OT> The full outer join driver implements the logic of an outer join operator at runtime.classGroupReduceCombineDriver<IN,OUT> Non-chained combine driver which is used for a CombineGroup transformation or a GroupReduce transformation where the user supplied a RichGroupReduceFunction with a combine method.classGroupReduceDriver<IT,OT> GroupReduce task which is executed by a Task Manager.classJoinDriver<IT1,IT2, OT> The join driver implements the logic of a join operator at runtime.classJoinWithSolutionSetFirstDriver<IT1,IT2, OT> classJoinWithSolutionSetSecondDriver<IT1,IT2, OT> classLeftOuterJoinDriver<IT1,IT2, OT> The left outer join driver implements the logic of an outer join operator at runtime.classMapDriver<IT,OT> Map task which is executed by a Task Manager.classMapPartitionDriver<IT,OT> MapPartition task which is executed by a Task Manager.classNoOpDriver<T>A driver that does nothing but forward data from its input to its output.classCombine operator for Reduce functions, standalone (not chained).classReduceDriver<T>Reduce driver which is executed by a Task Manager.classRightOuterJoinDriver<IT1,IT2, OT> The right outer join driver implements the logic of an outer join operator at runtime.classFields in org.apache.flink.runtime.operators declared as DriverModifier and TypeFieldDescriptionBatchTask.driverThe driver that invokes the user code (the stub implementation).Methods in org.apache.flink.runtime.operators that return types with arguments of type Driver -
Uses of Driver in org.apache.flink.runtime.operators.util
Methods in org.apache.flink.runtime.operators.util that return types with arguments of type DriverMethod parameters in org.apache.flink.runtime.operators.util with type arguments of type Driver