Parses a suggestion query @return a hash map of key/value pairs @throws BadRequestException if the plugin has not implemented this method
()
| 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 |