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.
|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.processor |
Package o.a.h.yarn.server.resourcemanager.scheduler.constraint.processor
contains classes related to scheduling containers using placement
processor.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchedRequests
A grouping of Scheduling Requests which are sent to the PlacementAlgorithm
to place as a batch.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.