public class ContainerLauncherEvent extends org.apache.hadoop.yarn.event.AbstractEvent<ContainerLauncher.EventType>
| Constructor and Description | 
|---|
| 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(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) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| org.apache.hadoop.yarn.api.records.ContainerId | getContainerID() | 
| String | getContainerMgrAddress() | 
| org.apache.hadoop.yarn.api.records.Token | getContainerToken() | 
| boolean | getDumpContainerThreads() | 
| org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId | getTaskAttemptID() | 
| int | hashCode() | 
| String | toString() | 
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)
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)
public org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId getTaskAttemptID()
public org.apache.hadoop.yarn.api.records.ContainerId getContainerID()
public String getContainerMgrAddress()
public org.apache.hadoop.yarn.api.records.Token getContainerToken()
public boolean getDumpContainerThreads()
public String toString()
toString in interface org.apache.hadoop.yarn.event.Event<ContainerLauncher.EventType>toString in class org.apache.hadoop.yarn.event.AbstractEvent<ContainerLauncher.EventType>Copyright © 2008–2023 Apache Software Foundation. All rights reserved.