| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract CollectorInfo |
AllocateResponse.getCollectorInfo() |
The data associated with the collector that belongs to this app.
|
| Modifier and Type | Method | Description |
|---|---|---|
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.collectorInfo(CollectorInfo collectorInfo) |
Set the
collectorInfo of the response. |
static AllocateResponse |
AllocateResponse.newInstance(int responseId,
java.util.List<ContainerStatus> completedContainers,
java.util.List<Container> allocatedContainers,
java.util.List<NodeReport> updatedNodes,
Resource availResources,
AMCommand command,
int numClusterNodes,
PreemptionMessage preempt,
java.util.List<NMToken> nmTokens,
CollectorInfo collectorInfo) |
|
static AllocateResponse |
AllocateResponse.newInstance(int responseId,
java.util.List<ContainerStatus> completedContainers,
java.util.List<Container> allocatedContainers,
java.util.List<NodeReport> updatedNodes,
Resource availResources,
AMCommand command,
int numClusterNodes,
PreemptionMessage preempt,
java.util.List<NMToken> nmTokens,
Token amRMToken,
java.util.List<UpdatedContainer> updatedContainers,
CollectorInfo collectorInfo) |
|
static AllocateResponse |
AllocateResponse.newInstance(int responseId,
java.util.List<ContainerStatus> completedContainers,
java.util.List<Container> allocatedContainers,
java.util.List<NodeReport> updatedNodes,
Resource availResources,
AMCommand command,
int numClusterNodes,
PreemptionMessage preempt,
java.util.List<NMToken> nmTokens,
Token amRMToken,
java.util.List<UpdatedContainer> updatedContainers,
CollectorInfo collectorInfo,
EnhancedHeadroom enhancedHeadroom) |
|
abstract void |
AllocateResponse.setCollectorInfo(CollectorInfo info) |
| Modifier and Type | Method | Description |
|---|---|---|
static CollectorInfo |
CollectorInfo.newInstance(java.lang.String collectorAddr) |
|
static CollectorInfo |
CollectorInfo.newInstance(java.lang.String collectorAddr,
Token token) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.