Stores a Double data point @param timestamp The timestamp @param value The value
(final long timestamp, final double value)
| 192 | * @param value The value |
| 193 | */ |
| 194 | public void reset(final long timestamp, final double value) { |
| 195 | dp.reset(timestamp, value); |
| 196 | } |
| 197 | |
| 198 | /** |
| 199 | * Stores a data point pulled from the given data point interface |
no outgoing calls
no test coverage detected