Uses of Enum
org.apache.flink.streaming.api.windowing.assigners.WindowStagger
Packages that use WindowStagger
-
Uses of WindowStagger in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return WindowStaggerModifier and TypeMethodDescriptionstatic WindowStaggerReturns the enum constant of this type with the specified name.static WindowStagger[]WindowStagger.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.streaming.api.windowing.assigners with parameters of type WindowStaggerModifier and TypeMethodDescriptionstatic TumblingEventTimeWindowsTumblingEventTimeWindows.of(Duration size, Duration offset, WindowStagger windowStagger) Creates a newTumblingEventTimeWindowsWindowAssignerthat assigns elements to time windows based on the element timestamp, offset and a staggering offset, depending on the staggering policy.TumblingProcessingTimeWindows.of(Duration size, Duration offset, WindowStagger windowStagger) Creates a newTumblingProcessingTimeWindowsWindowAssignerthat assigns elements to time windows based on the element timestamp, offset and a staggering offset, depending on the staggering policy.Constructors in org.apache.flink.streaming.api.windowing.assigners with parameters of type WindowStaggerModifierConstructorDescriptionprotectedTumblingEventTimeWindows(long size, long offset, WindowStagger windowStagger)