Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities.ActivityLevel
Packages that use ActivityLevel
-
Uses of ActivityLevel in org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities that return ActivityLevelModifier and TypeMethodDescriptionstatic ActivityLevelReturns the enum constant of this class with the specified name.static ActivityLevel[]ActivityLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities with parameters of type ActivityLevelModifier and TypeMethodDescriptionvoidNodeAllocation.addAllocationActivity(String parentName, String childName, Integer priority, ActivityState state, String diagnostic, ActivityLevel level, org.apache.hadoop.yarn.api.records.NodeId nId, Long allocationRequestId) voidAppAllocation.addAppAllocationActivity(String cId, Integer reqPriority, ActivityState state, String diagnose, ActivityLevel level, org.apache.hadoop.yarn.api.records.NodeId nId, Long allocationRequestId) static voidActivitiesLogger.APP.recordAppActivityWithoutAllocation(ActivitiesManager activitiesManager, SchedulerNode node, SchedulerApplicationAttempt application, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerKey, String diagnostic, ActivityState appState, ActivityLevel level) static voidActivitiesLogger.APP.recordSkippedAppActivityWithoutAllocation(ActivitiesManager activitiesManager, SchedulerNode node, SchedulerApplicationAttempt application, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey requestKey, String diagnostic, ActivityLevel level) Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities with parameters of type ActivityLevelModifierConstructorDescriptionActivityNode(String activityNodeName, String parentName, Integer priority, ActivityState state, String diagnostic, ActivityLevel level, org.apache.hadoop.yarn.api.records.NodeId nodeId, Long allocationRequestId) AllocationActivity(String parentName, String queueName, Integer priority, ActivityState state, String diagnostic, ActivityLevel level, org.apache.hadoop.yarn.api.records.NodeId nodeId, Long allocationRequestId)