Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
testMutableDataPoint
Method · 0.95
testResetWithDoubleValue
Method · 0.95
testResetWithLongValue
Method · 0.95
testReset
Method · 0.95
testOfDoubleValue
Method · 0.95
testOfLongValue
Method · 0.95
populateNextRate
Method · 0.95
Calls
no outgoing calls
Tested by
6
testMutableDataPoint
Method · 0.76
testResetWithDoubleValue
Method · 0.76
testResetWithLongValue
Method · 0.76
testReset
Method · 0.76
testOfDoubleValue
Method · 0.76
testOfLongValue
Method · 0.76