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