Uses of Class
org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
Packages that use ApplicationAttemptReport
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 ApplicationAttemptReport in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return ApplicationAttemptReportModifier and TypeMethodDescriptionabstract ApplicationAttemptReportGetApplicationAttemptReportResponse.getApplicationAttemptReport()Get theApplicationAttemptReportfor the application attempt.Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type ApplicationAttemptReportModifier and TypeMethodDescriptionabstract List<ApplicationAttemptReport>GetApplicationAttemptsResponse.getApplicationAttemptList()Get a list ofApplicationReportof an application.Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ApplicationAttemptReportModifier and TypeMethodDescriptionGetApplicationAttemptReportResponse.newInstance(ApplicationAttemptReport ApplicationAttemptReport) abstract voidGetApplicationAttemptReportResponse.setApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport) Get theApplicationAttemptReportfor the application attempt.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ApplicationAttemptReportModifier and TypeMethodDescriptionGetApplicationAttemptsResponse.newInstance(List<ApplicationAttemptReport> applicationAttempts) abstract voidGetApplicationAttemptsResponse.setApplicationAttemptList(List<ApplicationAttemptReport> applicationAttempts) Get a list ofApplicationReportof an application. -
Uses of ApplicationAttemptReport in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return ApplicationAttemptReportModifier and TypeMethodDescriptionstatic ApplicationAttemptReportApplicationAttemptReport.newInstance(ApplicationAttemptId applicationAttemptId, String host, int rpcPort, String url, String oUrl, String diagnostics, YarnApplicationAttemptState state, ContainerId amContainerId) static ApplicationAttemptReportApplicationAttemptReport.newInstance(ApplicationAttemptId applicationAttemptId, String host, int rpcPort, String url, String oUrl, String diagnostics, YarnApplicationAttemptState state, ContainerId amContainerId, long startTime, long finishTime) -
Uses of ApplicationAttemptReport in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return ApplicationAttemptReportModifier and TypeMethodDescriptionabstract ApplicationAttemptReportAHSClient.getApplicationAttemptReport(ApplicationAttemptId applicationAttemptId) Get a report of the given ApplicationAttempt.abstract ApplicationAttemptReportYarnClient.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 ApplicationAttemptReportModifier and TypeMethodDescriptionabstract List<ApplicationAttemptReport>AHSClient.getApplicationAttempts(ApplicationId applicationId) Get a report of all (ApplicationAttempts) of Application in the cluster.abstract List<ApplicationAttemptReport>YarnClient.getApplicationAttempts(ApplicationId applicationId) Get a report of all (ApplicationAttempts) of Application in the cluster.