|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerResourceIncrease | |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | |
| Uses of ContainerResourceIncrease in org.apache.hadoop.yarn.api.protocolrecords |
|---|
| Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type ContainerResourceIncrease | |
|---|---|
abstract List<ContainerResourceIncrease> |
AllocateResponse.getIncreasedContainers()
Get the list of newly increased containers by ResourceManager |
| Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ContainerResourceIncrease | |
|---|---|
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 |
| Uses of ContainerResourceIncrease in org.apache.hadoop.yarn.api.records |
|---|
| Methods in org.apache.hadoop.yarn.api.records that return ContainerResourceIncrease | |
|---|---|
static ContainerResourceIncrease |
ContainerResourceIncrease.newInstance(ContainerId existingContainerId,
Resource targetCapability,
Token token)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||