Uses of Class
org.apache.hadoop.yarn.api.records.ContainerReport
Packages that use ContainerReport
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ContainerReport in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return ContainerReportModifier and TypeMethodDescriptionabstract ContainerReportGetContainerReportResponse.getContainerReport()Get theContainerReportfor the container.Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type ContainerReportModifier and TypeMethodDescriptionabstract List<ContainerReport>GetContainersResponse.getContainerList()Get a list ofContainerReportfor all the containers of an application attempt.Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ContainerReportModifier and TypeMethodDescriptionstatic GetContainerReportResponseGetContainerReportResponse.newInstance(ContainerReport containerReport) abstract voidGetContainerReportResponse.setContainerReport(ContainerReport containerReport) Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ContainerReportModifier and TypeMethodDescriptionstatic GetContainersResponseGetContainersResponse.newInstance(List<ContainerReport> containers) abstract voidGetContainersResponse.setContainerList(List<ContainerReport> containers) Set a list ofContainerReportfor 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 ContainerReportModifier and TypeMethodDescriptionstatic ContainerReportContainerReport.newInstance(ContainerId containerId, Resource allocatedResource, NodeId assignedNode, Priority priority, long creationTime, long finishTime, String diagnosticInfo, String logUrl, int containerExitStatus, ContainerState containerState, String nodeHttpAddress) static ContainerReportContainerReport.newInstance(ContainerId containerId, Resource allocatedResource, NodeId assignedNode, Priority priority, long creationTime, long finishTime, String diagnosticInfo, String logUrl, int containerExitStatus, ContainerState containerState, String nodeHttpAddress, ExecutionType executionType) -
Uses of ContainerReport in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return ContainerReportModifier and TypeMethodDescriptionabstract ContainerReportAHSClient.getContainerReport(ContainerId containerId) Get a report of the given Container.abstract ContainerReportYarnClient.getContainerReport(ContainerId containerId) Get a report of the given Container.Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type ContainerReportModifier and TypeMethodDescriptionabstract List<ContainerReport>AHSClient.getContainers(ApplicationAttemptId applicationAttemptId) Get a report of all (Containers) of ApplicationAttempt in the cluster.abstract List<ContainerReport>YarnClient.getContainers(ApplicationAttemptId applicationAttemptId) Get a report of all (Containers) of ApplicationAttempt in the cluster. -
Uses of ContainerReport in org.apache.hadoop.yarn.client.cli
Methods in org.apache.hadoop.yarn.client.cli that return ContainerReport