| Modifier and Type | Field and Description |
|---|---|
protected Queue |
SchedulerApplicationAttempt.queue |
| Modifier and Type | Method and Description |
|---|---|
Queue |
SchedulerApplicationAttempt.getQueue() |
Queue |
SchedulerApplication.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
static QueueMetrics |
QueueMetrics.forQueue(org.apache.hadoop.metrics2.MetricsSystem ms,
String queueName,
Queue parent,
boolean enableUserMetrics,
org.apache.hadoop.conf.Configuration conf) |
static QueueMetrics |
QueueMetrics.forQueue(String queueName,
Queue parent,
boolean enableUserMetrics,
org.apache.hadoop.conf.Configuration conf) |
void |
SchedulerApplicationAttempt.move(Queue newQueue) |
void |
AppSchedulingInfo.move(Queue newQueue) |
void |
SchedulerApplication.setQueue(Queue queue) |
void |
AppSchedulingInfo.setQueue(Queue queue) |
| Constructor and Description |
|---|
AppSchedulingInfo(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
String user,
Queue queue,
ActiveUsersManager activeUsersManager,
int epoch) |
QueueMetrics(org.apache.hadoop.metrics2.MetricsSystem ms,
String queueName,
Queue parent,
boolean enableUserMetrics,
org.apache.hadoop.conf.Configuration conf) |
SchedulerApplication(Queue queue,
String user) |
SchedulerApplicationAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
String user,
Queue queue,
ActiveUsersManager activeUsersManager,
RMContext rmContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CSQueue
CSQueue represents a node in the tree of
hierarchical queues in the CapacityScheduler. |
| Modifier and Type | Class and Description |
|---|---|
class |
LeafQueue |
class |
ParentQueue |
| Constructor and Description |
|---|
FiCaSchedulerApp(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
String user,
Queue queue,
ActiveUsersManager activeUsersManager,
RMContext rmContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
FSLeafQueue |
class |
FSParentQueue |
class |
FSQueue |
| Modifier and Type | Method and Description |
|---|---|
static FSQueueMetrics |
FSQueueMetrics.forQueue(String queueName,
Queue parent,
boolean enableUserMetrics,
org.apache.hadoop.conf.Configuration conf) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.