public class AMContainerEventLaunchRequest extends AMContainerEvent
| Constructor and Description |
|---|
AMContainerEventLaunchRequest(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.tez.dag.records.TezVertexID vertexId,
ContainerContext containerContext) |
| Modifier and Type | Method and Description |
|---|---|
ContainerContext |
getContainerContext() |
org.apache.tez.dag.records.TezDAGID |
getDAGId() |
org.apache.tez.dag.records.TezVertexID |
getVertexId() |
getContainerIdpublic AMContainerEventLaunchRequest(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.tez.dag.records.TezVertexID vertexId,
ContainerContext containerContext)
public org.apache.tez.dag.records.TezDAGID getDAGId()
public org.apache.tez.dag.records.TezVertexID getVertexId()
public ContainerContext getContainerContext()
Copyright © 2014 Apache Software Foundation. All rights reserved.