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

Method formatThreadStatsV1

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

Format a list of thread statistics @param stats The thread statistics list to format @return A ChannelBuffer object to pass on to the caller @throws BadRequestException if the plugin has not implemented this method @since 2.2

(final List<Map<String, Object>> stats)

Source from the content-addressed store, hash-verified

724 * @since 2.2
725 */
726 public ChannelBuffer formatThreadStatsV1(final List<Map<String, Object>> stats) {
727 throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED,
728 "The requested API endpoint has not been implemented",
729 this.getClass().getCanonicalName() +
730 " has not implemented formatThreadStatsV1");
731 }
732
733 /**
734 * format a list of region client statistics

Callers 1

printThreadStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected