public interface CoordinatorAction
Modifier and Type | Interface and Description |
---|---|
static class |
CoordinatorAction.Status
Defines the possible status of an application instance.
|
Modifier and Type | Method and Description |
---|---|
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 PULL-based (directory based) missing dependencies for the
particular action
|
Date |
getNominalTime()
Return the nominal time for the application instance
|
String |
getPushMissingDependencies()
Return the PUSH-based (e.d HCatalog partition-based ) missing
dependencies for the particular action
|
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) |
Date getNominalTime()
Date getCreatedTime()
String getCreatedConf()
Date getLastModifiedTime()
int getActionNumber()
String getRunConf()
CoordinatorAction.Status getStatus()
String getMissingDependencies()
String getPushMissingDependencies()
String getExternalStatus()
String getTrackerUri()
String getConsoleUrl()
String getErrorCode()
String getErrorMessage()
void setErrorCode(String errorCode)
void setErrorMessage(String errorMessage)
String getExternalId()
Copyright © 2018 Apache Software Foundation. All rights reserved.