Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.AppTimeoutInfo
Packages that use AppTimeoutInfo
Package
Description
This package contains the web data access objects (DAO) for the RM.
-
Uses of AppTimeoutInfo in org.apache.hadoop.yarn.server.resourcemanager.webapp
Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp that return AppTimeoutInfoModifier and TypeMethodDescriptionRMWebServiceProtocol.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 usingRMWSConsts.APPS_TIMEOUTS_TYPE.RMWebServices.getAppTimeout(javax.servlet.http.HttpServletRequest hsr, String appId, String type) Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp with parameters of type AppTimeoutInfoModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseRMWebServiceProtocol.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 usingRMWSConsts.APPS_TIMEOUT.javax.ws.rs.core.ResponseRMWebServices.updateApplicationTimeout(AppTimeoutInfo appTimeout, javax.servlet.http.HttpServletRequest hsr, String appId) -
Uses of AppTimeoutInfo in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao that return types with arguments of type AppTimeoutInfoMethods in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type AppTimeoutInfo