This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.api.Priority (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.api.Priority

Packages that use Priority
org.apache.lens.api   
org.apache.lens.driver.hive.priority   
org.apache.lens.server.api.priority   
org.apache.lens.server.api.query   
 

Uses of Priority in org.apache.lens.api
 

Methods in org.apache.lens.api that return Priority
static Priority Priority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Priority[] Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Priority in org.apache.lens.driver.hive.priority
 

Methods in org.apache.lens.driver.hive.priority that return Priority
 Priority DurationBasedQueryPriorityDecider.decidePriority(AbstractQueryContext abstractQueryContext)
          The Implementation
 

Uses of Priority in org.apache.lens.server.api.priority
 

Methods in org.apache.lens.server.api.priority that return Priority
 Priority QueryPriorityDecider.decidePriority(AbstractQueryContext queryContext)
           
 

Uses of Priority in org.apache.lens.server.api.query
 

Constructors in org.apache.lens.server.api.query with parameters of type Priority
PriorityChange(long eventTime, Priority prev, Priority current, QueryHandle handle)
          Instantiates a new priority change.
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.