MCPcopy
hub / github.com/OpenTSDB/opentsdb / reset

Method reset

src/query/expression/ExpressionDataPoint.java:194–196  ·  view source on GitHub ↗

Stores a Double data point @param timestamp The timestamp @param value The value

(final long timestamp, final double value)

Source from the content-addressed store, hash-verified

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

Callers 5

nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
ExpressionDataPointMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected