public class ContainerLauncherLaunchRequestEvent extends ContainerLauncherEvent
| Constructor and Description |
|---|
ContainerLauncherLaunchRequestEvent(org.apache.hadoop.yarn.api.records.ContainerLaunchContext clc,
org.apache.hadoop.yarn.api.records.Container container,
int launcherId,
int schedulerId,
int taskCommId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.hadoop.yarn.api.records.Container |
getContainer() |
org.apache.hadoop.yarn.api.records.ContainerLaunchContext |
getContainerLaunchContext() |
int |
hashCode() |
getContainerId, getContainerToken, getLauncherId, getNodeId, getSchedulerId, getTaskCommId, toSrtingpublic ContainerLauncherLaunchRequestEvent(org.apache.hadoop.yarn.api.records.ContainerLaunchContext clc,
org.apache.hadoop.yarn.api.records.Container container,
int launcherId,
int schedulerId,
int taskCommId)
public org.apache.hadoop.yarn.api.records.ContainerLaunchContext getContainerLaunchContext()
public org.apache.hadoop.yarn.api.records.Container getContainer()
public boolean equals(Object o)
equals in class ContainerLauncherEventpublic int hashCode()
hashCode in class ContainerLauncherEventCopyright © 2020 Apache Software Foundation. All rights reserved.