@return The multi-mapped set of request headers associated with the query
()
| 705 | |
| 706 | /** @return The multi-mapped set of request headers associated with the query */ |
| 707 | public Map<String, String> getRequestHeaders() { |
| 708 | return headers; |
| 709 | } |
| 710 | |
| 711 | /** @return The number of currently running queries */ |
| 712 | public int getNumRunningQueries() { |