org.apache.tez.runtime.api
Class Event

java.lang.Object
  extended by org.apache.tez.runtime.api.Event
Direct Known Subclasses:
CompositeDataMovementEvent, DataMovementEvent, InputFailedEvent, InputReadErrorEvent, RootInputConfigureVertexTasksEvent, RootInputDataInformationEvent, RootInputUpdatePayloadEvent, VertexManagerEvent

public abstract class Event
extends Object

Base class for all events generated within the Tez execution engine. Used as the primary mode of communication between the AM, Inputs, Processors and Outputs.


Constructor Summary
Event()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event()


Copyright © 2014 Apache Software Foundation. All rights reserved.