Class UserMetricsInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.UserMetricsInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected longprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected longprotected longprotected intprotected longprotected longprotected intprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongintintintintintintintlonglongintlonglongintboolean
-
Field Details
-
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 -
reservedVirtualCores
protected long reservedVirtualCores -
pendingVirtualCores
protected long pendingVirtualCores -
allocatedVirtualCores
protected long allocatedVirtualCores -
userMetricsAvailable
protected boolean userMetricsAvailable
-
-
Constructor Details
-
UserMetricsInfo
public UserMetricsInfo() -
UserMetricsInfo
-
-
Method Details
-
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() -
getReservedVirtualCores
public long getReservedVirtualCores() -
getAllocatedVirtualCores
public long getAllocatedVirtualCores() -
getPendingVirtualCores
public long getPendingVirtualCores() -
getReservedContainers
public int getReservedContainers() -
getRunningContainers
public int getRunningContainers() -
getPendingContainers
public int getPendingContainers()
-