public class UserInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
numActiveApplications |
protected int |
numPendingApplications |
protected ResourceInfo |
resourcesUsed |
protected String |
username |
Modifier and Type | Method and Description |
---|---|
int |
getNumActiveApplications() |
int |
getNumPendingApplications() |
ResourceInfo |
getResourcesUsed() |
String |
getUsername() |
protected String username
protected ResourceInfo resourcesUsed
protected int numPendingApplications
protected int numActiveApplications
public String getUsername()
public ResourceInfo getResourcesUsed()
public int getNumPendingApplications()
public int getNumActiveApplications()
Copyright © 2013 Apache Software Foundation. All rights reserved.