Package | Description |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Modifier and Type | Field and Description |
---|---|
EventType |
Event.type
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EventType |
TaskStartedEvent.getEventType()
Get the event type
|
EventType |
TaskAttemptFinishedEvent.getEventType()
Get the event type
|
EventType |
TaskFailedEvent.getEventType()
Get the event type
|
EventType |
JobInfoChangeEvent.getEventType() |
EventType |
JobSubmittedEvent.getEventType()
Get the event type
|
EventType |
NormalizedResourceEvent.getEventType() |
EventType |
JobUnsuccessfulCompletionEvent.getEventType()
Get the event type
|
EventType |
MapAttemptFinishedEvent.getEventType()
Get the event type
|
EventType |
ReduceAttemptFinishedEvent.getEventType()
Get the event type
|
EventType |
TaskAttemptUnsuccessfulCompletionEvent.getEventType()
Get the event type
|
EventType |
JobPriorityChangeEvent.getEventType()
Get the event type
|
EventType |
AMStartedEvent.getEventType()
Get the attempt id
|
EventType |
JobInitedEvent.getEventType()
Get the event type
|
EventType |
TaskAttemptStartedEvent.getEventType()
Get the event type
|
EventType |
HistoryEvent.getEventType()
Return this event's type.
|
EventType |
TaskUpdatedEvent.getEventType()
Get the event type
|
EventType |
JobStatusChangedEvent.getEventType()
Get the event type
|
EventType |
TaskFinishedEvent.getEventType()
Get event type
|
EventType |
JobFinishedEvent.getEventType() |
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2013 Apache Software Foundation. All rights reserved.