Executes the query asynchronously @return The data points matched by this query. Each element in the non-null but possibly empty array returned corresponds to one time series for which some data points have been matched by the query. @throws HBaseException if there was a problem communic
()
| 252 | * @since 1.2 |
| 253 | */ |
| 254 | public Deferred<DataPoints[]> runAsync() throws HBaseException; |
| 255 | |
| 256 | /** |
| 257 | * Runs this query asynchronously. |
no outgoing calls