public class HistoricalValues extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoricalValues.Interval |
| Constructor and Description |
|---|
HistoricalValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSample(long sample) |
Map<HistoricalValues.Interval,TimedValue> |
getValues() |
void |
zero() |
void |
zeroOutdated() |
public void addSample(long sample)
public void zero()
public Map<HistoricalValues.Interval,TimedValue> getValues()
public void zeroOutdated()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.