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()
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 ContainerResourceIncrease |
ContainerResourceIncrease.newInstance(ContainerId existingContainerId,
Resource targetCapability,
Token token)
Deprecated.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.