Package | Description |
---|---|
org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.client.api |
Modifier and Type | Method and Description |
---|---|
abstract ApplicationAttemptReport |
GetApplicationAttemptReportResponse.getApplicationAttemptReport()
Get the
ApplicationAttemptReport for the application attempt. |
Modifier and Type | Method and Description |
---|---|
abstract List<ApplicationAttemptReport> |
GetApplicationAttemptsResponse.getApplicationAttemptList()
Get a list of
ApplicationReport of an application. |
Modifier and Type | Method and Description |
---|---|
static GetApplicationAttemptReportResponse |
GetApplicationAttemptReportResponse.newInstance(ApplicationAttemptReport ApplicationAttemptReport) |
abstract void |
GetApplicationAttemptReportResponse.setApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport)
Get the
ApplicationAttemptReport for the application attempt. |
Modifier and Type | Method and Description |
---|---|
static GetApplicationAttemptsResponse |
GetApplicationAttemptsResponse.newInstance(List<ApplicationAttemptReport> applicationAttempts) |
abstract void |
GetApplicationAttemptsResponse.setApplicationAttemptList(List<ApplicationAttemptReport> applicationAttempts)
Get a list of
ApplicationReport of an application. |
Modifier and Type | Method and Description |
---|---|
static ApplicationAttemptReport |
ApplicationAttemptReport.newInstance(ApplicationAttemptId applicationAttemptId,
String host,
int rpcPort,
String url,
String oUrl,
String diagnostics,
YarnApplicationAttemptState state,
ContainerId amContainerId) |
Modifier and Type | Method and Description |
---|---|
abstract ApplicationAttemptReport |
AHSClient.getApplicationAttemptReport(ApplicationAttemptId applicationAttemptId)
Get a report of the given ApplicationAttempt.
|
abstract ApplicationAttemptReport |
YarnClient.getApplicationAttemptReport(ApplicationAttemptId applicationAttemptId)
Get a report of the given ApplicationAttempt.
|
Modifier and Type | Method and Description |
---|---|
abstract 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.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.