Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair | |
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.allocation |
Modifier and Type | Method and Description |
---|---|
static FSQueueType |
FSQueueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FSQueueType[] |
FSQueueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<FSQueueType,Set<String>> |
AllocationConfiguration.getConfiguredQueues() |
Modifier and Type | Method and Description |
---|---|
Map<FSQueueType,Set<String>> |
QueueProperties.getConfiguredQueues() |
Modifier and Type | Method and Description |
---|---|
void |
QueueProperties.Builder.configuredQueues(FSQueueType queueType,
String queueName) |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.