static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(java.time.Duration size) |
Creates a new TumblingEventTimeWindows WindowAssigner that assigns elements
to time windows based on the element timestamp.
|
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(java.time.Duration size,
java.time.Duration offset) |
Creates a new TumblingEventTimeWindows WindowAssigner that assigns elements
to time windows based on the element timestamp and offset.
|
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(java.time.Duration size,
java.time.Duration offset,
WindowStagger windowStagger) |
Creates a new TumblingEventTimeWindows WindowAssigner that assigns elements
to time windows based on the element timestamp, offset and a staggering offset, depending on
the staggering policy.
|
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(Time size) |
Deprecated.
|
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(Time size,
Time offset) |
Deprecated.
|
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(Time size,
Time offset,
WindowStagger windowStagger) |
Deprecated.
|