| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.webapp | 
| Modifier and Type | Method and Description | 
|---|---|
| AppState | RMWebServiceProtocol. getAppState(javax.servlet.http.HttpServletRequest hsr,
           String appId)This method retrieves the state for a specific app, and it is reachable by
 using  RMWSConsts.APPS_APPID_STATE. | 
| AppState | RMWebServices. getAppState(javax.servlet.http.HttpServletRequest hsr,
           String appId) | 
| Modifier and Type | Method and Description | 
|---|---|
| javax.ws.rs.core.Response | RMWebServiceProtocol. updateAppState(AppState targetState,
              javax.servlet.http.HttpServletRequest hsr,
              String appId)This method updates the state of the app in input, and it is reachable by
 using  RMWSConsts.APPS_APPID_STATE. | 
| javax.ws.rs.core.Response | RMWebServices. updateAppState(AppState targetState,
              javax.servlet.http.HttpServletRequest hsr,
              String appId) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.