| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract ApplicationAttemptReport |
GetApplicationAttemptReportResponse.getApplicationAttemptReport() |
Get the
ApplicationAttemptReport for the application attempt. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ApplicationAttemptReport> |
GetApplicationAttemptsResponse.getApplicationAttemptList() |
Get a list of
ApplicationReport of an application. |
| Modifier and Type | Method | Description |
|---|---|---|
static GetApplicationAttemptReportResponse |
GetApplicationAttemptReportResponse.newInstance(ApplicationAttemptReport ApplicationAttemptReport) |
|
abstract void |
GetApplicationAttemptReportResponse.setApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport) |
Get the
ApplicationAttemptReport for the application attempt. |
| Modifier and Type | Method | Description |
|---|---|---|
static GetApplicationAttemptsResponse |
GetApplicationAttemptsResponse.newInstance(java.util.List<ApplicationAttemptReport> applicationAttempts) |
|
abstract void |
GetApplicationAttemptsResponse.setApplicationAttemptList(java.util.List<ApplicationAttemptReport> applicationAttempts) |
Get a list of
ApplicationReport of an application. |
| Modifier and Type | Method | Description |
|---|---|---|
static ApplicationAttemptReport |
ApplicationAttemptReport.newInstance(ApplicationAttemptId applicationAttemptId,
java.lang.String host,
int rpcPort,
java.lang.String url,
java.lang.String oUrl,
java.lang.String diagnostics,
YarnApplicationAttemptState state,
ContainerId amContainerId) |
|
static ApplicationAttemptReport |
ApplicationAttemptReport.newInstance(ApplicationAttemptId applicationAttemptId,
java.lang.String host,
int rpcPort,
java.lang.String url,
java.lang.String oUrl,
java.lang.String diagnostics,
YarnApplicationAttemptState state,
ContainerId amContainerId,
long startTime,
long finishTime) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.