Uses of Class
org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey
Packages that use SchedulerRequestKey
-
Uses of SchedulerRequestKey in org.apache.hadoop.yarn.server.scheduler
Subclasses of SchedulerRequestKey in org.apache.hadoop.yarn.server.schedulerModifier and TypeClassDescriptionclassThe scheduler key for a group ofResourceRequest.Methods in org.apache.hadoop.yarn.server.scheduler that return SchedulerRequestKeyModifier and TypeMethodDescriptionstatic SchedulerRequestKeySchedulerRequestKey.create(org.apache.hadoop.yarn.api.records.ResourceRequest req) Factory method to generate a SchedulerRequestKey from a ResourceRequest.static SchedulerRequestKeySchedulerRequestKey.create(org.apache.hadoop.yarn.api.records.SchedulingRequest req) Factory method to generate a SchedulerRequestKey from a SchedulingRequest.static SchedulerRequestKeySchedulerRequestKey.create(org.apache.hadoop.yarn.api.records.UpdateContainerRequest req, SchedulerRequestKey schedulerRequestKey) static SchedulerRequestKeySchedulerRequestKey.extractFrom(org.apache.hadoop.yarn.api.records.Container container) Convenience method to extract the SchedulerRequestKey used to schedule the Container.Methods in org.apache.hadoop.yarn.server.scheduler that return types with arguments of type SchedulerRequestKeyModifier and TypeMethodDescriptionTreeMap<SchedulerRequestKey,Map<org.apache.hadoop.yarn.api.records.Resource, OpportunisticContainerAllocator.EnrichedResourceRequest>> OpportunisticContainerContext.getOutstandingOpReqs()Methods in org.apache.hadoop.yarn.server.scheduler with parameters of type SchedulerRequestKeyModifier and TypeMethodDescriptionintResourceRequestSetKey.compareTo(SchedulerRequestKey other) intSchedulerRequestKey.compareTo(SchedulerRequestKey o) static SchedulerRequestKeySchedulerRequestKey.create(org.apache.hadoop.yarn.api.records.UpdateContainerRequest req, SchedulerRequestKey schedulerRequestKey)