Modifier and Type | Method and Description |
---|---|
static QueueMetrics |
QueueMetrics.forQueue(MetricsSystem ms,
String queueName,
Queue parent,
boolean enableUserMetrics,
Configuration conf) |
static QueueMetrics |
QueueMetrics.forQueue(String queueName,
Queue parent,
boolean enableUserMetrics,
Configuration conf) |
void |
AppSchedulingInfo.setQueue(Queue queue) |
Constructor and Description |
---|
AppSchedulingInfo(ApplicationAttemptId appAttemptId,
String user,
Queue queue,
ActiveUsersManager activeUsersManager) |
QueueMetrics(MetricsSystem ms,
String queueName,
Queue parent,
boolean enableUserMetrics,
Configuration conf) |
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 |
Modifier and Type | Method and Description |
---|---|
Queue |
FiCaSchedulerApp.getQueue() |
Constructor and Description |
---|
FiCaSchedulerApp(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 |
---|---|
Queue |
FSSchedulerApp.getQueue() |
Modifier and Type | Method and Description |
---|---|
static FSQueueMetrics |
FSQueueMetrics.forQueue(String queueName,
Queue parent,
boolean enableUserMetrics,
Configuration conf) |
Constructor and Description |
---|
FSSchedulerApp(ApplicationAttemptId applicationAttemptId,
String user,
Queue queue,
ActiveUsersManager activeUsersManager,
RMContext rmContext) |
Copyright © 2013 Apache Software Foundation. All rights reserved.