| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.webapp | 
| Modifier and Type | Method and Description | 
|---|---|
| AppPriority | RMWebServiceProtocol. getAppPriority(javax.servlet.http.HttpServletRequest hsr,
              String appId)This method retrieves the priority for a specific app, and it is reachable
 by using  RMWSConsts.APPS_APPID_PRIORITY. | 
| AppPriority | RMWebServices. getAppPriority(javax.servlet.http.HttpServletRequest hsr,
              String appId) | 
| Modifier and Type | Method and Description | 
|---|---|
| javax.ws.rs.core.Response | RMWebServiceProtocol. updateApplicationPriority(AppPriority targetPriority,
                         javax.servlet.http.HttpServletRequest hsr,
                         String appId)This method updates the priority for a specific application, and it is
 reachable by using  RMWSConsts.APPS_APPID_PRIORITY. | 
| javax.ws.rs.core.Response | RMWebServices. updateApplicationPriority(AppPriority targetPriority,
                         javax.servlet.http.HttpServletRequest hsr,
                         String appId) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.