Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.GetContainersResponse

Packages that use GetContainersResponse
org.apache.hadoop.yarn.api   
org.apache.hadoop.yarn.api.protocolrecords   
 

Uses of GetContainersResponse in org.apache.hadoop.yarn.api
 

Methods in org.apache.hadoop.yarn.api that return GetContainersResponse
 GetContainersResponse ApplicationClientProtocol.getContainers(GetContainersRequest request)
           The interface used by clients to get a report of Containers for an application attempt from the ResourceManager
 GetContainersResponse ApplicationHistoryProtocol.getContainers(GetContainersRequest request)
           The interface used by clients to get a report of Containers for an application attempt from the ApplciationHistoryServer.
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetContainersResponse
static GetContainersResponse GetContainersResponse.newInstance(List<ContainerReport> containers)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.