|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobEvent.EventStatus | |
|---|---|
| org.apache.oozie.client.event | |
| org.apache.oozie.client.event.message | |
| Uses of JobEvent.EventStatus in org.apache.oozie.client.event |
|---|
| Methods in org.apache.oozie.client.event that return JobEvent.EventStatus | |
|---|---|
JobEvent.EventStatus |
JobEvent.getEventStatus()
Get the coarse status |
static JobEvent.EventStatus |
JobEvent.EventStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JobEvent.EventStatus[] |
JobEvent.EventStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.oozie.client.event with parameters of type JobEvent.EventStatus | |
|---|---|
void |
JobEvent.setEventStatus(JobEvent.EventStatus eStatus)
|
| Uses of JobEvent.EventStatus in org.apache.oozie.client.event.message |
|---|
| Methods in org.apache.oozie.client.event.message that return JobEvent.EventStatus | |
|---|---|
JobEvent.EventStatus |
JobMessage.getEventStatus()
Gets the event status |
| Methods in org.apache.oozie.client.event.message with parameters of type JobEvent.EventStatus | |
|---|---|
void |
JobMessage.setEventStatus(JobEvent.EventStatus eventStatus)
Sets the event status |
| Constructors in org.apache.oozie.client.event.message with parameters of type JobEvent.EventStatus | |
|---|---|
CoordinatorActionMessage(JobEvent.EventStatus eventStatus,
String coordinatorActionId,
String coordinatorJobId,
Date startTime,
Date endTime,
Date nominalTime,
CoordinatorAction.Status status,
String user,
String appName,
String missingDependency,
String errorCode,
String errorMessage)
Constructs the coordinator action message |
|
JobMessage(JobEvent.EventStatus eventStatus,
AppType appType,
String id,
String parentId,
Date startTime,
Date endTime,
String user,
String appName)
Constructs a job message |
|
WorkflowJobMessage(JobEvent.EventStatus eventStatus,
String workflowJobId,
String coordinatorActionId,
Date startTime,
Date endTime,
WorkflowJob.Status status,
String user,
String appName,
String errorCode,
String errorMessage)
Constructor for a workflow job message |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||