| Package | Description |
|---|---|
| org.apache.tez.dag.history | |
| org.apache.tez.dag.history.logging | |
| org.apache.tez.dag.history.logging.impl | |
| org.apache.tez.dag.history.recovery |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryEventHandler.handle(DAGHistoryEvent event) |
void |
HistoryEventHandler.handleCriticalEvent(DAGHistoryEvent event)
Used by events that are critical for recovery
DAG Submission/finished and any commit related activites are critical events
In short, any events that are instances of SummaryEvent
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
HistoryLoggingService.handle(DAGHistoryEvent event)
Handle logging of history event
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleHistoryLoggingService.handle(DAGHistoryEvent event) |
void |
DevNullHistoryLoggingService.handle(DAGHistoryEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryService.handle(DAGHistoryEvent event) |
protected void |
RecoveryService.handleRecoveryEvent(DAGHistoryEvent event) |
Copyright © 2019 Apache Software Foundation. All rights reserved.