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

Packages that use ApplicationAttemptReport
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 ApplicationAttemptReport in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return ApplicationAttemptReport
abstract  ApplicationAttemptReport GetApplicationAttemptReportResponse.getApplicationAttemptReport()
          Get the ApplicationAttemptReport for the application attempt.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type ApplicationAttemptReport
abstract  List<ApplicationAttemptReport> GetApplicationAttemptsResponse.getApplicationAttemptList()
          Get a list of ApplicationReport of an application.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ApplicationAttemptReport
static GetApplicationAttemptReportResponse GetApplicationAttemptReportResponse.newInstance(ApplicationAttemptReport ApplicationAttemptReport)
           
abstract  void GetApplicationAttemptReportResponse.setApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport)
          Get the ApplicationAttemptReport for the application attempt.
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ApplicationAttemptReport
static GetApplicationAttemptsResponse GetApplicationAttemptsResponse.newInstance(List<ApplicationAttemptReport> applicationAttempts)
           
abstract  void GetApplicationAttemptsResponse.setApplicationAttemptList(List<ApplicationAttemptReport> applicationAttempts)
          Get a list of ApplicationReport of an application.
 

Uses of ApplicationAttemptReport in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return ApplicationAttemptReport
static ApplicationAttemptReport ApplicationAttemptReport.newInstance(ApplicationAttemptId applicationAttemptId, String host, int rpcPort, String url, String oUrl, String diagnostics, YarnApplicationAttemptState state, ContainerId amContainerId)
           
 

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

Methods in org.apache.hadoop.yarn.client.api that return ApplicationAttemptReport
abstract  ApplicationAttemptReport YarnClient.getApplicationAttemptReport(ApplicationAttemptId applicationAttemptId)
           Get a report of the given ApplicationAttempt.
abstract  ApplicationAttemptReport AHSClient.getApplicationAttemptReport(ApplicationAttemptId applicationAttemptId)
           Get a report of the given ApplicationAttempt.
 

Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type ApplicationAttemptReport
abstract  List<ApplicationAttemptReport> YarnClient.getApplicationAttempts(ApplicationId applicationId)
           Get a report of all (ApplicationAttempts) of Application in the cluster.
abstract  List<ApplicationAttemptReport> AHSClient.getApplicationAttempts(ApplicationId applicationId)
           Get a report of all (ApplicationAttempts) of Application in the cluster.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.