| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.allocator | 
| Modifier and Type | Field and Description | 
|---|---|
| static ContainerAllocation | ContainerAllocation. APP_SKIPPEDSkip the application, and look at other applications of the same queue | 
| static ContainerAllocation | ContainerAllocation. LOCALITY_SKIPPEDSkip the locality (e.g. | 
| static ContainerAllocation | ContainerAllocation. PRIORITY_SKIPPEDSkip the priority, and look at other priorities of the same application | 
| static ContainerAllocation | ContainerAllocation. QUEUE_SKIPPEDSkip the leaf-queue, and look at other queues of the same parent queue | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CSAssignment | AbstractContainerAllocator. getCSAssignmentFromAllocateResult(org.apache.hadoop.yarn.api.records.Resource clusterResource,
                                 ContainerAllocation result,
                                 RMContainer rmContainer,
                                 FiCaSchedulerNode node) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.