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)
| 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 |