public interface QueryLaunchingConstraint
Modifier and Type | Method and Description |
---|---|
boolean |
allowsLaunchOf(QueryContext candidateQuery,
EstimatedImmutableQueryCollection launchedQueries)
Returns whether this constraint allows candidate query to be launched.
|
boolean allowsLaunchOf(QueryContext candidateQuery, EstimatedImmutableQueryCollection launchedQueries)
candidateQuery
- The query which is the next candidate to be launched.launchedQueries
- Current launched queriesCopyright © 2014–2015 Apache Software Foundation. All rights reserved.