Uses of Interface
org.apache.hadoop.yarn.api.records.ContainerStatus

Packages that use ContainerStatus
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.records   
 

Uses of ContainerStatus in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return ContainerStatus
 ContainerStatus GetContainerStatusResponse.getStatus()
          Get the ContainerStatus of the container.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ContainerStatus
 void GetContainerStatusResponse.setStatus(ContainerStatus containerStatus)
           
 

Uses of ContainerStatus in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return ContainerStatus
 ContainerStatus Container.getContainerStatus()
          Get the ContainerStatus of the container.
 

Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type ContainerStatus
 List<ContainerStatus> AMResponse.getCompletedContainersStatuses()
          Get the list of completed containers' statuses.
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type ContainerStatus
 void Container.setContainerStatus(ContainerStatus containerStatus)
           
 

Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type ContainerStatus
 void AMResponse.setCompletedContainersStatuses(List<ContainerStatus> containers)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.