Interface | Description |
---|---|
AllWindowFunction<IN,OUT,W extends Window> |
Base interface for functions that are evaluated over non-grouped windows,
i.e., windows over all stream partitions.
|
StatefulFunction<I,O,S> |
Trait implementing the functionality necessary to apply stateful functions in
RichFunctions without exposing the OperatorStates to the user.
|
WindowFunction<IN,OUT,KEY,W extends Window> |
Base interface for functions that are evaluated over keyed (grouped) windows.
|
Class | Description |
---|---|
RichAllWindowFunction<IN,OUT,W extends Window> |
Rich variant of the
AllWindowFunction . |
RichWindowFunction<IN,OUT,KEY,W extends Window> |
Rich variant of the
WindowFunction . |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.