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

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

public class ContainerInfo
extends Object


Field Summary
protected  int allocatedMB
           
protected  int allocatedVCores
           
protected  String assignedNodeId
           
protected  int containerExitStatus
           
protected  String containerId
           
protected  org.apache.hadoop.yarn.api.records.ContainerState containerState
           
protected  String diagnosticsInfo
           
protected  long elapsedTime
           
protected  long finishedTime
           
protected  String logUrl
           
protected  int priority
           
protected  long startedTime
           
 
Constructor Summary
ContainerInfo()
           
ContainerInfo(org.apache.hadoop.yarn.api.records.ContainerReport container)
           
 
Method Summary
 int getAllocatedMB()
           
 int getAllocatedVCores()
           
 String getAssignedNodeId()
           
 int getContainerExitStatus()
           
 String getContainerId()
           
 org.apache.hadoop.yarn.api.records.ContainerState getContainerState()
           
 String getDiagnosticsInfo()
           
 long getElapsedTime()
           
 long getFinishedTime()
           
 String getLogUrl()
           
 int getPriority()
           
 long getStartedTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

containerId

protected String containerId

allocatedMB

protected int allocatedMB

allocatedVCores

protected int allocatedVCores

assignedNodeId

protected String assignedNodeId

priority

protected int priority

startedTime

protected long startedTime

finishedTime

protected long finishedTime

elapsedTime

protected long elapsedTime

diagnosticsInfo

protected String diagnosticsInfo

logUrl

protected String logUrl

containerExitStatus

protected int containerExitStatus

containerState

protected org.apache.hadoop.yarn.api.records.ContainerState containerState
Constructor Detail

ContainerInfo

public ContainerInfo()

ContainerInfo

public ContainerInfo(org.apache.hadoop.yarn.api.records.ContainerReport container)
Method Detail

getContainerId

public String getContainerId()

getAllocatedMB

public int getAllocatedMB()

getAllocatedVCores

public int getAllocatedVCores()

getAssignedNodeId

public String getAssignedNodeId()

getPriority

public int getPriority()

getStartedTime

public long getStartedTime()

getFinishedTime

public long getFinishedTime()

getElapsedTime

public long getElapsedTime()

getDiagnosticsInfo

public String getDiagnosticsInfo()

getLogUrl

public String getLogUrl()

getContainerExitStatus

public int getContainerExitStatus()

getContainerState

public org.apache.hadoop.yarn.api.records.ContainerState getContainerState()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.