T - data typepublic class WindowWrap<T> extends Object
| Constructor and Description |
|---|
WindowWrap(long windowLength,
long windowStart,
T value) |
| Modifier and Type | Method and Description |
|---|---|
WindowWrap<T> |
resetTo(long startTime) |
void |
setValue(T value) |
String |
toString() |
T |
value() |
long |
windowLength() |
long |
windowStart() |
public WindowWrap(long windowLength,
long windowStart,
T value)
windowLength - the time length of the windowwindowStart - the start timestamp of the windowvalue - window dataCopyright © 2018 Alibaba Group. All rights reserved.