org.apache.hadoop.yarn.server.resourcemanager.scheduler
Class SchedulerApplicationAttempt.ContainersAndNMTokensAllocation

java.lang.Object
  extended by org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApplicationAttempt.ContainersAndNMTokensAllocation
Enclosing class:
SchedulerApplicationAttempt

public static class SchedulerApplicationAttempt.ContainersAndNMTokensAllocation
extends Object


Constructor Summary
SchedulerApplicationAttempt.ContainersAndNMTokensAllocation(List<org.apache.hadoop.yarn.api.records.Container> containerList, List<org.apache.hadoop.yarn.api.records.NMToken> nmTokenList)
           
 
Method Summary
 List<org.apache.hadoop.yarn.api.records.Container> getContainerList()
           
 List<org.apache.hadoop.yarn.api.records.NMToken> getNMTokenList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerApplicationAttempt.ContainersAndNMTokensAllocation

public SchedulerApplicationAttempt.ContainersAndNMTokensAllocation(List<org.apache.hadoop.yarn.api.records.Container> containerList,
                                                                   List<org.apache.hadoop.yarn.api.records.NMToken> nmTokenList)
Method Detail

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.