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

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

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

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

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetContainerReportResponse
static GetContainerReportResponse GetContainerReportResponse.newInstance(ContainerReport containerReport)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.