@return The number of times this query has been executed from the same endpoint.
()
| 732 | /** @return The number of times this query has been executed from the same |
| 733 | * endpoint. */ |
| 734 | public long getExecuted() { |
| 735 | return executed; |
| 736 | } |
| 737 | |
| 738 | /** @return The full query */ |
| 739 | public TSQuery getQuery() { |
no outgoing calls