MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / formatQueryStatsV1

Method formatQueryStatsV1

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

Format the query stats @param query_stats Map of query statistics @return A ChannelBuffer object to pass on to the caller @throws BadRequestException if the plugin has not implemented this method @since 2.2

(final Map<String, Object> query_stats)

Source from the content-addressed store, hash-verified

766 * @since 2.2
767 */
768 public ChannelBuffer formatQueryStatsV1(final Map<String, Object> query_stats) {
769 throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED,
770 "The requested API endpoint has not been implemented",
771 this.getClass().getCanonicalName() +
772 " has not implemented formatQueryStatsV1");
773 }
774
775 /**
776 * Format the response from a search query

Callers 1

printQueryStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected