SlidingEventTimeWindows
.@PublicEvolving @Deprecated public class SlidingTimeWindows extends SlidingEventTimeWindows
WindowAssigner
that windows elements into sliding windows based on the timestamp of the
elements. Windows can possibly overlap.WindowAssigner.WindowAssignerContext
Modifier and Type | Method and Description |
---|---|
static SlidingTimeWindows |
of(Time size,
Time slide)
Deprecated.
Please use
SlidingEventTimeWindows.of(Time, Time) . |
assignWindows, getDefaultTrigger, getSize, getSlide, getWindowSerializer, isEventTime, of, toString
@Deprecated public static SlidingTimeWindows of(Time size, Time slide)
SlidingEventTimeWindows.of(Time, Time)
.SlidingTimeWindows
WindowAssigner
that assigns elements to
sliding time windows based on the element timestamp.size
- The size of the generated windows.slide
- The slide interval of the generated windows.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.