Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
Modifier and Type | Method and Description |
---|---|
QueueManagementChange.QueueAction |
QueueManagementChange.getQueueAction() |
static QueueManagementChange.QueueAction |
QueueManagementChange.QueueAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueManagementChange.QueueAction[] |
QueueManagementChange.QueueAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
QueueManagementChange(CSQueue queue,
QueueManagementChange.QueueAction queueAction) |
QueueManagementChange(CSQueue queue,
QueueManagementChange.QueueAction queueAction,
AutoCreatedLeafQueueConfig queueTemplateUpdates) |
QueueManagementChange(CSQueue queue,
QueueManagementChange.QueueAction queueAction,
org.apache.hadoop.yarn.api.records.QueueState targetQueueState,
AutoCreatedLeafQueueConfig queueTemplateUpdates) |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.