| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ContainerResourceIncrease> |
AllocateResponse.getIncreasedContainers()
Get the list of newly increased containers by
ResourceManager |
| Modifier and Type | Method and Description |
|---|---|
static AllocateResponse |
AllocateResponse.newInstance(int responseId,
List<ContainerStatus> completedContainers,
List<Container> allocatedContainers,
List<NodeReport> updatedNodes,
Resource availResources,
AMCommand command,
int numClusterNodes,
PreemptionMessage preempt,
List<NMToken> nmTokens,
List<ContainerResourceIncrease> increasedContainers,
List<ContainerResourceDecrease> decreasedContainers) |
abstract void |
AllocateResponse.setIncreasedContainers(List<ContainerResourceIncrease> increasedContainers)
Set the list of newly increased containers by
ResourceManager |
| Modifier and Type | Method and Description |
|---|---|
static ContainerResourceIncrease |
ContainerResourceIncrease.newInstance(ContainerId existingContainerId,
Resource targetCapability,
Token token) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.