public class ContainerLauncherEvent extends org.apache.hadoop.yarn.event.AbstractEvent<ContainerLauncherEventType>
| Constructor and Description |
|---|
ContainerLauncherEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.hadoop.yarn.api.records.NodeId nodeId,
org.apache.hadoop.yarn.api.records.Token containerToken,
ContainerLauncherEventType type,
int launcherId,
int schedulerId,
int taskCommId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.apache.hadoop.yarn.api.records.ContainerId |
getContainerId() |
org.apache.hadoop.yarn.api.records.Token |
getContainerToken() |
int |
getLauncherId() |
org.apache.hadoop.yarn.api.records.NodeId |
getNodeId() |
int |
getSchedulerId() |
int |
getTaskCommId() |
int |
hashCode() |
String |
toSrting() |
public ContainerLauncherEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.hadoop.yarn.api.records.NodeId nodeId,
org.apache.hadoop.yarn.api.records.Token containerToken,
ContainerLauncherEventType type,
int launcherId,
int schedulerId,
int taskCommId)
public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
public org.apache.hadoop.yarn.api.records.NodeId getNodeId()
public org.apache.hadoop.yarn.api.records.Token getContainerToken()
public int getLauncherId()
public int getSchedulerId()
public int getTaskCommId()
public String toSrting()
Copyright © 2019 Apache Software Foundation. All rights reserved.