November 2017
Beginner to intermediate
290 pages
7h 34m
English
Similar to Time Windows, Sliding Time Windows have a fixed duration. However, the configuration for SlidingTimeWindows requires an additional time duration parameter slideBy:

The slideBy duration must be smaller than the window duration, and the window duration must be divisible by the slideBy duration. Each window overlaps with multiple other windows. Any timestamp would belong to the number of windows n defined by the following equation:
Hence, a tuple would be assigned to n windows. As a result, Sliding Time Windows would take n times the resources compared to Time Windows. ...
Read now
Unlock full access