org.apache.hadoop.yarn.client.api.async.impl
Class NMClientAsyncImpl.ContainerEventProcessor

java.lang.Object
  extended by org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl.ContainerEventProcessor
All Implemented Interfaces:
Runnable
Enclosing class:
NMClientAsyncImpl

protected class NMClientAsyncImpl.ContainerEventProcessor
extends Object
implements Runnable


Field Summary
protected  NMClientAsyncImpl.ContainerEvent event
           
 
Constructor Summary
NMClientAsyncImpl.ContainerEventProcessor(NMClientAsyncImpl.ContainerEvent event)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

protected NMClientAsyncImpl.ContainerEvent event
Constructor Detail

NMClientAsyncImpl.ContainerEventProcessor

public NMClientAsyncImpl.ContainerEventProcessor(NMClientAsyncImpl.ContainerEvent event)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2014 Apache Software Foundation. All Rights Reserved.