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

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

public class UserMetricsInfo
extends Object


Field Summary
protected  long allocatedMB
           
protected  int appsCompleted
           
protected  int appsFailed
           
protected  int appsKilled
           
protected  int appsPending
           
protected  int appsRunning
           
protected  int appsSubmitted
           
protected  int pendingContainers
           
protected  long pendingMB
           
protected  int reservedContainers
           
protected  long reservedMB
           
protected  int runningContainers
           
protected  boolean userMetricsAvailable
           
 
Constructor Summary
UserMetricsInfo()
           
UserMetricsInfo(ResourceManager rm, RMContext rmContext, String user)
           
 
Method Summary
 long getAllocatedMB()
           
 int getAppsCompleted()
           
 int getAppsFailed()
           
 int getAppsKilled()
           
 int getAppsPending()
           
 int getAppsRunning()
           
 int getAppsSubmitted()
           
 int getPendingContainers()
           
 long getPendingMB()
           
 int getReservedContainers()
           
 long getReservedMB()
           
 int getRunningContainers()
           
 boolean metricsAvailable()
           
 
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

runningContainers

protected int runningContainers

pendingContainers

protected int pendingContainers

reservedContainers

protected int reservedContainers

reservedMB

protected long reservedMB

pendingMB

protected long pendingMB

allocatedMB

protected long allocatedMB

userMetricsAvailable

protected boolean userMetricsAvailable
Constructor Detail

UserMetricsInfo

public UserMetricsInfo()

UserMetricsInfo

public UserMetricsInfo(ResourceManager rm,
                       RMContext rmContext,
                       String user)
Method Detail

metricsAvailable

public boolean metricsAvailable()

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()

getAllocatedMB

public long getAllocatedMB()

getPendingMB

public long getPendingMB()

getReservedContainers

public int getReservedContainers()

getRunningContainers

public int getRunningContainers()

getPendingContainers

public int getPendingContainers()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.