IN - The type of the input value.OUT - The type of the output value.KEY - The type of the key.W - The type of Window that this window function can be applied on.@Public public abstract class RichWindowFunction<IN,OUT,KEY,W extends Window> extends org.apache.flink.api.common.functions.AbstractRichFunction implements WindowFunction<IN,OUT,KEY,W>
WindowFunction. As a RichFunction, it gives access to the
RuntimeContext and provides setup and tear-down
methods: RichFunction.open(OpenContext) and RichFunction.close().| Constructor and Description |
|---|
RichWindowFunction() |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.