org.apache.hadoop.mapreduce.v2.app.rm
Class ContainerAllocatorEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<ContainerAllocator.EventType>
      extended by org.apache.hadoop.mapreduce.v2.app.rm.ContainerAllocatorEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ContainerAllocator.EventType>
Direct Known Subclasses:
ContainerFailedEvent, ContainerRequestEvent

public class ContainerAllocatorEvent
extends org.apache.hadoop.yarn.event.AbstractEvent<ContainerAllocator.EventType>


Constructor Summary
ContainerAllocatorEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID, ContainerAllocator.EventType type)
           
 
Method Summary
 org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId getAttemptID()
           
 
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

ContainerAllocatorEvent

public ContainerAllocatorEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID,
                               ContainerAllocator.EventType type)
Method Detail

getAttemptID

public org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId getAttemptID()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.