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

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

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

Methods in org.apache.hadoop.yarn.api with parameters of type GetContainersRequest
 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 GetContainersRequest in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetContainersRequest
static GetContainersRequest GetContainersRequest.newInstance(ApplicationAttemptId applicationAttemptId)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.