|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest
@InterfaceAudience.Public @InterfaceStability.Stable public abstract class 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.
ApplicationClientProtocol.getApplicationReport(GetApplicationReportRequest),
ApplicationReport| Constructor Summary | |
|---|---|
GetApplicationReportRequest()
|
|
| Method Summary | |
|---|---|
abstract ApplicationId |
getApplicationId()
Get the ApplicationId of the application. |
static GetApplicationReportRequest |
newInstance(ApplicationId applicationId)
|
abstract void |
setApplicationId(ApplicationId applicationId)
Set the ApplicationId of the application |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetApplicationReportRequest()
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Stable public static GetApplicationReportRequest newInstance(ApplicationId applicationId)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract ApplicationId getApplicationId()
ApplicationId of the application.
ApplicationId of the application@InterfaceAudience.Public @InterfaceStability.Stable public abstract void setApplicationId(ApplicationId applicationId)
ApplicationId of the application
applicationId - ApplicationId of the application
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||