| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.algorithm | Package org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
 contains classes related to scheduling containers using placement
 constraints. | 
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.api | This Package contains classes related to constrained placement of
 Requests. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultPlacementAlgorithm. place(ConstraintPlacementAlgorithmInput input,
     ConstraintPlacementAlgorithmOutputCollector collector) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ConstraintPlacementAlgorithm. place(ConstraintPlacementAlgorithmInput algorithmInput,
     ConstraintPlacementAlgorithmOutputCollector collector)The Algorithm is expected to compute the placement of the provided
 ConstraintPlacementAlgorithmInput and use the collector to aggregate
 any output. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.