Class UserInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.UserInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ResourceInfoprotected intprotected intprotected ResourcesInfoprotected ResourceInfoprotected Stringprotected ResourceInfo -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintfloat
-
Field Details
-
username
-
resourcesUsed
-
numPendingApplications
protected int numPendingApplications -
numActiveApplications
protected int numActiveApplications -
AMResourceUsed
-
userResourceLimit
-
resources
-
-
Method Details
-
getUsername
-
getResourcesUsed
-
getNumPendingApplications
public int getNumPendingApplications() -
getNumActiveApplications
public int getNumActiveApplications() -
getAMResourcesUsed
-
getUserResourceLimit
-
getResourceUsageInfo
-
getUserWeight
public float getUserWeight() -
getIsActive
public boolean getIsActive()
-