public static class TimeWindowAggregator.SnapshotSlidingWindow extends SlidingWindow<TimeWindowAggregator.SnapshotObservation>
| Constructor and Description |
|---|
SnapshotSlidingWindow(int sampleCount,
long intervalInMs) |
| Modifier and Type | Method and Description |
|---|---|
TimeWindowAggregator.SnapshotObservation |
newEmptyValue(long timeMillis)
Create a new statistic value for pane.
|
currentPane, currentPane, getIntervalInMs, getPaneIntervalInMs, getPaneValue, isPaneDeprecated, isPaneDeprecated, list, list, values, valuespublic SnapshotSlidingWindow(int sampleCount,
long intervalInMs)
public TimeWindowAggregator.SnapshotObservation newEmptyValue(long timeMillis)
SlidingWindownewEmptyValue in class SlidingWindow<TimeWindowAggregator.SnapshotObservation>timeMillis - the specified timestamp in milliseconds.Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.