Uses of Class
org.apache.hadoop.yarn.server.scheduler.OpportunisticContainerAllocator.Allocation
Packages that use OpportunisticContainerAllocator.Allocation
-
Uses of OpportunisticContainerAllocator.Allocation in org.apache.hadoop.yarn.server.scheduler
Method parameters in org.apache.hadoop.yarn.server.scheduler with type arguments of type OpportunisticContainerAllocator.AllocationModifier and TypeMethodDescriptionprotected org.apache.hadoop.yarn.api.records.ContainerOpportunisticContainerAllocator.createContainer(long rmIdentifier, OpportunisticContainerAllocator.AllocationParams appParams, OpportunisticContainerAllocator.ContainerIdGenerator idCounter, org.apache.hadoop.yarn.api.records.ApplicationAttemptId id, String userName, Map<org.apache.hadoop.yarn.api.records.Resource, List<OpportunisticContainerAllocator.Allocation>> allocations, String location, org.apache.hadoop.yarn.api.records.ResourceRequest anyAsk, RemoteNode rNode) protected intOpportunisticContainerAllocator.getTotalAllocations(List<Map<org.apache.hadoop.yarn.api.records.Resource, List<OpportunisticContainerAllocator.Allocation>>> allocations) protected voidOpportunisticContainerAllocator.matchAllocation(List<Map<org.apache.hadoop.yarn.api.records.Resource, List<OpportunisticContainerAllocator.Allocation>>> allocations, List<org.apache.hadoop.yarn.api.records.Container> allocatedContainers, OpportunisticContainerContext oppContext) voidOpportunisticContainerContext.matchAllocationToOutstandingRequest(org.apache.hadoop.yarn.api.records.Resource capability, List<OpportunisticContainerAllocator.Allocation> allocations) This method matches a returned list of Container Allocations to any outstanding OPPORTUNISTIC ResourceRequest.