public static class TimeWindowAggregator.SnapshotObservation extends Object
| Constructor and Description |
|---|
SnapshotObservation() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double sample) |
long |
getCount() |
double |
getMax() |
double |
getMin() |
Double |
getTotal() |
void |
reset() |
public void add(double sample)
public void reset()
public double getMin()
public double getMax()
public Double getTotal()
public long getCount()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.