Package | Description |
---|---|
org.apache.hadoop.yarn.api.protocolrecords | |
org.apache.hadoop.yarn.api.records | |
org.apache.hadoop.yarn.client.api |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
abstract ContainerReport |
GetContainerReportResponse.getContainerReport()
Get the
ContainerReport for the container. |
Modifier and Type | Method and Description |
---|---|
abstract List<ContainerReport> |
GetContainersResponse.getContainerList()
Get a list of
ContainerReport for 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
ContainerReport for all the containers of an
application attempt. |
Modifier and Type | Method and Description |
---|---|
static ContainerReport |
ContainerReport.newInstance(ContainerId containerId,
Resource allocatedResource,
NodeId assignedNode,
Priority priority,
long creationTime,
long finishTime,
String diagnosticInfo,
String logUrl,
int containerExitStatus,
ContainerState containerState,
String nodeHttpAddress) |
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 © 2015 Apache Software Foundation. All rights reserved.