org.apache.tez.runtime.api
Class Event
java.lang.Object
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event()
Copyright © 2014 Apache Software Foundation. All rights reserved.