|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Queue in org.apache.hadoop.yarn.server.resourcemanager.scheduler |
|---|
| Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler declared as Queue | |
|---|---|
protected Queue |
SchedulerApplicationAttempt.queue
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler that return Queue | |
|---|---|
Queue |
SchedulerApplicationAttempt.getQueue()
|
Queue |
SchedulerApplication.getQueue()
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type Queue | |
|---|---|
void |
YarnScheduler.addQueue(Queue newQueue)
Add to the scheduler a new Queue. |
void |
AbstractYarnScheduler.addQueue(Queue newQueue)
|
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)
|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type Queue | |
|---|---|
AppSchedulingInfo(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
String user,
Queue queue,
ActiveUsersManager activeUsersManager,
long 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)
|
|
| Uses of Queue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
|---|
| Subinterfaces of Queue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity | |
|---|---|
interface |
CSQueue
CSQueue represents a node in the tree of
hierarchical queues in the CapacityScheduler. |
| Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that implement Queue | |
|---|---|
class |
AbstractCSQueue
|
class |
LeafQueue
|
class |
ParentQueue
|
class |
PlanQueue
This represents a dynamic queue managed by the ReservationSystem. |
class |
ReservationQueue
This represents a dynamic LeafQueue managed by the
ReservationSystem |
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type Queue | |
|---|---|
void |
CapacityScheduler.addQueue(Queue queue)
|
| Uses of Queue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica |
|---|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica with parameters of type Queue | |
|---|---|
FiCaSchedulerApp(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
String user,
Queue queue,
ActiveUsersManager activeUsersManager,
RMContext rmContext)
|
|
| Uses of Queue in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
|---|
| Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that implement Queue | |
|---|---|
class |
FSLeafQueue
|
class |
FSParentQueue
|
class |
FSQueue
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type Queue | |
|---|---|
static FSQueueMetrics |
FSQueueMetrics.forQueue(String queueName,
Queue parent,
boolean enableUserMetrics,
org.apache.hadoop.conf.Configuration conf)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||