Uses of Class
org.apache.flink.streaming.api.windowing.assigners.WindowStagger
-
Packages that use WindowStagger Package Description org.apache.flink.streaming.api.windowing.assigners -
-
Uses of WindowStagger in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return WindowStagger Modifier and Type Method Description static WindowStaggerWindowStagger. valueOf(String name)Returns 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 WindowStagger Modifier and Type Method Description static 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.static TumblingProcessingTimeWindowsTumblingProcessingTimeWindows. 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 WindowStagger Constructor Description TumblingEventTimeWindows(long size, long offset, WindowStagger windowStagger)
-