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

Method toString

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

Source from the content-addressed store, hash-verified

137 }
138
139 @Override
140 public String toString() {
141 return "MutableDataPoint(timestamp=" + timestamp + ", is_integer=" +
142 is_integer + ", value=" +
143 (is_integer ? value : Double.longBitsToDouble(value)) + ")";
144 }
145
146 @Override
147 public long valueCount() {

Callers 2

longValueMethod · 0.95
doubleValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected