Uses of Class
org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.PartitionedResourceRequests
Packages that use OpportunisticContainerAllocator.PartitionedResourceRequests
-
Uses of OpportunisticContainerAllocator.PartitionedResourceRequests in org.apache.hadoop.yarn.server.scheduler
Methods in org.apache.hadoop.yarn.server.scheduler that return OpportunisticContainerAllocator.PartitionedResourceRequestsModifier and TypeMethodDescriptionOpportunisticContainerAllocator.partitionAskList(List<org.apache.hadoop.yarn.api.records.ResourceRequest> askList) Partitions a list of ResourceRequest to two separate lists, one for GUARANTEED and one for OPPORTUNISTIC ResourceRequests.