pyflink.datastream.window.CountTumblingWindowAssigner#
- class CountTumblingWindowAssigner(window_size: int)[source]#
A WindowAssigner that windows elements into fixed-size windows based on the count number of the elements. Windows cannot overlap.
Methods
assign_windows(element, timestamp, context)get_default_trigger(env)get_window_serializer()is_event_time()of(window_size)