public class ClusterMetricsInfo extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ClusterMetricsInfo() |
ClusterMetricsInfo(ResourceManager rm,
RMContext rmContext) |
Modifier and Type | Method and Description |
---|---|
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() |
protected int appsSubmitted
protected int appsCompleted
protected int appsPending
protected int appsRunning
protected int appsFailed
protected int appsKilled
protected long reservedMB
protected long availableMB
protected long allocatedMB
protected int containersAllocated
protected int containersReserved
protected int containersPending
protected long totalMB
protected int totalNodes
protected int lostNodes
protected int unhealthyNodes
protected int decommissionedNodes
protected int rebootedNodes
protected int activeNodes
public ClusterMetricsInfo()
public ClusterMetricsInfo(ResourceManager rm, RMContext rmContext)
public int getAppsSubmitted()
public int getAppsCompleted()
public int getAppsPending()
public int getAppsRunning()
public int getAppsFailed()
public int getAppsKilled()
public long getReservedMB()
public long getAvailableMB()
public long getAllocatedMB()
public int getContainersAllocated()
public int getReservedContainers()
public int getPendingContainers()
public long getTotalMB()
public int getTotalNodes()
public int getActiveNodes()
public int getLostNodes()
public int getRebootedNodes()
public int getUnhealthyNodes()
public int getDecommissionedNodes()
Copyright © 2013 Apache Software Foundation. All rights reserved.