Class ContainerAllocatorEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<ContainerAllocator.EventType>
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
ConstructorsConstructorDescriptionContainerAllocatorEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID, ContainerAllocator.EventType type) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.mapreduce.v2.api.records.TaskAttemptIdMethods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
ContainerAllocatorEvent
public ContainerAllocatorEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID, ContainerAllocator.EventType type)
-
-
Method Details
-
getAttemptID
public org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId getAttemptID()
-