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

Method isInteger

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

Tells whether or not the this data point is a value of integer type. @return true if the ith value is of integer type, false if it's of doubleing point type.

()

Source from the content-addressed store, hash-verified

31 * {@code false} if it's of doubleing point type.
32 */
33 boolean isInteger();
34
35 /**
36 * Returns the value of the this data point as a {@code long}.

Callers 15

setRowMethod · 0.95
addRowMethod · 0.95
addRowMergeLaterMethod · 0.95
timestampMethod · 0.95
rollup10mMethod · 0.95
rollup10mDoubleMethod · 0.95
rollup10mFloatMethod · 0.95
rollup1hLongMethod · 0.95
rollup1hFloatMethod · 0.95
rollup1hLongWithCountMethod · 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
rollup10mDoubleMethod · 0.76
rollup10mFloatMethod · 0.76
rollup1hLongMethod · 0.76
rollup1hFloatMethod · 0.76
rollup1hLongWithCountMethod · 0.76