Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.placement | |
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
Modifier and Type | Method and Description |
---|---|
static QueueMappingEntity |
QueuePlacementRuleUtils.validateAndGetAutoCreatedQueueMapping(CapacitySchedulerQueueManager queueManager,
QueueMappingEntity mapping,
QueuePath queuePath) |
static QueueMappingEntity |
QueuePlacementRuleUtils.validateAndGetQueueMapping(CapacitySchedulerQueueManager queueManager,
CSQueue queue,
QueueMappingEntity mapping,
QueuePath queuePath) |
Modifier and Type | Method and Description |
---|---|
static ApplicationPlacementContext |
QueuePlacementRuleUtils.getPlacementContext(QueueMappingEntity mapping) |
static ApplicationPlacementContext |
QueuePlacementRuleUtils.getPlacementContext(QueueMappingEntity mapping,
String leafQueueName) |
static boolean |
QueuePlacementRuleUtils.isStaticQueueMapping(QueueMappingEntity mapping) |
static QueueMappingEntity |
QueuePlacementRuleUtils.validateAndGetAutoCreatedQueueMapping(CapacitySchedulerQueueManager queueManager,
QueueMappingEntity mapping,
QueuePath queuePath) |
static QueueMappingEntity |
QueuePlacementRuleUtils.validateAndGetQueueMapping(CapacitySchedulerQueueManager queueManager,
CSQueue queue,
QueueMappingEntity mapping,
QueuePath queuePath) |
Constructor and Description |
---|
AppNameMappingPlacementRule(boolean overrideWithQueueMappings,
List<QueueMappingEntity> newMappings) |
Modifier and Type | Method and Description |
---|---|
List<QueueMappingEntity> |
CapacitySchedulerConfiguration.getQueueMappingEntity(String queueMappingSuffix) |
Modifier and Type | Method and Description |
---|---|
void |
CapacitySchedulerConfiguration.setQueueMappingEntities(List<QueueMappingEntity> queueMappings,
String queueMappingSuffix) |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.