org.apache.hadoop.yarn.server.webapp.dao
Class ContainerInfo
java.lang.Object
org.apache.hadoop.yarn.server.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 |
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
ContainerInfo
public ContainerInfo()
ContainerInfo
public ContainerInfo(org.apache.hadoop.yarn.api.records.ContainerReport container)
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.