public final class ScalaAllWindowFunction<IN,OUT,W extends Window> extends Object implements AllWindowFunction<IN,OUT,W>
Constructor and Description |
---|
ScalaAllWindowFunction(scala.Function3<W,scala.collection.Iterable<IN>,Collector<OUT>,scala.runtime.BoxedUnit> function) |
Modifier and Type | Method and Description |
---|---|
void |
apply(W window,
Iterable<IN> input,
Collector<OUT> out)
Evaluates the window and outputs none or several elements.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.