|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventType | |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Uses of EventType in org.apache.hadoop.mapreduce.jobhistory |
---|
Fields in org.apache.hadoop.mapreduce.jobhistory declared as EventType | |
---|---|
EventType |
Event.type
Deprecated. |
Methods in org.apache.hadoop.mapreduce.jobhistory that return EventType | |
---|---|
EventType |
JobInfoChangeEvent.getEventType()
|
EventType |
MapAttemptFinishedEvent.getEventType()
Get the event type |
EventType |
JobStatusChangedEvent.getEventType()
Get the event type |
EventType |
TaskFinishedEvent.getEventType()
Get event type |
EventType |
HistoryEvent.getEventType()
Return this event's type. |
EventType |
JobFinishedEvent.getEventType()
|
EventType |
TaskUpdatedEvent.getEventType()
Get the event type |
EventType |
JobUnsuccessfulCompletionEvent.getEventType()
Get the event type |
EventType |
JobPriorityChangeEvent.getEventType()
Get the event type |
EventType |
AMStartedEvent.getEventType()
Get the attempt id |
EventType |
JobSubmittedEvent.getEventType()
Get the event type |
EventType |
TaskFailedEvent.getEventType()
Get the event type |
EventType |
NormalizedResourceEvent.getEventType()
|
EventType |
TaskAttemptStartedEvent.getEventType()
Get the event type |
EventType |
TaskStartedEvent.getEventType()
Get the event type |
EventType |
ReduceAttemptFinishedEvent.getEventType()
Get the event type |
EventType |
JobInitedEvent.getEventType()
Get the event type |
EventType |
TaskAttemptUnsuccessfulCompletionEvent.getEventType()
Get the event type |
EventType |
TaskAttemptFinishedEvent.getEventType()
Get the event type |
EventType |
Event.getType()
Gets the value of the 'type' field. |
EventType |
Event.Builder.getType()
Gets the value of the 'type' field |
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.mapreduce.jobhistory with parameters of type EventType | |
---|---|
void |
Event.setType(EventType value)
Sets the value of the 'type' field. |
Event.Builder |
Event.Builder.setType(EventType value)
Sets the value of the 'type' field |
Constructors in org.apache.hadoop.mapreduce.jobhistory with parameters of type EventType | |
---|---|
Event(EventType type,
Object event)
All-args constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |