org.apache.hadoop.yarn.server.resourcemanager.scheduler
Class SchedulerApplicationAttempt.ContainersAndNMTokensAllocation
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApplicationAttempt.ContainersAndNMTokensAllocation
- Enclosing class:
- SchedulerApplicationAttempt
public static class SchedulerApplicationAttempt.ContainersAndNMTokensAllocation
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchedulerApplicationAttempt.ContainersAndNMTokensAllocation
public SchedulerApplicationAttempt.ContainersAndNMTokensAllocation(List<org.apache.hadoop.yarn.api.records.Container> containerList,
List<org.apache.hadoop.yarn.api.records.NMToken> nmTokenList)
getContainerList
public List<org.apache.hadoop.yarn.api.records.Container> getContainerList()
getNMTokenList
public List<org.apache.hadoop.yarn.api.records.NMToken> getNMTokenList()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.