| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.webapp | |
| org.apache.hadoop.yarn.server.resourcemanager.webapp.dao | This package contains the web data access objects (DAO) for the RM. | 
| Modifier and Type | Method and Description | 
|---|---|
| AppInfo | RMWebServiceProtocol. getApp(javax.servlet.http.HttpServletRequest hsr,
      String appId,
      Set<String> unselectedFields)This method retrieves the report for a specific app, and it is reachable by
 using  RMWSConsts.APPS_APPID. | 
| AppInfo | RMWebServices. getApp(javax.servlet.http.HttpServletRequest hsr,
      String appId,
      Set<String> unselectedFields) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ArrayList<AppInfo> | AppsInfo. app | 
| Modifier and Type | Method and Description | 
|---|---|
| ArrayList<AppInfo> | AppsInfo. getApps() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AppsInfo. add(AppInfo appinfo) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AppsInfo. addAll(ArrayList<AppInfo> appsInfo) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.