|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FinishApplicationMasterRequest
The finalization request sent by the ApplicationMaster to
inform the ResourceManager about its completion.
The final request includes details such:
ApplicationAttemptId being managed by the
ApplicationMaster
ApplicationMasterApplicationMaster
AMRMProtocol.finishApplicationMaster(FinishApplicationMasterRequest)| Method Summary | |
|---|---|
ApplicationAttemptId |
getApplicationAttemptId()
Get the ApplicationAttemptId being managed by the
ApplicationMaster. |
String |
getDiagnostics()
Get diagnostic information on application failure. |
FinalApplicationStatus |
getFinalApplicationStatus()
Get final state of the ApplicationMaster. |
String |
getTrackingUrl()
Get the tracking URL for the ApplicationMaster. |
void |
setAppAttemptId(ApplicationAttemptId applicationAttemptId)
Set the ApplicationAttemptId being managed by the
ApplicationMaster. |
void |
setDiagnostics(String diagnostics)
Set diagnostic information on application failure. |
void |
setFinishApplicationStatus(FinalApplicationStatus finishState)
Set the finish state of the ApplicationMaster |
void |
setTrackingUrl(String url)
Set the tracking URLfor the ApplicationMaster |
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Stable ApplicationAttemptId getApplicationAttemptId()
ApplicationAttemptId being managed by the
ApplicationMaster.
ApplicationAttemptId being managed by the
ApplicationMaster@InterfaceAudience.Public @InterfaceStability.Stable void setAppAttemptId(ApplicationAttemptId applicationAttemptId)
ApplicationAttemptId being managed by the
ApplicationMaster.
applicationAttemptId - ApplicationAttemptId being managed
by the ApplicationMaster@InterfaceAudience.Public @InterfaceStability.Stable FinalApplicationStatus getFinalApplicationStatus()
ApplicationMaster.
ApplicationMaster@InterfaceAudience.Public @InterfaceStability.Stable void setFinishApplicationStatus(FinalApplicationStatus finishState)
ApplicationMaster
finishState - finish state of the ApplicationMaster@InterfaceAudience.Public @InterfaceStability.Stable String getDiagnostics()
@InterfaceAudience.Public @InterfaceStability.Stable void setDiagnostics(String diagnostics)
diagnostics - diagnostic information on application failure@InterfaceAudience.Public @InterfaceStability.Stable String getTrackingUrl()
ApplicationMaster.
ApplicationMaster@InterfaceAudience.Public @InterfaceStability.Stable void setTrackingUrl(String url)
ApplicationMaster
url - tracking URLfor the
ApplicationMaster
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||