Class RichProcessAllWindowFunction<IN,OUT,W extends Window>
- java.lang.Object
-
- org.apache.flink.api.common.functions.AbstractRichFunction
-
- org.apache.flink.streaming.api.functions.windowing.ProcessAllWindowFunction<IN,OUT,W>
-
- org.apache.flink.streaming.api.functions.windowing.RichProcessAllWindowFunction<IN,OUT,W>
-
- Type Parameters:
IN- The type of the input value.OUT- The type of the output value.W- The type ofWindowthat this window function can be applied on.
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.RichFunction
@PublicEvolving @Deprecated public abstract class RichProcessAllWindowFunction<IN,OUT,W extends Window> extends ProcessAllWindowFunction<IN,OUT,W>
Deprecated.useProcessAllWindowFunctioninsteadBase rich abstract class for functions that are evaluated over keyed (grouped) windows using a context for passing extra information.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.streaming.api.functions.windowing.ProcessAllWindowFunction
ProcessAllWindowFunction.Context
-
-
Constructor Summary
Constructors Constructor Description RichProcessAllWindowFunction()Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.flink.streaming.api.functions.windowing.ProcessAllWindowFunction
clear, process
-
-