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

Method longValue

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

Source from the content-addressed store, hash-verified

113 }
114
115 @Override
116 public long longValue() {
117 if (is_integer) {
118 return value;
119 }
120 throw new ClassCastException("Not a long in " + toString());
121 }
122
123 @Override
124 public double doubleValue() {

Callers 6

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

Calls 1

toStringMethod · 0.95

Tested by 5

testMutableDataPointMethod · 0.76
testResetMethod · 0.76
testOfLongValueMethod · 0.76