| Package | Description |
|---|---|
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations on data streams.
|
| org.apache.flink.streaming.runtime.operators.windowing.functions |
| Class and Description |
|---|
| InternalWindowFunction
Internal interface for functions that are evaluated over keyed (grouped) windows.
|
| InternalWindowFunction.InternalWindowContext
A context for
InternalWindowFunction, similar to ProcessWindowFunction.Context but for
internal use. |
| Class and Description |
|---|
| InternalWindowFunction
Internal interface for functions that are evaluated over keyed (grouped) windows.
|
| InternalWindowFunction.InternalWindowContext
A context for
InternalWindowFunction, similar to ProcessWindowFunction.Context but for
internal use. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.