Format a hash map of information about the OpenTSDB version @param version A hash map with version information @return A JSON structure @throws JSONException if serialization failed
(final Map<String, String> version)
| 576 | * @throws JSONException if serialization failed |
| 577 | */ |
| 578 | public ChannelBuffer formatVersionV1(final Map<String, String> version) { |
| 579 | return this.serializeJSON(version); |
| 580 | } |
| 581 | |
| 582 | /** |
| 583 | * Format a response from the DropCaches call |
nothing calls this directly
no test coverage detected