Class SlidingWindows<L,​I>

  • Type Parameters:
    L - The type of the window length (e.g. Duration or Count)
    I - The type of the sliding interval (e.g. Duration or Count)
    All Implemented Interfaces:
    Serializable, Window<L,​I>

    public class SlidingWindows<L,​I>
    extends BaseWindow<L,​I>
    A sliding window specification based on a window length and sliding interval.
    See Also:
    Serialized Form