| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records |
| Modifier and Type | Method and Description |
|---|---|
ContainerStatus |
GetContainerStatusResponse.getStatus()
Get the
ContainerStatus of the container. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetContainerStatusResponse.setStatus(ContainerStatus containerStatus) |
| Modifier and Type | Method and Description |
|---|---|
ContainerStatus |
Container.getContainerStatus()
Get the
ContainerStatus of the container. |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerStatus> |
AMResponse.getCompletedContainersStatuses()
Get the list of completed containers' statuses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Container.setContainerStatus(ContainerStatus containerStatus) |
| Modifier and Type | Method and Description |
|---|---|
void |
AMResponse.setCompletedContainersStatuses(List<ContainerStatus> containers) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.