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

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

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

Methods in org.apache.hadoop.yarn.api with parameters of type GetContainerReportRequest
 GetContainerReportResponse ApplicationClientProtocol.getContainerReport(GetContainerReportRequest request)
           The interface used by clients to get a report of an Container from the ResourceManager
 GetContainerReportResponse ApplicationHistoryProtocol.getContainerReport(GetContainerReportRequest request)
           The interface used by clients to get a report of an Container from the ApplicationHistoryServer.
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetContainerReportRequest
static GetContainerReportRequest GetContainerReportRequest.newInstance(ContainerId containerId)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.