| 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 ContainerReport |
GetContainerReportResponse.getContainerReport() |
Get the
ContainerReport for the container. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ContainerReport> |
GetContainersResponse.getContainerList() |
Get a list of
ContainerReport for all the containers of an
application attempt. |
| Modifier and Type | Method | Description |
|---|---|---|
static GetContainerReportResponse |
GetContainerReportResponse.newInstance(ContainerReport containerReport) |
|
abstract void |
GetContainerReportResponse.setContainerReport(ContainerReport containerReport) |
| Modifier and Type | Method | Description |
|---|---|---|
static GetContainersResponse |
GetContainersResponse.newInstance(java.util.List<ContainerReport> containers) |
|
abstract void |
GetContainersResponse.setContainerList(java.util.List<ContainerReport> containers) |
Set a list of
ContainerReport for all the containers of an
application attempt. |
| Modifier and Type | Method | Description |
|---|---|---|
static ContainerReport |
ContainerReport.newInstance(ContainerId containerId,
Resource allocatedResource,
NodeId assignedNode,
Priority priority,
long creationTime,
long finishTime,
java.lang.String diagnosticInfo,
java.lang.String logUrl,
int containerExitStatus,
ContainerState containerState,
java.lang.String nodeHttpAddress) |
|
static ContainerReport |
ContainerReport.newInstance(ContainerId containerId,
Resource allocatedResource,
NodeId assignedNode,
Priority priority,
long creationTime,
long finishTime,
java.lang.String diagnosticInfo,
java.lang.String logUrl,
int containerExitStatus,
ContainerState containerState,
java.lang.String nodeHttpAddress,
ExecutionType executionType) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.