Uses of Class
org.apache.hadoop.yarn.server.scheduler.ResourceRequestSet
Packages that use ResourceRequestSet
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
Utility classes used for Scheduling.
-
Uses of ResourceRequestSet in org.apache.hadoop.yarn.server
Methods in org.apache.hadoop.yarn.server that return types with arguments of type ResourceRequestSetModifier and TypeMethodDescriptionprotected Map<ResourceRequestSetKey,ResourceRequestSet> AMRMClientRelayer.getRemotePendingAsks()Methods in org.apache.hadoop.yarn.server with parameters of type ResourceRequestSetModifier and TypeMethodDescriptionvoidContainerAllocationHistory.addAllocationEntry(org.apache.hadoop.yarn.api.records.Container container, ResourceRequestSet requestSet, long fulfillTimeStamp, long fulfillLatency) Record the allocation history for the container.Method parameters in org.apache.hadoop.yarn.server with type arguments of type ResourceRequestSetModifier and TypeMethodDescriptionvoidAMRMClientRelayer.gatherReadOnlyPendingAsksInfo(Map<ResourceRequestSetKey, ResourceRequestSet> pendingAsks, Map<ResourceRequestSetKey, Long> pendingTime) -
Uses of ResourceRequestSet in org.apache.hadoop.yarn.server.scheduler
Methods in org.apache.hadoop.yarn.server.scheduler with parameters of type ResourceRequestSetModifier and TypeMethodDescriptionvoidResourceRequestSet.addAndOverrideRRSet(ResourceRequestSet requestSet) Merge a requestSet into this one.Constructors in org.apache.hadoop.yarn.server.scheduler with parameters of type ResourceRequestSetModifierConstructorDescriptionCreate a shallow copy of the request set.