public abstract class RichAllWindowFunction<IN,OUT,W extends Window> extends AbstractRichFunction implements AllWindowFunction<IN,OUT,W>
AllWindowFunction
.
As a RichFunction
, it gives access to the
RuntimeContext
and provides setup
and tear-down methods.
Constructor and Description |
---|
RichAllWindowFunction() |
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.