public class ContainerRemoteLaunchEvent extends ContainerLauncherEvent
Constructor and Description |
---|
ContainerRemoteLaunchEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId taskAttemptID,
org.apache.hadoop.yarn.api.records.ContainerLaunchContext containerLaunchContext,
org.apache.hadoop.yarn.api.records.Container allocatedContainer,
org.apache.hadoop.mapred.Task remoteTask) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.apache.hadoop.yarn.api.records.Container |
getAllocatedContainer() |
org.apache.hadoop.yarn.api.records.ContainerLaunchContext |
getContainerLaunchContext() |
org.apache.hadoop.mapred.Task |
getRemoteTask() |
int |
hashCode() |
getContainerID, getContainerMgrAddress, getContainerToken, getDumpContainerThreads, getTaskAttemptID, toString
public ContainerRemoteLaunchEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId taskAttemptID, org.apache.hadoop.yarn.api.records.ContainerLaunchContext containerLaunchContext, org.apache.hadoop.yarn.api.records.Container allocatedContainer, org.apache.hadoop.mapred.Task remoteTask)
public org.apache.hadoop.yarn.api.records.ContainerLaunchContext getContainerLaunchContext()
public org.apache.hadoop.yarn.api.records.Container getAllocatedContainer()
public org.apache.hadoop.mapred.Task getRemoteTask()
public int hashCode()
hashCode
in class ContainerLauncherEvent
public boolean equals(Object obj)
equals
in class ContainerLauncherEvent
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.