org.apache.hadoop.yarn.server.resourcemanager
Class ResourceManager.ApplicationEventDispatcher

java.lang.Object
  extended by org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.ApplicationEventDispatcher
All Implemented Interfaces:
org.apache.hadoop.yarn.event.EventHandler<RMAppEvent>
Enclosing class:
ResourceManager

@InterfaceAudience.Private
public static final class ResourceManager.ApplicationEventDispatcher
extends Object
implements org.apache.hadoop.yarn.event.EventHandler<RMAppEvent>


Constructor Summary
ResourceManager.ApplicationEventDispatcher(RMContext rmContext)
           
 
Method Summary
 void handle(RMAppEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceManager.ApplicationEventDispatcher

public ResourceManager.ApplicationEventDispatcher(RMContext rmContext)
Method Detail

handle

public void handle(RMAppEvent event)
Specified by:
handle in interface org.apache.hadoop.yarn.event.EventHandler<RMAppEvent>


Copyright © 2013 Apache Software Foundation. All Rights Reserved.