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

Method shortName

src/tsd/HttpSerializer.java:156–156  ·  view source on GitHub ↗

The simple name for this serializer referenced by users. The name should be lower case, all one word without any odd characters so it can be used in a query string. E.g. "json" or "xml" or "odata" @return the name of the serializer

()

Source from the content-addressed store, hash-verified

154 * @return the name of the serializer
155 */
156 public abstract String shortName();
157
158 /** @return the incoming content type */
159 public String requestContentType() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected