public interface QueryWatcher
| Modifier and Type | Method and Description |
|---|---|
void |
registerQueryFuture(Query<?> query,
com.google.common.util.concurrent.ListenableFuture<?> future)
QueryRunners must use this method to register any pending queries.
|
void registerQueryFuture(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–2023 The Apache Software Foundation. All rights reserved.