Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.ActivitiesInfo
Packages that use ActivitiesInfo
Package
Description
This package contains the web data access objects (DAO) for the RM.
-
Uses of ActivitiesInfo in org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities that return ActivitiesInfoModifier and TypeMethodDescriptionActivitiesManager.getActivitiesInfo(String nodeId, RMWSConsts.ActivitiesGroupBy groupBy) Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities that return types with arguments of type ActivitiesInfoModifier and TypeMethodDescriptionActivitiesManager.recordAndGetBulkActivitiesInfo(int activitiesCount, RMWSConsts.ActivitiesGroupBy groupBy) -
Uses of ActivitiesInfo in org.apache.hadoop.yarn.server.resourcemanager.webapp
Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp that return ActivitiesInfoModifier and TypeMethodDescriptionRMWebServiceProtocol.getActivities(javax.servlet.http.HttpServletRequest hsr, String nodeId, String groupBy) This method retrieve all the activities in a specific node, and it is reachable by usingRMWSConsts.SCHEDULER_ACTIVITIES.RMWebServices.getActivities(javax.servlet.http.HttpServletRequest hsr, String nodeId, String groupBy) -
Uses of ActivitiesInfo 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 ActivitiesInfoMethods in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type ActivitiesInfoMethod parameters in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with type arguments of type ActivitiesInfoModifier and TypeMethodDescriptionvoidBulkActivitiesInfo.addAll(List<ActivitiesInfo> activitiesInfoList)