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