Package | Description |
---|---|
org.apache.hadoop.yarn.api.protocolrecords | |
org.apache.hadoop.yarn.api.records |
Modifier and Type | Method and Description |
---|---|
abstract List<ContainerResourceDecrease> |
AllocateResponse.getDecreasedContainers()
Deprecated.
|
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,
CollectorInfo collectorInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ContainerResourceDecrease |
ContainerResourceDecrease.newInstance(ContainerId existingContainerId,
Resource targetCapability)
Deprecated.
|
Copyright © 2020 Apache Software Foundation. All rights reserved.