org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
Class UserInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.UserInfo
public class UserInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
username
protected String username
resourcesUsed
protected ResourceInfo resourcesUsed
numPendingApplications
protected int numPendingApplications
numActiveApplications
protected int numActiveApplications
getUsername
public String getUsername()
getResourcesUsed
public ResourceInfo getResourcesUsed()
getNumPendingApplications
public int getNumPendingApplications()
getNumActiveApplications
public int getNumActiveApplications()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.