Package org.apache.flink.streaming.api.windowing.windows
-
Class Summary Class Description GlobalWindow The default window into which all data is placed (viaGlobalWindows
).GlobalWindow.Serializer ATypeSerializer
forGlobalWindow
.GlobalWindow.Serializer.GlobalWindowSerializerSnapshot Serializer configuration snapshot for compatibility and format evolution.TimeWindow TimeWindow.Serializer The serializer used to write the TimeWindow type.TimeWindow.Serializer.TimeWindowSerializerSnapshot Serializer configuration snapshot for compatibility and format evolution.Window AWindow
is a grouping of elements into finite buckets.