Interface ConstraintPlacementAlgorithmInput
- All Known Implementing Classes:
BatchedRequests
public interface ConstraintPlacementAlgorithmInput
This encapsulates an input to the Constraint Placement Algorithm. At the
very least it must consist of a collection of SchedulerRequests.
-
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.hadoop.yarn.api.records.SchedulingRequest>
-
Method Details
-
getSchedulingRequests
Collection<org.apache.hadoop.yarn.api.records.SchedulingRequest> getSchedulingRequests()
-