|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerReport | |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | |
| Uses of ContainerReport in org.apache.hadoop.yarn.api.protocolrecords |
|---|
| Methods in org.apache.hadoop.yarn.api.protocolrecords that return ContainerReport | |
|---|---|
abstract ContainerReport |
GetContainerReportResponse.getContainerReport()
Get the ContainerReport for the container. |
| Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type ContainerReport | |
|---|---|
abstract List<ContainerReport> |
GetContainersResponse.getContainerList()
Get a list of ContainerReport for all the containers of an
application attempt. |
| Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ContainerReport | |
|---|---|
static GetContainerReportResponse |
GetContainerReportResponse.newInstance(ContainerReport containerReport)
|
abstract void |
GetContainerReportResponse.setContainerReport(ContainerReport containerReport)
|
| Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ContainerReport | |
|---|---|
static GetContainersResponse |
GetContainersResponse.newInstance(List<ContainerReport> containers)
|
abstract void |
GetContainersResponse.setContainerList(List<ContainerReport> containers)
Set a list of ContainerReport for all the containers of an
application attempt. |
| Uses of ContainerReport in org.apache.hadoop.yarn.api.records |
|---|
| Methods in org.apache.hadoop.yarn.api.records that return ContainerReport | |
|---|---|
static ContainerReport |
ContainerReport.newInstance(ContainerId containerId,
Resource allocatedResource,
NodeId assignedNode,
Priority priority,
long startTime,
long finishTime,
String diagnosticInfo,
String logUrl,
int containerExitStatus,
ContainerState containerState)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||