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

Method doubleValue

src/core/DataPoint.java:45–45  ·  view source on GitHub ↗

Returns the value of the this data point as a double. @throws ClassCastException if the isInteger() == true.

()

Source from the content-addressed store, hash-verified

43 * @throws ClassCastException if the {@code isInteger() == true}.
44 */
45 double doubleValue();
46
47 /**
48 * Returns the value of the this data point as a {@code double}, even if

Implementers 9

MutableDataPointsrc/core/MutableDataPoint.java
AggregationIteratorsrc/core/AggregationIterator.java
Downsamplersrc/core/Downsampler.java
DataPointsIteratorsrc/core/DataPointsIterator.java
ExpressionDataPointsrc/query/expression/ExpressionDataPoi
RollupIteratorsrc/rollup/RollupSeq.java
Iteratorsrc/core/RowSeq.java
Iteratorsrc/core/HistogramDataPointsToDataPoin
Iteratorsrc/core/HistogramBucketDataPointsAdap

Calls

no outgoing calls