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

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

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


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

Constructor Detail

ResourceManager.ApplicationAttemptEventDispatcher

public ResourceManager.ApplicationAttemptEventDispatcher(RMContext rmContext)
Method Detail

handle

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


Copyright © 2014 Apache Software Foundation. All Rights Reserved.