| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities |
| Modifier and Type | Method | Description |
|---|---|---|
static ActivityLevel |
ActivityLevel.valueOf(java.lang.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 | Description |
|---|---|---|
void |
NodeAllocation.addAllocationActivity(java.lang.String parentName,
java.lang.String childName,
java.lang.Integer priority,
ActivityState state,
java.lang.String diagnostic,
ActivityLevel level,
org.apache.hadoop.yarn.api.records.NodeId nId,
java.lang.Long allocationRequestId) |
|
void |
AppAllocation.addAppAllocationActivity(java.lang.String cId,
java.lang.Integer reqPriority,
ActivityState state,
java.lang.String diagnose,
ActivityLevel level,
org.apache.hadoop.yarn.api.records.NodeId nId,
java.lang.Long allocationRequestId) |
|
static void |
ActivitiesLogger.APP.recordAppActivityWithoutAllocation(ActivitiesManager activitiesManager,
SchedulerNode node,
SchedulerApplicationAttempt application,
org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerKey,
java.lang.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,
java.lang.String diagnostic,
ActivityLevel level) |
| Constructor | Description |
|---|---|
ActivityNode(java.lang.String activityNodeName,
java.lang.String parentName,
java.lang.Integer priority,
ActivityState state,
java.lang.String diagnostic,
ActivityLevel level,
org.apache.hadoop.yarn.api.records.NodeId nodeId,
java.lang.Long allocationRequestId) |
|
AllocationActivity(java.lang.String parentName,
java.lang.String queueName,
java.lang.Integer priority,
ActivityState state,
java.lang.String diagnostic,
ActivityLevel level,
org.apache.hadoop.yarn.api.records.NodeId nodeId,
java.lang.Long allocationRequestId) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.