public interface QueryWatcher
Modifier and Type | Method and Description |
---|---|
void |
registerQuery(Query query,
com.google.common.util.concurrent.ListenableFuture future)
QueryRunners must use this method to register any pending queries.
|
void registerQuery(Query query, com.google.common.util.concurrent.ListenableFuture future)
query
- a query, which may be a subset of a larger query, as long as the underlying queryId is unchangedfuture
- the future holding the execution status of the queryCopyright © 2011–2015. All rights reserved.