|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.yarn.test.junit.ApplicationInfo
public class ApplicationInfo
Simple holder class needed for returning multiple
values from AbstractYarnClusterTests app
submit operations.
| Constructor Summary | |
|---|---|
ApplicationInfo()
Instantiates a new application info. |
|
ApplicationInfo(ApplicationId applicationId,
ApplicationReport applicationReport)
Instantiates a new application info. |
|
| Method Summary | |
|---|---|
ApplicationId |
getApplicationId()
Gets the application id. |
ApplicationReport |
getApplicationReport()
Gets the application report. |
FinalApplicationStatus |
getFinalApplicationStatus()
Gets the final application status. |
YarnApplicationState |
getYarnApplicationState()
Gets the yarn application state. |
void |
setApplicationId(ApplicationId applicationId)
Sets the application id. |
void |
setApplicationReport(ApplicationReport applicationReport)
Sets the application report. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationInfo()
public ApplicationInfo(ApplicationId applicationId,
ApplicationReport applicationReport)
applicationId - the application idapplicationReport - the application report| Method Detail |
|---|
public YarnApplicationState getYarnApplicationState()
public FinalApplicationStatus getFinalApplicationStatus()
public ApplicationId getApplicationId()
public void setApplicationId(ApplicationId applicationId)
applicationId - the new application idpublic ApplicationReport getApplicationReport()
public void setApplicationReport(ApplicationReport applicationReport)
applicationReport - the new application report
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||