org.apache.hadoop.mapreduce.v2.app.launcher
Class ContainerRemoteLaunchEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<ContainerLauncher.EventType>
org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherEvent
org.apache.hadoop.mapreduce.v2.app.launcher.ContainerRemoteLaunchEvent
- All Implemented Interfaces:
- org.apache.hadoop.yarn.event.Event<ContainerLauncher.EventType>
public class ContainerRemoteLaunchEvent
- extends ContainerLauncherEvent
|
Constructor Summary |
ContainerRemoteLaunchEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId taskAttemptID,
org.apache.hadoop.yarn.api.records.ContainerId containerID,
String containerMgrAddress,
org.apache.hadoop.yarn.api.records.ContainerToken containerToken,
org.apache.hadoop.yarn.api.records.ContainerLaunchContext containerLaunchContext,
org.apache.hadoop.mapred.Task remoteTask)
|
| Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType |
ContainerRemoteLaunchEvent
public ContainerRemoteLaunchEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId taskAttemptID,
org.apache.hadoop.yarn.api.records.ContainerId containerID,
String containerMgrAddress,
org.apache.hadoop.yarn.api.records.ContainerToken containerToken,
org.apache.hadoop.yarn.api.records.ContainerLaunchContext containerLaunchContext,
org.apache.hadoop.mapred.Task remoteTask)
getContainer
public org.apache.hadoop.yarn.api.records.ContainerLaunchContext getContainer()
getRemoteTask
public org.apache.hadoop.mapred.Task getRemoteTask()
hashCode
public int hashCode()
- Overrides:
hashCode in class ContainerLauncherEvent
equals
public boolean equals(Object obj)
- Overrides:
equals in class ContainerLauncherEvent
Copyright © 2013 Apache Software Foundation. All Rights Reserved.