| 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 | Description |
|---|---|---|
AppTimeoutInfo |
RMWebServiceProtocol.getAppTimeout(javax.servlet.http.HttpServletRequest hsr,
java.lang.String appId,
java.lang.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,
java.lang.String appId,
java.lang.String type) |
| Modifier and Type | Method | Description |
|---|---|---|
javax.ws.rs.core.Response |
RMWebServiceProtocol.updateApplicationTimeout(AppTimeoutInfo appTimeout,
javax.servlet.http.HttpServletRequest hsr,
java.lang.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,
java.lang.String appId) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.ArrayList<AppTimeoutInfo> |
AppTimeoutsInfo.getAppTimeouts() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AppTimeoutsInfo.add(AppTimeoutInfo timeoutInfo) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.