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

Packages that use HistoryEventType
org.apache.tez.dag.history   
org.apache.tez.dag.history.events   
org.apache.tez.dag.utils   
 

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

Methods in org.apache.tez.dag.history that return HistoryEventType
 HistoryEventType HistoryEvent.getEventType()
           
static HistoryEventType HistoryEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HistoryEventType[] HistoryEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.apache.tez.dag.history.events that return HistoryEventType
 HistoryEventType VertexStartedEvent.getEventType()
           
 HistoryEventType VertexParallelismUpdatedEvent.getEventType()
           
 HistoryEventType VertexInitializedEvent.getEventType()
           
 HistoryEventType VertexGroupCommitStartedEvent.getEventType()
           
 HistoryEventType VertexGroupCommitFinishedEvent.getEventType()
           
 HistoryEventType VertexFinishedEvent.getEventType()
           
 HistoryEventType VertexDataMovementEventsGeneratedEvent.getEventType()
           
 HistoryEventType VertexCommitStartedEvent.getEventType()
           
 HistoryEventType TaskStartedEvent.getEventType()
           
 HistoryEventType TaskFinishedEvent.getEventType()
           
 HistoryEventType TaskAttemptStartedEvent.getEventType()
           
 HistoryEventType TaskAttemptFinishedEvent.getEventType()
           
 HistoryEventType DAGSubmittedEvent.getEventType()
           
 HistoryEventType DAGStartedEvent.getEventType()
           
 HistoryEventType DAGInitializedEvent.getEventType()
           
 HistoryEventType DAGFinishedEvent.getEventType()
           
 HistoryEventType DAGCommitStartedEvent.getEventType()
           
 HistoryEventType ContainerLaunchedEvent.getEventType()
           
 HistoryEventType AMStartedEvent.getEventType()
           
 HistoryEventType AMLaunchedEvent.getEventType()
           
 

Uses of HistoryEventType in org.apache.tez.dag.utils
 

Methods in org.apache.tez.dag.utils with parameters of type HistoryEventType
static RecoveryProtos.SummaryEventProto ProtoUtils.toSummaryEventProto(org.apache.tez.dag.records.TezDAGID dagID, long timestamp, HistoryEventType historyEventType)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.