public class ConstraintPlacementAlgorithmOutput extends Object
Constructor and Description |
---|
ConstraintPlacementAlgorithmOutput(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId() |
List<PlacedSchedulingRequest> |
getPlacedRequests() |
List<SchedulingRequestWithPlacementAttempt> |
getRejectedRequests() |
public ConstraintPlacementAlgorithmOutput(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
public List<PlacedSchedulingRequest> getPlacedRequests()
public List<SchedulingRequestWithPlacementAttempt> getRejectedRequests()
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.