| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract CollectorInfo | AllocateResponse. getCollectorInfo()The data associated with the collector that belongs to this app. | 
| 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,
           Token amRMToken,
           List<UpdatedContainer> updatedContainers,
           CollectorInfo collectorInfo) | 
| Modifier and Type | Method and Description | 
|---|---|
| static CollectorInfo | CollectorInfo. newInstance(String collectorAddr) | 
| static CollectorInfo | CollectorInfo. newInstance(String collectorAddr,
           Token token) | 
Copyright © 2023 Apache Software Foundation. All rights reserved.