Prepares a query against HBase by setting up group bys and resolving strings to UIDs asynchronously. This replaces calls to all of the setters like the setTimeSeries, setStartTime, etc. Make sure to wait on the deferred return before calling runAsync. @param query The main qu
(final TSQuery query,
final int index)
| 170 | * @since 2.2 |
| 171 | */ |
| 172 | public Deferred<Object> configureFromQuery(final TSQuery query, |
| 173 | final int index); |
| 174 | |
| 175 | /** |
no outgoing calls