Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.api.ConstraintPlacementAlgorithmOutputCollector
Packages that use ConstraintPlacementAlgorithmOutputCollector
Package
Description
Package org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
contains classes related to scheduling containers using placement
constraints.
This Package contains classes related to constrained placement of
Requests.
-
Uses of ConstraintPlacementAlgorithmOutputCollector in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.algorithm
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.algorithm with parameters of type ConstraintPlacementAlgorithmOutputCollectorModifier and TypeMethodDescriptionvoidDefaultPlacementAlgorithm.place(ConstraintPlacementAlgorithmInput input, ConstraintPlacementAlgorithmOutputCollector collector) -
Uses of ConstraintPlacementAlgorithmOutputCollector in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.api
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.api with parameters of type ConstraintPlacementAlgorithmOutputCollectorModifier and TypeMethodDescriptionvoidConstraintPlacementAlgorithm.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.