| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.windowing | |
| org.apache.flink.streaming.runtime.operators.windowing.functions |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalProcessApplyAllWindowContext<IN,OUT,W extends Window>
Internal reusable context wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessAllWindowFunction.clear(ProcessAllWindowFunction.Context context)
Deletes any state in the
Context when the Window is purged. |
void |
ReduceApplyProcessAllWindowFunction.clear(ProcessAllWindowFunction.Context context) |
void |
FoldApplyProcessAllWindowFunction.clear(ProcessAllWindowFunction.Context context)
Deprecated.
|
abstract void |
ProcessAllWindowFunction.process(ProcessAllWindowFunction.Context context,
Iterable<IN> elements,
org.apache.flink.util.Collector<OUT> out)
Evaluates the window and outputs none or several elements.
|
void |
ReduceApplyProcessAllWindowFunction.process(ProcessAllWindowFunction.Context context,
Iterable<T> input,
org.apache.flink.util.Collector<R> out) |
void |
FoldApplyProcessAllWindowFunction.process(ProcessAllWindowFunction.Context context,
Iterable<T> values,
org.apache.flink.util.Collector<R> out)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalProcessAllWindowContext<IN,OUT,W extends Window>
Internal reusable context wrapper.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.