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

Method parseSuggestV1

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

Parses a suggestion query @return a hash map of key/value pairs @throws BadRequestException if the plugin has not implemented this method

()

Source from the content-addressed store, hash-verified

200 * @throws BadRequestException if the plugin has not implemented this method
201 */
202 public HashMap<String, String> parseSuggestV1() {
203 throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED,
204 "The requested API endpoint has not been implemented",
205 this.getClass().getCanonicalName() +
206 " has not implemented parseSuggestV1");
207 }
208
209 /**
210 * Parses a list of metrics, tagk and/or tagvs to assign UIDs to

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected