@param query_stats the query stats object to associate with this query
(final QueryStats query_stats)
| 495 | |
| 496 | /** @param query_stats the query stats object to associate with this query */ |
| 497 | public void setQueryStats(final QueryStats query_stats) { |
| 498 | this.query_stats = query_stats; |
| 499 | } |
| 500 | |
| 501 | /** @return Whether or not the query would like to override the byte limiter. */ |
| 502 | public boolean overrideByteLimit() { |
no outgoing calls