|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |