public final class SlidingCountWindow extends BaseWindowConfig
windowLength
slides at every count of given
slideLength
WindowConfig.Type
slideLength, windowLength
Modifier and Type | Method and Description |
---|---|
<T> WindowStrategy<T> |
getWindowStrategy()
Gives the type of windowing.
|
static SlidingCountWindow |
of(int windowCount,
int slidingCount) |
getSlidingLength, getWindowLength, validate
public static SlidingCountWindow of(int windowCount, int slidingCount)
public <T> WindowStrategy<T> getWindowStrategy()
WindowConfig
Type
values.Copyright © 2023 The Apache Software Foundation. All rights reserved.