Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.api.ConstraintPlacementAlgorithmInput
Packages that use ConstraintPlacementAlgorithmInput
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.
Package o.a.h.yarn.server.resourcemanager.scheduler.constraint.processor
contains classes related to scheduling containers using placement
processor.
-
Uses of ConstraintPlacementAlgorithmInput 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 ConstraintPlacementAlgorithmInputModifier and TypeMethodDescriptionvoidDefaultPlacementAlgorithm.place(ConstraintPlacementAlgorithmInput input, ConstraintPlacementAlgorithmOutputCollector collector) -
Uses of ConstraintPlacementAlgorithmInput 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 ConstraintPlacementAlgorithmInputModifier 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. -
Uses of ConstraintPlacementAlgorithmInput in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.processor
Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.processor that implement ConstraintPlacementAlgorithmInputModifier and TypeClassDescriptionclassA grouping of Scheduling Requests which are sent to the PlacementAlgorithm to place as a batch.