Uses of Class
org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl.ContainerEvent

Packages that use NMClientAsyncImpl.ContainerEvent
org.apache.hadoop.yarn.client.api.async.impl   
 

Uses of NMClientAsyncImpl.ContainerEvent in org.apache.hadoop.yarn.client.api.async.impl
 

Subclasses of NMClientAsyncImpl.ContainerEvent in org.apache.hadoop.yarn.client.api.async.impl
protected static class NMClientAsyncImpl.StartContainerEvent
           
 

Fields in org.apache.hadoop.yarn.client.api.async.impl declared as NMClientAsyncImpl.ContainerEvent
protected  NMClientAsyncImpl.ContainerEvent NMClientAsyncImpl.ContainerEventProcessor.event
           
 

Fields in org.apache.hadoop.yarn.client.api.async.impl with type parameters of type NMClientAsyncImpl.ContainerEvent
protected  BlockingQueue<NMClientAsyncImpl.ContainerEvent> NMClientAsyncImpl.events
           
protected static org.apache.hadoop.yarn.state.StateMachineFactory<NMClientAsyncImpl.StatefulContainer,NMClientAsyncImpl.ContainerState,NMClientAsyncImpl.ContainerEventType,NMClientAsyncImpl.ContainerEvent> NMClientAsyncImpl.StatefulContainer.stateMachineFactory
           
 

Methods in org.apache.hadoop.yarn.client.api.async.impl with parameters of type NMClientAsyncImpl.ContainerEvent
protected  NMClientAsyncImpl.ContainerEventProcessor NMClientAsyncImpl.getContainerEventProcessor(NMClientAsyncImpl.ContainerEvent event)
           
 void NMClientAsyncImpl.StatefulContainer.handle(NMClientAsyncImpl.ContainerEvent event)
           
 NMClientAsyncImpl.ContainerState NMClientAsyncImpl.StatefulContainer.StartContainerTransition.transition(NMClientAsyncImpl.StatefulContainer container, NMClientAsyncImpl.ContainerEvent event)
           
 NMClientAsyncImpl.ContainerState NMClientAsyncImpl.StatefulContainer.StopContainerTransition.transition(NMClientAsyncImpl.StatefulContainer container, NMClientAsyncImpl.ContainerEvent event)
           
 void NMClientAsyncImpl.StatefulContainer.OutOfOrderTransition.transition(NMClientAsyncImpl.StatefulContainer container, NMClientAsyncImpl.ContainerEvent event)
           
 

Constructors in org.apache.hadoop.yarn.client.api.async.impl with parameters of type NMClientAsyncImpl.ContainerEvent
NMClientAsyncImpl.ContainerEventProcessor(NMClientAsyncImpl.ContainerEvent event)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.