Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.AllocationTagsManager.TypeToCountedTags
Packages that use AllocationTagsManager.TypeToCountedTags
Package
Description
Package org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
contains classes related to scheduling containers using placement
constraints.
-
Uses of AllocationTagsManager.TypeToCountedTags in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint that return AllocationTagsManager.TypeToCountedTagsModifier and TypeMethodDescriptionprotected AllocationTagsManager.TypeToCountedTagsAllocationTagsManager.TypeToCountedTags.immutableCopy()Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint that return types with arguments of type AllocationTagsManager.TypeToCountedTagsModifier and TypeMethodDescriptionMap<org.apache.hadoop.yarn.api.records.ApplicationId,AllocationTagsManager.TypeToCountedTags> AllocationTagsManager.getPerAppNodeMappings()Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint with parameters of type AllocationTagsManager.TypeToCountedTagsModifier and TypeMethodDescriptionprotected voidAllocationTagsManager.TypeToCountedTags.absorb(AllocationTagsManager.TypeToCountedTags<T> target) Absorbs the givenAllocationTagsManager.TypeToCountedTagsto current mapping, this will aggregate the count of the tags with same name.