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