Package | Description |
---|---|
org.apache.lens.server.query | |
org.apache.lens.server.query.collect |
Modifier and Type | Method and Description |
---|---|
EstimatedQueryCollection |
QueryExecutionServiceImpl.getLaunchedQueries()
The launched queries.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEstimatedQueryCollection
Implementation which creates multiple in memory views of queries existing in lens system and owns responsibility of
keeping all the views consistent with each other.
|
class |
ThreadSafeEstimatedQueryCollection
Makes an implementation of
EstimatedQueryCollection interface thread safe by wrapping all behaviours in
synchronized method. |
Constructor and Description |
---|
ThreadSafeEstimatedQueryCollection(EstimatedQueryCollection estimatedQueries) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.