public interface WindowConfig extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
WindowConfig.Type |
Modifier and Type | Method and Description |
---|---|
int |
getSlidingLength()
Returns the sliding length of the moving window.
|
int |
getWindowLength()
Returns the length of the window.
|
<T> WindowStrategy<T> |
getWindowStrategy()
Gives the type of windowing.
|
void |
validate() |
int getWindowLength()
int getSlidingLength()
<T> WindowStrategy<T> getWindowStrategy()
Type
values.void validate()
Copyright © 2023 The Apache Software Foundation. All rights reserved.