| InternalAggregateProcessAllWindowFunction<T,ACC,V,R,W extends Window> |
|
| InternalAggregateProcessWindowFunction<T,ACC,V,R,K,W extends Window> |
Internal window function for wrapping a ProcessWindowFunction that takes an
Iterable and an AggregateFunction.
|
| InternalIterableAllWindowFunction<IN,OUT,W extends Window> |
Internal window function for wrapping an AllWindowFunction that takes an Iterable
when the window state also is an Iterable.
|
| InternalIterableProcessAllWindowFunction<IN,OUT,W extends Window> |
Internal window function for wrapping a ProcessAllWindowFunction that takes an
Iterable when the window state also is an Iterable.
|
| InternalIterableProcessWindowFunction<IN,OUT,KEY,W extends Window> |
Internal window function for wrapping a ProcessWindowFunction that takes an
Iterable when the window state also is an Iterable.
|
| InternalIterableWindowFunction<IN,OUT,KEY,W extends Window> |
Internal window function for wrapping a WindowFunction that takes an Iterable
when the window state also is an Iterable.
|
| InternalProcessAllWindowContext<IN,OUT,W extends Window> |
Internal reusable context wrapper.
|
| InternalProcessWindowContext<IN,OUT,KEY,W extends Window> |
Internal reusable context wrapper.
|
| InternalSingleValueAllWindowFunction<IN,OUT,W extends Window> |
Internal window function for wrapping an AllWindowFunction that takes an Iterable
when the window state is a single value.
|
| InternalSingleValueProcessAllWindowFunction<IN,OUT,W extends Window> |
Internal window function for wrapping a ProcessAllWindowFunction that takes an
Iterable when the window state is a single value.
|
| InternalSingleValueProcessWindowFunction<IN,OUT,KEY,W extends Window> |
Internal window function for wrapping a ProcessWindowFunction that takes an
Iterable when the window state is a single value.
|
| InternalSingleValueWindowFunction<IN,OUT,KEY,W extends Window> |
Internal window function for wrapping a WindowFunction that takes an Iterable
when the window state is a single value.
|