|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoordinatorAction
Bean that represents an Oozie application instance.
Nested Class Summary | |
---|---|
static class |
CoordinatorAction.Status
Defines the possible stati of an application instance. |
Method Summary | |
---|---|
int |
getActionNumber()
Return the action number |
String |
getConsoleUrl()
Return the URL to the web console of the system executing the application instance. |
String |
getCreatedConf()
Return the application instance ?? created configuration. |
Date |
getCreatedTime()
Return the creation time for the application instance |
String |
getErrorCode()
Return the error code of the application instance, if it ended in ERROR. |
String |
getErrorMessage()
Return the error message of the application instance, if it ended in ERROR. |
String |
getExternalId()
|
String |
getExternalStatus()
Return the external status of the application instance. |
String |
getId()
Return the application instance ID. |
String |
getJobId()
Return the coordinator job ID. |
Date |
getLastModifiedTime()
Return the last modified time |
String |
getMissingDependencies()
Return the missing dependencies for the particular action |
Date |
getNominalTime()
Return the nominal time for the application instance |
String |
getRunConf()
Return the run-time configuration |
CoordinatorAction.Status |
getStatus()
Return the current status of the application instance. |
String |
getTrackerUri()
Return the URL to programmatically track the status of the application instance. |
void |
setErrorCode(String errorCode)
|
void |
setErrorMessage(String errorMessage)
|
Method Detail |
---|
String getJobId()
String getId()
Date getNominalTime()
Date getCreatedTime()
String getCreatedConf()
Date getLastModifiedTime()
int getActionNumber()
String getRunConf()
CoordinatorAction.Status getStatus()
String getMissingDependencies()
String getExternalStatus()
String getTrackerUri()
String getConsoleUrl()
String getErrorCode()
String getErrorMessage()
void setErrorCode(String errorCode)
void setErrorMessage(String errorMessage)
String getExternalId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |