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 |
---|---|
ConfigurableResource |
FSQueue.getMaxChildQueueResource() |
static ConfigurableResource |
FairSchedulerConfiguration.parseResourceConfigValue(String val)
Parses a resource config value of a form like "1024", "1024 mb",
or "1024 mb, 3 vcores".
|
Modifier and Type | Method and Description |
---|---|
void |
FSQueue.setMaxChildQueueResource(ConfigurableResource maxChildShare) |
void |
FSQueue.setMaxShare(ConfigurableResource maxShare) |
Modifier and Type | Method and Description |
---|---|
ConfigurableResource |
AllocationFileParser.getQueueMaxResourcesDefault() |
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurableResource> |
QueueProperties.getMaxChildQueueResources() |
Map<String,ConfigurableResource> |
QueueProperties.getMaxQueueResources() |
Map<String,ConfigurableResource> |
QueueProperties.Builder.getMaxQueueResources() |
Modifier and Type | Method and Description |
---|---|
QueueProperties.Builder |
QueueProperties.Builder.maxChildQueueResources(String queueName,
ConfigurableResource resource) |
QueueProperties.Builder |
QueueProperties.Builder.maxQueueResources(String queueName,
ConfigurableResource resource) |
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.