Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities |
Modifier and Type | Method and Description |
---|---|
AllocationState |
NodeAllocation.getFinalAllocationState() |
static AllocationState |
AllocationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllocationState[] |
AllocationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ActivitiesLogger.NODE.finishAllocatedNodeAllocation(ActivitiesManager activitiesManager,
SchedulerNode node,
org.apache.hadoop.yarn.api.records.ContainerId containerId,
AllocationState containerState) |
void |
NodeAllocation.updateContainerState(org.apache.hadoop.yarn.api.records.ContainerId containerId,
AllocationState containerState) |
Copyright © 2022 Apache Software Foundation. All rights reserved.