@InterfaceAudience.Public @InterfaceStability.Unstable public class ContainerLauncherOperationBase extends Object
Constructor and Description |
---|
ContainerLauncherOperationBase(org.apache.hadoop.yarn.api.records.NodeId nodeId,
org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.hadoop.yarn.api.records.Token containerToken) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ContainerId |
getContainerId()
Get the containerId for the container
|
org.apache.hadoop.yarn.api.records.Token |
getContainerToken()
Get the security token for the container.
|
org.apache.hadoop.yarn.api.records.NodeId |
getNodeId()
Get the node on which this container is to be launched
|
String |
toString() |
public ContainerLauncherOperationBase(org.apache.hadoop.yarn.api.records.NodeId nodeId, org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.api.records.Token containerToken)
public org.apache.hadoop.yarn.api.records.NodeId getNodeId()
public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
public org.apache.hadoop.yarn.api.records.Token getContainerToken()
Copyright © 2024 Apache Software Foundation. All rights reserved.