Uses of Interface
org.apache.hadoop.yarn.event.Event

Packages that use Event
org.apache.hadoop.yarn.event   
 

Uses of Event in org.apache.hadoop.yarn.event
 

Classes in org.apache.hadoop.yarn.event with type parameters of type Event
 interface EventHandler<T extends Event>
          Interface for handling events of type T
 

Classes in org.apache.hadoop.yarn.event that implement Event
 class AbstractEvent<TYPE extends Enum<TYPE>>
          Parent class of all the events.
 

Methods in org.apache.hadoop.yarn.event with parameters of type Event
protected  void AsyncDispatcher.dispatch(Event event)
           
 

Constructor parameters in org.apache.hadoop.yarn.event with type arguments of type Event
AsyncDispatcher(BlockingQueue<Event> eventQueue)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.