public abstract class BaseWindowConfig extends Object implements WindowConfig
WindowConfig.Type| Modifier and Type | Field and Description |
|---|---|
protected int |
slideLength |
protected int |
windowLength |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseWindowConfig(int windowLength,
int slideLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSlidingLength()
Returns the sliding length of the moving window.
|
int |
getWindowLength()
Returns the length of the window.
|
void |
validate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWindowStrategyprotected final int windowLength
protected final int slideLength
public int getWindowLength()
WindowConfiggetWindowLength in interface WindowConfigpublic int getSlidingLength()
WindowConfiggetSlidingLength in interface WindowConfigpublic void validate()
validate in interface WindowConfigCopyright © 2023 The Apache Software Foundation. All rights reserved.