Class ContainerLauncherEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<ContainerLauncher.EventType>
org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherEvent
- All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ContainerLauncher.EventType>
- Direct Known Subclasses:
ContainerRemoteLaunchEvent
public class ContainerLauncherEvent
extends org.apache.hadoop.yarn.event.AbstractEvent<ContainerLauncher.EventType>
-
Constructor Summary
ConstructorsConstructorDescriptionContainerLauncherEvent(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.Token containerToken, ContainerLauncher.EventType type) ContainerLauncherEvent(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.Token containerToken, ContainerLauncher.EventType type, boolean dumpContainerThreads) -
Method Summary
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType
-
Constructor Details
-
ContainerLauncherEvent
public ContainerLauncherEvent(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.Token containerToken, ContainerLauncher.EventType type) -
ContainerLauncherEvent
public ContainerLauncherEvent(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.Token containerToken, ContainerLauncher.EventType type, boolean dumpContainerThreads)
-
-
Method Details
-
getTaskAttemptID
public org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId getTaskAttemptID() -
getContainerID
public org.apache.hadoop.yarn.api.records.ContainerId getContainerID() -
getContainerMgrAddress
-
getContainerToken
public org.apache.hadoop.yarn.api.records.Token getContainerToken() -
getDumpContainerThreads
public boolean getDumpContainerThreads() -
toString
- Specified by:
toStringin interfaceorg.apache.hadoop.yarn.event.Event<ContainerLauncher.EventType>- Overrides:
toStringin classorg.apache.hadoop.yarn.event.AbstractEvent<ContainerLauncher.EventType>
-
hashCode
public int hashCode() -
equals
-