| Class | Description |
|---|---|
| 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. |
| 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. |
| 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. |
| 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. |
| InternalWindowFunction<IN,OUT,KEY,W extends Window> |
Internal interface for functions that are evaluated over keyed (grouped) windows.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.