Definition of the SPL::WindowEvent class. More...
#include <SPL/Runtime/Operator/State/Checkpoint.h>
#include <SPL/Runtime/Operator/EventTime/EventTimeContext.h>
Classes |
|
class | SPL::Window< T, G, D, S > |
Common base for window classes with template parameters. More... |
|
class | SPL::WindowEvent< T, G, D, S > |
Class that defines an interface for window events. More... |
|
class | SPL::WindowEvent< T, G, D, S >::PartitionIterator |
Class that iterates over a list of partitions which are about to be removed from the window. This allows cleanup of associated data. Only used with the onWindowPartitionEviction event. More... |
|
class | SPL::WindowEvent< T, G, D, S >::PartitionSelectionIterator |
Class that iterates over a list of partitions, allowing selection of partitions to be removed. Only used in the onWindowPartitionEvictionSelection event. More... |
|
Namespaces |
|
SPL | |
C++ classes for writing operators. |
|
Definition of the SPL::WindowEvent class.