| Package | Description |
|---|---|
| org.apache.lens.api | |
| org.apache.lens.driver.hive.priority | |
| org.apache.lens.server.api.priority | |
| org.apache.lens.server.api.query |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Priority |
DurationBasedQueryPriorityDecider.decidePriority(AbstractQueryContext abstractQueryContext)
The Implementation
|
| Modifier and Type | Method and Description |
|---|---|
Priority |
QueryPriorityDecider.decidePriority(AbstractQueryContext queryContext) |
| Constructor and Description |
|---|
PriorityChange(long eventTime,
Priority prev,
Priority current,
QueryHandle handle)
Instantiates a new priority change.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.