Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.AppPriority
Packages that use AppPriority
-
Uses of AppPriority in org.apache.hadoop.yarn.server.resourcemanager.webapp
Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp that return AppPriorityModifier and TypeMethodDescriptionRMWebServiceProtocol.getAppPriority(javax.servlet.http.HttpServletRequest hsr, String appId) This method retrieves the priority for a specific app, and it is reachable by usingRMWSConsts.APPS_APPID_PRIORITY.RMWebServices.getAppPriority(javax.servlet.http.HttpServletRequest hsr, String appId) Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp with parameters of type AppPriorityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseRMWebServiceProtocol.updateApplicationPriority(AppPriority targetPriority, javax.servlet.http.HttpServletRequest hsr, String appId) This method updates the priority for a specific application, and it is reachable by usingRMWSConsts.APPS_APPID_PRIORITY.javax.ws.rs.core.ResponseRMWebServices.updateApplicationPriority(AppPriority targetPriority, javax.servlet.http.HttpServletRequest hsr, String appId)