org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event
Class ResourceReleaseEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<ResourceEventType>
      extended by org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event.ResourceEvent
          extended by org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event.ResourceReleaseEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ResourceEventType>

public class ResourceReleaseEvent
extends ResourceEvent


Constructor Summary
ResourceReleaseEvent(LocalResourceRequest rsrc, org.apache.hadoop.yarn.api.records.ContainerId container)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ContainerId getContainer()
           
 
Methods inherited from class org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event.ResourceEvent
getLocalResourceRequest
 
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

ResourceReleaseEvent

public ResourceReleaseEvent(LocalResourceRequest rsrc,
                            org.apache.hadoop.yarn.api.records.ContainerId container)
Method Detail

getContainer

public org.apache.hadoop.yarn.api.records.ContainerId getContainer()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.