Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.AllocationTags
Packages that use AllocationTags
Package
Description
Package org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
contains classes related to scheduling containers using placement
constraints.
-
Uses of AllocationTags in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint that return AllocationTagsModifier and TypeMethodDescriptionstatic AllocationTagsAllocationTags.createAllocationTags(org.apache.hadoop.yarn.api.records.ApplicationId currentApplicationId, String namespaceString, Set<String> tags) static AllocationTagsAllocationTags.createGlobalAllocationTags(Set<String> tags) static AllocationTagsAllocationTags.createOtherAppAllocationTags(org.apache.hadoop.yarn.api.records.ApplicationId currentApp, Set<String> tags) static AllocationTagsAllocationTags.createSingleAppAllocationTags(org.apache.hadoop.yarn.api.records.ApplicationId appId, Set<String> tags) Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint with parameters of type AllocationTagsModifier and TypeMethodDescriptionlongAllocationTagsManager.getNodeCardinalityByOp(org.apache.hadoop.yarn.api.records.NodeId nodeId, AllocationTags tags, LongBinaryOperator op) Get cardinality for following conditions.longAllocationTagsManager.getRackCardinalityByOp(String rack, AllocationTags tags, LongBinaryOperator op) Get cardinality for following conditions.