Uses of Class
org.apache.tez.dag.history.DAGHistoryEvent

Packages that use DAGHistoryEvent
org.apache.tez.dag.history   
org.apache.tez.dag.history.ats   
org.apache.tez.dag.history.recovery   
 

Uses of DAGHistoryEvent in org.apache.tez.dag.history
 

Methods in org.apache.tez.dag.history with parameters of type DAGHistoryEvent
 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
 

Uses of DAGHistoryEvent in org.apache.tez.dag.history.ats
 

Methods in org.apache.tez.dag.history.ats with parameters of type DAGHistoryEvent
 void ATSService.handle(DAGHistoryEvent event)
           
 

Uses of DAGHistoryEvent in org.apache.tez.dag.history.recovery
 

Methods in org.apache.tez.dag.history.recovery with parameters of type DAGHistoryEvent
 void RecoveryService.handle(DAGHistoryEvent event)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.