Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.AllocationTagsManager
Packages that use AllocationTagsManager
Package
Description
Package org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
contains classes related to scheduling containers using placement
constraints.
-
Uses of AllocationTagsManager in org.apache.hadoop.yarn.server.resourcemanager
Methods in org.apache.hadoop.yarn.server.resourcemanager that return AllocationTagsManagerModifier and TypeMethodDescriptionprotected AllocationTagsManagerResourceManager.createAllocationTagsManager()RMActiveServiceContext.getAllocationTagsManager()RMContext.getAllocationTagsManager()RMContextImpl.getAllocationTagsManager()Methods in org.apache.hadoop.yarn.server.resourcemanager with parameters of type AllocationTagsManagerModifier and TypeMethodDescriptionvoidRMActiveServiceContext.setAllocationTagsManager(AllocationTagsManager allocationTagsManager) voidRMContext.setAllocationTagsManager(AllocationTagsManager allocationTagsManager) voidRMContextImpl.setAllocationTagsManager(AllocationTagsManager allocationTagsManager) -
Uses of AllocationTagsManager in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint with parameters of type AllocationTagsManagerModifier and TypeMethodDescriptionstatic booleanPlacementConstraintsUtil.canSatisfyConstraints(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, org.apache.hadoop.yarn.api.records.SchedulingRequest request, SchedulerNode schedulerNode, PlacementConstraintManager pcm, AllocationTagsManager atm) static booleanPlacementConstraintsUtil.canSatisfyConstraints(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, org.apache.hadoop.yarn.api.records.SchedulingRequest request, SchedulerNode schedulerNode, PlacementConstraintManager pcm, AllocationTagsManager atm, Optional<DiagnosticsCollector> dcOpt) Returns true if the placement constraint for a given scheduling request is currently satisfied by the specific scheduler node.