org.apache.hadoop.yarn.server.nodemanager.containermanager.container
Class ContainerInitEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<ContainerEventType>
      extended by org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerEvent
          extended by org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerInitEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ContainerEventType>

public class ContainerInitEvent
extends ContainerEvent


Constructor Summary
ContainerInitEvent(org.apache.hadoop.yarn.api.records.ContainerId c)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerEvent
getContainerID
 
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerInitEvent

public ContainerInitEvent(org.apache.hadoop.yarn.api.records.ContainerId c)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.