org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class ClusterMetricsInfo

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

public class ClusterMetricsInfo
extends Object


Field Summary
protected  int activeNodes
           
protected  long allocatedMB
           
protected  int appsCompleted
           
protected  int appsFailed
           
protected  int appsKilled
           
protected  int appsPending
           
protected  int appsRunning
           
protected  int appsSubmitted
           
protected  long availableMB
           
protected  int containersAllocated
           
protected  int containersPending
           
protected  int containersReserved
           
protected  int decommissionedNodes
           
protected  int lostNodes
           
protected  int rebootedNodes
           
protected  long reservedMB
           
protected  long totalMB
           
protected  int totalNodes
           
protected  int unhealthyNodes
           
 
Constructor Summary
ClusterMetricsInfo()
           
ClusterMetricsInfo(ResourceManager rm, RMContext rmContext)
           
 
Method Summary
 int getActiveNodes()
           
 long getAllocatedMB()
           
 int getAppsCompleted()
           
 int getAppsFailed()
           
 int getAppsKilled()
           
 int getAppsPending()
           
 int getAppsRunning()
           
 int getAppsSubmitted()
           
 long getAvailableMB()
           
 int getContainersAllocated()
           
 int getDecommissionedNodes()
           
 int getLostNodes()
           
 int getPendingContainers()
           
 int getRebootedNodes()
           
 int getReservedContainers()
           
 long getReservedMB()
           
 long getTotalMB()
           
 int getTotalNodes()
           
 int getUnhealthyNodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appsSubmitted

protected int appsSubmitted

appsCompleted

protected int appsCompleted

appsPending

protected int appsPending

appsRunning

protected int appsRunning

appsFailed

protected int appsFailed

appsKilled

protected int appsKilled

reservedMB

protected long reservedMB

availableMB

protected long availableMB

allocatedMB

protected long allocatedMB

containersAllocated

protected int containersAllocated

containersReserved

protected int containersReserved

containersPending

protected int containersPending

totalMB

protected long totalMB

totalNodes

protected int totalNodes

lostNodes

protected int lostNodes

unhealthyNodes

protected int unhealthyNodes

decommissionedNodes

protected int decommissionedNodes

rebootedNodes

protected int rebootedNodes

activeNodes

protected int activeNodes
Constructor Detail

ClusterMetricsInfo

public ClusterMetricsInfo()

ClusterMetricsInfo

public ClusterMetricsInfo(ResourceManager rm,
                          RMContext rmContext)
Method Detail

getAppsSubmitted

public int getAppsSubmitted()

getAppsCompleted

public int getAppsCompleted()

getAppsPending

public int getAppsPending()

getAppsRunning

public int getAppsRunning()

getAppsFailed

public int getAppsFailed()

getAppsKilled

public int getAppsKilled()

getReservedMB

public long getReservedMB()

getAvailableMB

public long getAvailableMB()

getAllocatedMB

public long getAllocatedMB()

getContainersAllocated

public int getContainersAllocated()

getReservedContainers

public int getReservedContainers()

getPendingContainers

public int getPendingContainers()

getTotalMB

public long getTotalMB()

getTotalNodes

public int getTotalNodes()

getActiveNodes

public int getActiveNodes()

getLostNodes

public int getLostNodes()

getRebootedNodes

public int getRebootedNodes()

getUnhealthyNodes

public int getUnhealthyNodes()

getDecommissionedNodes

public int getDecommissionedNodes()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.