public class ContainerRemoteLaunchEvent extends ContainerLauncherEvent
Constructor and Description |
---|
ContainerRemoteLaunchEvent(TaskAttemptId taskAttemptID,
ContainerLaunchContext containerLaunchContext,
Container allocatedContainer,
Task remoteTask) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Container |
getAllocatedContainer() |
ContainerLaunchContext |
getContainerLaunchContext() |
Task |
getRemoteTask() |
int |
hashCode() |
getContainerID, getContainerMgrAddress, getContainerToken, getTaskAttemptID, toString
getTimestamp, getType
public ContainerRemoteLaunchEvent(TaskAttemptId taskAttemptID, ContainerLaunchContext containerLaunchContext, Container allocatedContainer, Task remoteTask)
public ContainerLaunchContext getContainerLaunchContext()
public Container getAllocatedContainer()
public Task getRemoteTask()
public int hashCode()
hashCode
in class ContainerLauncherEvent
public boolean equals(Object obj)
equals
in class ContainerLauncherEvent
Copyright © 2013 Apache Software Foundation. All rights reserved.