Class GlobalWindows

All Implemented Interfaces:
Serializable, HasDisplayData

public class GlobalWindows extends NonMergingWindowFn<Object,GlobalWindow>
A WindowFn that assigns all data to the same window.

This is the WindowFn used for data coming from a source, before a Window transform has been applied.

See Also: