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

Method longValue

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

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

()

Source from the content-addressed store, hash-verified

37 * @throws ClassCastException if the {@code isInteger() == false}.
38 */
39 long longValue();
40
41 /**
42 * Returns the value of the this data point as a {@code double}.

Callers 15

setRowMethod · 0.95
addRowMethod · 0.95
addRowMergeLaterMethod · 0.95
timestampMethod · 0.95
rollup10mMethod · 0.95
rollupAvg10mWithCountMethod · 0.95

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

Tested by 15

setRowMethod · 0.76
addRowMethod · 0.76
addRowMergeLaterMethod · 0.76
timestampMethod · 0.76
rollup10mMethod · 0.76
rollupAvg10mWithCountMethod · 0.76