@return When the query was marked as completed, in ms
()
| 747 | |
| 748 | /** @return When the query was marked as completed, in ms */ |
| 749 | public long getQueryCompletedTimestamp() { |
| 750 | return query_completed_ts; |
| 751 | } |
| 752 | |
| 753 | /** @return Whether or not the data was successfully sent to the client */ |
| 754 | public boolean getSentToClient() { |