| Modifier and Type | Method and Description |
|---|---|
static List<HistoryEvent> |
RecoveryParser.parseDAGRecoveryFile(org.apache.hadoop.fs.FSDataInputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
VertexState |
Vertex.restoreFromEvent(HistoryEvent event) |
TaskAttemptState |
TaskAttempt.restoreFromEvent(HistoryEvent event) |
TaskState |
Task.restoreFromEvent(HistoryEvent historyEvent) |
DAGState |
DAG.restoreFromEvent(HistoryEvent historyEvent) |
| Modifier and Type | Method and Description |
|---|---|
VertexState |
VertexImpl.restoreFromEvent(HistoryEvent historyEvent) |
TaskState |
TaskImpl.restoreFromEvent(HistoryEvent historyEvent) |
TaskAttemptState |
TaskAttemptImpl.restoreFromEvent(HistoryEvent historyEvent) |
DAGState |
DAGImpl.restoreFromEvent(HistoryEvent historyEvent) |
| Modifier and Type | Method and Description |
|---|---|
HistoryEvent |
DAGHistoryEvent.getHistoryEvent() |
| Constructor and Description |
|---|
DAGHistoryEvent(HistoryEvent historyEvent) |
DAGHistoryEvent(org.apache.tez.dag.records.TezDAGID dagID,
HistoryEvent historyEvent) |
| Modifier and Type | Class and Description |
|---|---|
class |
AMLaunchedEvent |
class |
AMStartedEvent |
class |
AppLaunchedEvent |
class |
ContainerLaunchedEvent |
class |
ContainerStoppedEvent |
class |
DAGCommitStartedEvent |
class |
DAGFinishedEvent |
class |
DAGInitializedEvent |
class |
DAGRecoveredEvent |
class |
DAGStartedEvent |
class |
DAGSubmittedEvent |
class |
TaskAttemptFinishedEvent |
class |
TaskAttemptStartedEvent |
class |
TaskFinishedEvent |
class |
TaskStartedEvent |
class |
VertexCommitStartedEvent |
class |
VertexFinishedEvent |
class |
VertexGroupCommitFinishedEvent |
class |
VertexGroupCommitStartedEvent |
class |
VertexInitializedEvent |
class |
VertexParallelismUpdatedEvent |
class |
VertexRecoverableEventsGeneratedEvent |
class |
VertexStartedEvent |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.jettison.json.JSONObject |
HistoryEventJsonConversion.convertToJson(HistoryEvent historyEvent) |
Copyright © 2015 Apache Software Foundation. All rights reserved.