| Package | Description |
|---|---|
| org.apache.oozie.client.event | |
| org.apache.oozie.client.event.message |
| Modifier and Type | Field and Description |
|---|---|
protected Event.MessageType |
Event.msgType |
| Modifier and Type | Method and Description |
|---|---|
Event.MessageType |
SLAEvent.getMsgType() |
Event.MessageType |
Event.getMsgType()
Get the MessageType of the event
|
static Event.MessageType |
Event.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.MessageType[] |
Event.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setMsgType(Event.MessageType type) |
| Constructor and Description |
|---|
Event(Event.MessageType msgType) |
| Modifier and Type | Method and Description |
|---|---|
Event.MessageType |
EventMessage.getMessageType()
Returns the message type for a event
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventMessage.setMessageType(Event.MessageType messageType)
Sets the message type for a event
|
| Constructor and Description |
|---|
EventMessage(Event.MessageType messageType,
AppType appType)
Constructs the event message using message type and app type
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.