Executes this RPC. @param tsdb The TSDB to use. @param query The HTTP query to execute.
(TSDB tsdb, HttpQuery query)
| 27 | * @param query The HTTP query to execute. |
| 28 | */ |
| 29 | void execute(TSDB tsdb, HttpQuery query) throws IOException; |
| 30 | |
| 31 | } |
no outgoing calls