org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
Class UserInfo

java.lang.Object
  extended by org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.UserInfo

public class UserInfo
extends Object


Field Summary
protected  int numActiveApplications
           
protected  int numPendingApplications
           
protected  ResourceInfo resourcesUsed
           
protected  String username
           
 
Method Summary
 int getNumActiveApplications()
           
 int getNumPendingApplications()
           
 ResourceInfo getResourcesUsed()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

username

protected String username

resourcesUsed

protected ResourceInfo resourcesUsed

numPendingApplications

protected int numPendingApplications

numActiveApplications

protected int numActiveApplications
Method Detail

getUsername

public String getUsername()

getResourcesUsed

public ResourceInfo getResourcesUsed()

getNumPendingApplications

public int getNumPendingApplications()

getNumActiveApplications

public int getNumActiveApplications()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.