Uses of Class
org.apache.hadoop.yarn.api.records.ContainerReport

Packages that use ContainerReport
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. 
 

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 creationTime, long finishTime, String diagnosticInfo, String logUrl, int containerExitStatus, ContainerState containerState)
           
 

Uses of ContainerReport in org.apache.hadoop.yarn.client.api
 

Methods in org.apache.hadoop.yarn.client.api that return ContainerReport
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.
 

Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type ContainerReport
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 © 2014 Apache Software Foundation. All Rights Reserved.