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