| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records |
| Modifier and Type | Method and Description |
|---|---|
abstract ApplicationReport |
GetApplicationReportResponse.getApplicationReport()
Get the
ApplicationReport for the application. |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ApplicationReport> |
GetApplicationsResponse.getApplicationList()
Get
ApplicationReport for applications. |
| Modifier and Type | Method and Description |
|---|---|
static GetApplicationReportResponse |
GetApplicationReportResponse.newInstance(ApplicationReport ApplicationReport) |
abstract void |
GetApplicationReportResponse.setApplicationReport(ApplicationReport ApplicationReport) |
| Modifier and Type | Method and Description |
|---|---|
static GetApplicationsResponse |
GetApplicationsResponse.newInstance(List<ApplicationReport> applications) |
abstract void |
GetApplicationsResponse.setApplicationList(List<ApplicationReport> applications) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationReport |
ApplicationReport.newInstance(ApplicationId applicationId,
ApplicationAttemptId applicationAttemptId,
String user,
String queue,
String name,
String host,
int rpcPort,
Token clientToAMToken,
YarnApplicationState state,
String diagnostics,
String url,
long startTime,
long finishTime,
FinalApplicationStatus finalStatus,
ApplicationResourceUsageReport appResources,
String origTrackingUrl,
float progress,
String applicationType,
Token amRmToken) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ApplicationReport> |
QueueInfo.getApplications()
Get the running applications of the queue.
|
| Modifier and Type | Method and Description |
|---|---|
static QueueInfo |
QueueInfo.newInstance(String queueName,
float capacity,
float maximumCapacity,
float currentCapacity,
List<QueueInfo> childQueues,
List<ApplicationReport> applications,
QueueState queueState,
Set<String> accessibleNodeLabels,
String defaultNodeLabelExpression) |
abstract void |
QueueInfo.setApplications(List<ApplicationReport> applications) |
Copyright © 2018 CERN. All Rights Reserved.