org.apache.hadoop.yarn.server.resourcemanager.rmnode
Class UpdatedContainerInfo

java.lang.Object
  extended by org.apache.hadoop.yarn.server.resourcemanager.rmnode.UpdatedContainerInfo

public class UpdatedContainerInfo
extends Object


Constructor Summary
UpdatedContainerInfo()
           
UpdatedContainerInfo(List<org.apache.hadoop.yarn.api.records.ContainerStatus> newlyLaunchedContainers, List<org.apache.hadoop.yarn.api.records.ContainerStatus> completedContainers)
           
 
Method Summary
 List<org.apache.hadoop.yarn.api.records.ContainerStatus> getCompletedContainers()
           
 List<org.apache.hadoop.yarn.api.records.ContainerStatus> getNewlyLaunchedContainers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatedContainerInfo

public UpdatedContainerInfo()

UpdatedContainerInfo

public UpdatedContainerInfo(List<org.apache.hadoop.yarn.api.records.ContainerStatus> newlyLaunchedContainers,
                            List<org.apache.hadoop.yarn.api.records.ContainerStatus> completedContainers)
Method Detail

getNewlyLaunchedContainers

public List<org.apache.hadoop.yarn.api.records.ContainerStatus> getNewlyLaunchedContainers()

getCompletedContainers

public List<org.apache.hadoop.yarn.api.records.ContainerStatus> getCompletedContainers()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.