| AggregateApplyAllWindowFunction<W extends Window,T,ACC,V,R> |
|
| AggregateApplyWindowFunction<K,W extends Window,T,ACC,V,R> |
|
| InternalProcessApplyAllWindowContext<IN,OUT,W extends Window> |
Internal reusable context wrapper.
|
| InternalProcessApplyWindowContext<IN,OUT,KEY,W extends Window> |
Internal reusable context wrapper.
|
| PassThroughAllWindowFunction<W extends Window,T> |
|
| PassThroughWindowFunction<K,W extends Window,T> |
|
| ProcessAllWindowFunction<IN,OUT,W extends Window> |
Base abstract class for functions that are evaluated over non-keyed windows using a context for
retrieving extra information.
|
| ProcessWindowFunction<IN,OUT,KEY,W extends Window> |
Base abstract class for functions that are evaluated over keyed (grouped) windows using a context
for retrieving extra information.
|
| ReduceApplyAllWindowFunction<W extends Window,T,R> |
Internal AllWindowFunction that is used for implementing a fold on a window configuration
that only allows AllWindowFunction and cannot directly execute a ReduceFunction.
|
| ReduceApplyProcessAllWindowFunction<W extends Window,T,R> |
|
| ReduceApplyProcessWindowFunction<K,W extends Window,T,R> |
|
| ReduceApplyWindowFunction<K,W extends Window,T,R> |
Internal WindowFunction that is used for implementing a fold on a window configuration
that only allows WindowFunction and cannot directly execute a ReduceFunction.
|