org.apache.hadoop.yarn.server.nodemanager.webapp.dao
Class ContainerInfo
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.webapp.dao.ContainerInfo
public class ContainerInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
state
protected String state
exitCode
protected int exitCode
diagnostics
protected String diagnostics
user
protected String user
totalMemoryNeededMB
protected long totalMemoryNeededMB
containerLogsLink
protected String containerLogsLink
nodeId
protected String nodeId
containerLogsShortLink
protected String containerLogsShortLink
exitStatus
protected String exitStatus
ContainerInfo
public ContainerInfo()
ContainerInfo
public ContainerInfo(Context nmContext,
Container container)
ContainerInfo
public ContainerInfo(Context nmContext,
Container container,
String requestUri,
String pathPrefix)
getId
public String getId()
getNodeId
public String getNodeId()
getState
public String getState()
getExitCode
public int getExitCode()
getExitStatus
public String getExitStatus()
getDiagnostics
public String getDiagnostics()
getUser
public String getUser()
getShortLogLink
public String getShortLogLink()
getLogLink
public String getLogLink()
getMemoryNeeded
public long getMemoryNeeded()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.