Uses of Class
org.apache.flink.api.common.functions.AbstractRichFunction
-
Packages that use AbstractRichFunction Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util org.apache.flink.api.common.operators.base -
-
Uses of AbstractRichFunction in org.apache.flink.api.common.functions
Subclasses of AbstractRichFunction in org.apache.flink.api.common.functions Modifier and Type Class Description classRichAggregateFunction<IN,ACC,OUT>Rich variant of theAggregateFunction.classRichCoGroupFunction<IN1,IN2,OUT>Rich variant of theCoGroupFunction.classRichCrossFunction<IN1,IN2,OUT>Rich variant of theCrossFunction.classRichFilterFunction<T>Rich variant of theFilterFunction.classRichFlatJoinFunction<IN1,IN2,OUT>Rich variant of theFlatJoinFunction.classRichFlatMapFunction<IN,OUT>Rich variant of theFlatMapFunction.classRichGroupCombineFunction<IN,OUT>Rich variant of theGroupCombineFunction.classRichGroupReduceFunction<IN,OUT>Rich variant of theGroupReduceFunction.classRichJoinFunction<IN1,IN2,OUT>Rich variant of theJoinFunction.classRichMapFunction<IN,OUT>Rich variant of theMapFunction.classRichMapPartitionFunction<I,O>Rich variant of theMapPartitionFunction.classRichReduceFunction<T>Rich variant of theReduceFunction. -
Uses of AbstractRichFunction in org.apache.flink.api.common.functions.util
Subclasses of AbstractRichFunction in org.apache.flink.api.common.functions.util Modifier and Type Class Description classNoOpFunctionAnAbstractRichFunctionthat does nothing. -
Uses of AbstractRichFunction in org.apache.flink.api.common.operators.base
Subclasses of AbstractRichFunction in org.apache.flink.api.common.operators.base Modifier and Type Class Description static classBulkIterationBase.TerminationCriterionMapper<X>Special Mapper that is added before a termination criterion and is only a container for an special aggregator
-