Package | Description |
---|---|
org.apache.lens.server.query.collect |
Modifier and Type | Class and Description |
---|---|
class |
DefaultQueryCollection
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 |
ThreadSafeQueryCollection
Makes a
QueryCollection implementation thread safe by synchronizing all behaviours. |
Constructor and Description |
---|
DefaultEstimatedQueryCollection(QueryCollection queries) |
ThreadSafeQueryCollection(QueryCollection queries) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.