| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities | 
| Modifier and Type | Method and Description | 
|---|---|
| static ActivityLevel | ActivityLevel. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ActivityLevel[] | ActivityLevel. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NodeAllocation. addAllocationActivity(String parentName,
                     String childName,
                     Integer priority,
                     ActivityState state,
                     String diagnostic,
                     ActivityLevel level,
                     org.apache.hadoop.yarn.api.records.NodeId nId,
                     Long allocationRequestId) | 
| void | AppAllocation. addAppAllocationActivity(String cId,
                        Integer reqPriority,
                        ActivityState state,
                        String diagnose,
                        ActivityLevel level,
                        org.apache.hadoop.yarn.api.records.NodeId nId,
                        Long allocationRequestId) | 
| static void | ActivitiesLogger.APP. recordAppActivityWithoutAllocation(ActivitiesManager activitiesManager,
                                  SchedulerNode node,
                                  SchedulerApplicationAttempt application,
                                  org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerKey,
                                  String diagnostic,
                                  ActivityState appState,
                                  ActivityLevel level) | 
| static void | ActivitiesLogger.APP. recordSkippedAppActivityWithoutAllocation(ActivitiesManager activitiesManager,
                                         SchedulerNode node,
                                         SchedulerApplicationAttempt application,
                                         org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey requestKey,
                                         String diagnostic,
                                         ActivityLevel level) | 
| Constructor and Description | 
|---|
| ActivityNode(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) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.