public class TimeWindowAggregator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeWindowAggregator.SnapshotObservation |
static class |
TimeWindowAggregator.SnapshotSlidingWindow |
| Constructor and Description |
|---|
TimeWindowAggregator(int bucketNum,
int timeWindowSeconds) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double value) |
SampleAggregatedEntry |
get() |
TimeWindowAggregator.SnapshotSlidingWindow |
getSlidingWindow() |
public TimeWindowAggregator(int bucketNum,
int timeWindowSeconds)
public TimeWindowAggregator.SnapshotSlidingWindow getSlidingWindow()
public void add(double value)
public SampleAggregatedEntry get()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.