Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenTSDB/opentsdb
/ timestamp
Method
timestamp
src/core/MutableDataPoint.java:105–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
@Override
106
public
long timestamp() {
107
return
timestamp;
108
}
109
110
@Override
111
public
boolean isInteger() {
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