| 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 | 
|---|---|
| AppTimeoutInfo | RMWebServiceProtocol. getAppTimeout(javax.servlet.http.HttpServletRequest hsr,
             String appId,
             String type)This method retrieves the timeout information for a specific app with a
 specific type, and it is reachable by using
  RMWSConsts.APPS_TIMEOUTS_TYPE. | 
| AppTimeoutInfo | RMWebServices. getAppTimeout(javax.servlet.http.HttpServletRequest hsr,
             String appId,
             String type) | 
| Modifier and Type | Method and Description | 
|---|---|
| javax.ws.rs.core.Response | RMWebServiceProtocol. updateApplicationTimeout(AppTimeoutInfo appTimeout,
                        javax.servlet.http.HttpServletRequest hsr,
                        String appId)This method updates the timeout information for a specific app, and it is
 reachable by using  RMWSConsts.APPS_TIMEOUT. | 
| javax.ws.rs.core.Response | RMWebServices. updateApplicationTimeout(AppTimeoutInfo appTimeout,
                        javax.servlet.http.HttpServletRequest hsr,
                        String appId) | 
| Modifier and Type | Method and Description | 
|---|---|
| ArrayList<AppTimeoutInfo> | AppTimeoutsInfo. getAppTimeouts() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AppTimeoutsInfo. add(AppTimeoutInfo timeoutInfo) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.