public class ContainerLauncherEvent extends AbstractEvent<ContainerLauncher.EventType>
Constructor and Description |
---|
ContainerLauncherEvent(TaskAttemptId taskAttemptID,
ContainerId containerID,
String containerMgrAddress,
Token containerToken,
ContainerLauncher.EventType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ContainerId |
getContainerID() |
String |
getContainerMgrAddress() |
Token |
getContainerToken() |
TaskAttemptId |
getTaskAttemptID() |
int |
hashCode() |
String |
toString() |
getTimestamp, getType
public ContainerLauncherEvent(TaskAttemptId taskAttemptID, ContainerId containerID, String containerMgrAddress, Token containerToken, ContainerLauncher.EventType type)
public TaskAttemptId getTaskAttemptID()
public ContainerId getContainerID()
public String getContainerMgrAddress()
public Token getContainerToken()
public String toString()
toString
in interface Event<ContainerLauncher.EventType>
toString
in class AbstractEvent<ContainerLauncher.EventType>
Copyright © 2013 Apache Software Foundation. All rights reserved.