Class GetApplicationReportRequest
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest
The request sent by a client to the ResourceManager to
get an ApplicationReport for an application.
The request should include the ApplicationId of the
application.
- See Also:
-
ApplicationBaseProtocol.getApplicationReport(GetApplicationReportRequest)ApplicationReport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ApplicationIdGet theApplicationIdof the application.static GetApplicationReportRequestnewInstance(ApplicationId applicationId) abstract voidsetApplicationId(ApplicationId applicationId) Set theApplicationIdof the application
-
Constructor Details
-
GetApplicationReportRequest
public GetApplicationReportRequest()
-
-
Method Details
-
newInstance
-
getApplicationId
Get theApplicationIdof the application.- Returns:
ApplicationIdof the application
-
setApplicationId
Set theApplicationIdof the application- Parameters:
applicationId-ApplicationIdof the application
-