Uses of Interface
org.apache.tez.dag.history.HistoryEvent

Packages that use HistoryEvent
org.apache.tez.dag.app.dag   
org.apache.tez.dag.app.dag.impl   
org.apache.tez.dag.history   
org.apache.tez.dag.history.events   
 

Uses of HistoryEvent in org.apache.tez.dag.app.dag
 

Methods in org.apache.tez.dag.app.dag with parameters of type HistoryEvent
 VertexState Vertex.restoreFromEvent(HistoryEvent event)
           
 TaskAttemptState TaskAttempt.restoreFromEvent(HistoryEvent event)
           
 TaskState Task.restoreFromEvent(HistoryEvent historyEvent)
           
 DAGState DAG.restoreFromEvent(HistoryEvent historyEvent)
           
 

Uses of HistoryEvent in org.apache.tez.dag.app.dag.impl
 

Methods in org.apache.tez.dag.app.dag.impl with parameters of type HistoryEvent
 VertexState VertexImpl.restoreFromEvent(HistoryEvent historyEvent)
           
 TaskState TaskImpl.restoreFromEvent(HistoryEvent historyEvent)
           
 TaskAttemptState TaskAttemptImpl.restoreFromEvent(HistoryEvent historyEvent)
           
 DAGState DAGImpl.restoreFromEvent(HistoryEvent historyEvent)
           
 

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

Methods in org.apache.tez.dag.history that return HistoryEvent
 HistoryEvent DAGHistoryEvent.getHistoryEvent()
           
 

Constructors in org.apache.tez.dag.history with parameters of type HistoryEvent
DAGHistoryEvent(HistoryEvent historyEvent)
           
DAGHistoryEvent(org.apache.tez.dag.records.TezDAGID dagID, HistoryEvent historyEvent)
           
 

Uses of HistoryEvent in org.apache.tez.dag.history.events
 

Classes in org.apache.tez.dag.history.events that implement HistoryEvent
 class AMLaunchedEvent
           
 class AMStartedEvent
           
 class ContainerLaunchedEvent
           
 class DAGCommitStartedEvent
           
 class DAGFinishedEvent
           
 class DAGInitializedEvent
           
 class DAGStartedEvent
           
 class DAGSubmittedEvent
           
 class TaskAttemptFinishedEvent
           
 class TaskAttemptStartedEvent
           
 class TaskFinishedEvent
           
 class TaskStartedEvent
           
 class VertexCommitStartedEvent
           
 class VertexDataMovementEventsGeneratedEvent
           
 class VertexFinishedEvent
           
 class VertexGroupCommitFinishedEvent
           
 class VertexGroupCommitStartedEvent
           
 class VertexInitializedEvent
           
 class VertexParallelismUpdatedEvent
           
 class VertexStartedEvent
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.