| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.client.api | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ContainerReport | GetContainerReportResponse. getContainerReport()Get the  ContainerReportfor the container. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<ContainerReport> | GetContainersResponse. getContainerList()Get a list of  ContainerReportfor all the containers of an
 application attempt. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GetContainerReportResponse | GetContainerReportResponse. newInstance(ContainerReport containerReport) | 
| abstract void | GetContainerReportResponse. setContainerReport(ContainerReport containerReport) | 
| Modifier and Type | Method and Description | 
|---|---|
| static GetContainersResponse | GetContainersResponse. newInstance(List<ContainerReport> containers) | 
| abstract void | GetContainersResponse. setContainerList(List<ContainerReport> containers)Set a list of  ContainerReportfor all the containers of an
 application attempt. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ContainerReport | YarnClient. getContainerReport(ContainerId containerId)
 Get a report of the given Container. | 
| abstract ContainerReport | AHSClient. getContainerReport(ContainerId containerId)
 Get a report of the given Container. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<ContainerReport> | YarnClient. getContainers(ApplicationAttemptId applicationAttemptId)
 Get a report of all (Containers) of ApplicationAttempt in the cluster. | 
| abstract List<ContainerReport> | AHSClient. getContainers(ApplicationAttemptId applicationAttemptId)
 Get a report of all (Containers) of ApplicationAttempt in the cluster. | 
Copyright © 2023 Apache Software Foundation. All rights reserved.