Class ConstraintPlacementAlgorithmOutput

java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.api.ConstraintPlacementAlgorithmOutput

public class ConstraintPlacementAlgorithmOutput extends Object
Encapsulates the output of the ConstraintPlacementAlgorithm. The Algorithm is free to produce multiple of output objects at the end of each run and it must use the provided ConstraintPlacementAlgorithmOutputCollector to aggregate/collect this output. Similar to the MapReduce Mapper/Reducer which is provided a collector to collect output.
  • Constructor Details

    • ConstraintPlacementAlgorithmOutput

      public ConstraintPlacementAlgorithmOutput(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
  • Method Details