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 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(org.apache.flink.configuration.Configuration)
and
RichFunction.close()
.Constructor and Description |
---|
RichWindowFunction() |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.