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