public class UserMetricsInfo extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
UserMetricsInfo() |
UserMetricsInfo(ResourceManager rm,
RMContext rmContext,
String user) |
Modifier and Type | Method and Description |
---|---|
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() |
protected int appsSubmitted
protected int appsCompleted
protected int appsPending
protected int appsRunning
protected int appsFailed
protected int appsKilled
protected int runningContainers
protected int pendingContainers
protected int reservedContainers
protected long reservedMB
protected long pendingMB
protected long allocatedMB
protected boolean userMetricsAvailable
public UserMetricsInfo()
public UserMetricsInfo(ResourceManager rm, RMContext rmContext, String user)
public boolean metricsAvailable()
public int getAppsSubmitted()
public int getAppsCompleted()
public int getAppsPending()
public int getAppsRunning()
public int getAppsFailed()
public int getAppsKilled()
public long getReservedMB()
public long getAllocatedMB()
public long getPendingMB()
public int getReservedContainers()
public int getRunningContainers()
public int getPendingContainers()
Copyright © 2013 Apache Software Foundation. All rights reserved.