Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenTSDB/opentsdb
/ shortName
Method
shortName
src/tsd/HttpJsonSerializer.java:125–128 ·
view source on GitHub ↗
@return the shortname
()
Source
from the content-addressed store, hash-verified
123
124
/** @
return
the shortname */
125
@Override
126
public
String shortName() {
127
return
"json"
;
128
}
129
130
/**
131
* Parses one or more data points
for
storage
Callers
1
initializeSerializerMaps
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected