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