Package | Description |
---|---|
org.apache.flink.streaming.api.windowing.assigners |
Modifier and Type | Class and Description |
---|---|
class |
SlidingTimeWindows
Deprecated.
Please use
SlidingEventTimeWindows . |
Modifier and Type | Method and Description |
---|---|
static SlidingEventTimeWindows |
SlidingEventTimeWindows.of(Time size,
Time slide)
Creates a new
SlidingEventTimeWindows WindowAssigner that assigns
elements to sliding time windows based on the element timestamp. |
static SlidingEventTimeWindows |
SlidingEventTimeWindows.of(Time size,
Time slide,
Time offset)
Creates a new
SlidingEventTimeWindows WindowAssigner that assigns
elements to time windows based on the element timestamp and offset. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.