Package | Description |
---|---|
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.
|
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) |
Modifier and Type | Method and Description |
---|---|
abstract ApplicationReport |
YarnClient.getApplicationReport(ApplicationId appId)
Get a report of the given Application.
|
abstract ApplicationReport |
AHSClient.getApplicationReport(ApplicationId appId)
Get a report of the given Application.
|
Modifier and Type | Method and Description |
---|---|
abstract List<ApplicationReport> |
YarnClient.getApplications()
Get a report (ApplicationReport) of all Applications in the cluster.
|
abstract List<ApplicationReport> |
AHSClient.getApplications()
Get a report (ApplicationReport) of all Applications in the cluster.
|
abstract List<ApplicationReport> |
YarnClient.getApplications(EnumSet<YarnApplicationState> applicationStates)
Get a report (ApplicationReport) of Applications matching the given
application states in the cluster.
|
abstract List<ApplicationReport> |
YarnClient.getApplications(Set<String> applicationTypes)
Get a report (ApplicationReport) of Applications
matching the given application types in the cluster.
|
abstract List<ApplicationReport> |
YarnClient.getApplications(Set<String> applicationTypes,
EnumSet<YarnApplicationState> applicationStates)
Get a report (ApplicationReport) of Applications matching the given
application types and application states in the cluster.
|
Copyright © 2016 Apache Software Foundation. All Rights Reserved.