MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / isInteger

Method isInteger

src/core/MutableDataPoint.java:110–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 @Override
111 public boolean isInteger() {
112 return is_integer;
113 }
114
115 @Override
116 public long longValue() {

Callers 7

testMutableDataPointMethod · 0.95
testResetMethod · 0.95
testOfDoubleValueMethod · 0.95
testOfLongValueMethod · 0.95
populateNextRateMethod · 0.95

Calls

no outgoing calls

Tested by 6

testMutableDataPointMethod · 0.76
testResetMethod · 0.76
testOfDoubleValueMethod · 0.76
testOfLongValueMethod · 0.76