org.apache.hadoop.yarn.server.nodemanager.webapp.dao
Class ContainerInfo

java.lang.Object
  extended by org.apache.hadoop.yarn.server.nodemanager.webapp.dao.ContainerInfo

public class ContainerInfo
extends Object


Field Summary
protected  String containerLogsLink
           
protected  String containerLogsShortLink
           
protected  String diagnostics
           
protected  int exitCode
           
protected  String exitStatus
           
protected  String id
           
protected  String nodeId
           
protected  String state
           
protected  long totalMemoryNeededMB
           
protected  String user
           
 
Constructor Summary
ContainerInfo()
           
ContainerInfo(Context nmContext, Container container)
           
ContainerInfo(Context nmContext, Container container, String requestUri, String pathPrefix)
           
 
Method Summary
 String getDiagnostics()
           
 int getExitCode()
           
 String getExitStatus()
           
 String getId()
           
 String getLogLink()
           
 long getMemoryNeeded()
           
 String getNodeId()
           
 String getShortLogLink()
           
 String getState()
           
 String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ContainerInfo

public ContainerInfo()

ContainerInfo

public ContainerInfo(Context nmContext,
                     Container container)

ContainerInfo

public ContainerInfo(Context nmContext,
                     Container container,
                     String requestUri,
                     String pathPrefix)
Method Detail

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 © 2012 Apache Software Foundation. All Rights Reserved.