Class NonMergingWindowFn<T,W extends BoundedWindow>

java.lang.Object
org.apache.beam.sdk.transforms.windowing.WindowFn<T,W>
org.apache.beam.sdk.transforms.windowing.NonMergingWindowFn<T,W>
Type Parameters:
T - type of elements being windowed
W - BoundedWindow subclass used to represent the windows used by this WindowFn
All Implemented Interfaces:
Serializable, HasDisplayData
Direct Known Subclasses:
GlobalWindows, PartitioningWindowFn, SlidingWindows, TVFSlidingWindowFn

public abstract class NonMergingWindowFn<T,W extends BoundedWindow> extends WindowFn<T,W>
Abstract base class for WindowFns that do not merge windows.
See Also: