Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager | |
org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint |
Package org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
contains classes related to scheduling containers using placement
constraints.
|
Modifier and Type | Method and Description |
---|---|
protected AllocationTagsManager |
ResourceManager.createAllocationTagsManager() |
AllocationTagsManager |
RMContext.getAllocationTagsManager() |
AllocationTagsManager |
RMActiveServiceContext.getAllocationTagsManager() |
AllocationTagsManager |
RMContextImpl.getAllocationTagsManager() |
Modifier and Type | Method and Description |
---|---|
void |
RMContext.setAllocationTagsManager(AllocationTagsManager allocationTagsManager) |
void |
RMActiveServiceContext.setAllocationTagsManager(AllocationTagsManager allocationTagsManager) |
void |
RMContextImpl.setAllocationTagsManager(AllocationTagsManager allocationTagsManager) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PlacementConstraintsUtil.canSatisfyConstraints(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
org.apache.hadoop.yarn.api.records.SchedulingRequest request,
SchedulerNode schedulerNode,
PlacementConstraintManager pcm,
AllocationTagsManager atm)
Returns true if the placement constraint for a given scheduling request
is currently satisfied by the specific scheduler node.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.