Uses of Class
org.apache.hadoop.yarn.server.scheduler.ResourceRequestSetKey
Packages that use ResourceRequestSetKey
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
Utility classes used for Scheduling.
-
Uses of ResourceRequestSetKey in org.apache.hadoop.yarn.server
Methods in org.apache.hadoop.yarn.server that return types with arguments of type ResourceRequestSetKeyModifier and TypeMethodDescriptionprotected Map<ResourceRequestSetKey,ResourceRequestSet> AMRMClientRelayer.getRemotePendingAsks()Method parameters in org.apache.hadoop.yarn.server with type arguments of type ResourceRequestSetKeyModifier and TypeMethodDescriptionvoidAMRMClientRelayer.gatherReadOnlyPendingAsksInfo(Map<ResourceRequestSetKey, ResourceRequestSet> pendingAsks, Map<ResourceRequestSetKey, Long> pendingTime) -
Uses of ResourceRequestSetKey in org.apache.hadoop.yarn.server.scheduler
Methods in org.apache.hadoop.yarn.server.scheduler that return ResourceRequestSetKeyModifier and TypeMethodDescriptionstatic ResourceRequestSetKeyResourceRequestSetKey.extractMatchingKey(org.apache.hadoop.yarn.api.records.Container container, Set<ResourceRequestSetKey> keys) Extract the corresponding ResourceRequestSetKey for an allocated container from a given set.Method parameters in org.apache.hadoop.yarn.server.scheduler with type arguments of type ResourceRequestSetKeyModifier and TypeMethodDescriptionstatic ResourceRequestSetKeyResourceRequestSetKey.extractMatchingKey(org.apache.hadoop.yarn.api.records.Container container, Set<ResourceRequestSetKey> keys) Extract the corresponding ResourceRequestSetKey for an allocated container from a given set.Constructors in org.apache.hadoop.yarn.server.scheduler with parameters of type ResourceRequestSetKeyModifierConstructorDescriptionCreate a empty set with given key.