| 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 expires (the watermark passes its
maxTimestamp + allowedLateness). |
void |
ReduceApplyProcessAllWindowFunction.clear(ProcessAllWindowFunction.Context context) |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalProcessAllWindowContext<IN,OUT,W extends Window>
Internal reusable context wrapper.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.