Modifier and Type | Method and Description |
---|---|
ApplicationReport |
ResourceMgrDelegate.getApplicationReport(ApplicationId appId) |
Modifier and Type | Method and Description |
---|---|
List<ApplicationReport> |
ResourceMgrDelegate.getApplications() |
List<ApplicationReport> |
ResourceMgrDelegate.getApplications(EnumSet<YarnApplicationState> applicationStates) |
List<ApplicationReport> |
ResourceMgrDelegate.getApplications(Set<String> applicationTypes) |
List<ApplicationReport> |
ResourceMgrDelegate.getApplications(Set<String> applicationTypes,
EnumSet<YarnApplicationState> applicationStates) |
Modifier and Type | Method and Description |
---|---|
static JobStatus |
TypeConverter.fromYarn(ApplicationReport application,
String jobFile) |
Modifier and Type | Method and Description |
---|---|
static JobStatus[] |
TypeConverter.fromYarnApps(List<ApplicationReport> applications,
Configuration conf) |
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 |
---|---|
ApplicationReport |
GetApplicationReportResponsePBImpl.getApplicationReport() |
Modifier and Type | Method and Description |
---|---|
List<ApplicationReport> |
GetApplicationsResponsePBImpl.getApplicationList() |
Modifier and Type | Method and Description |
---|---|
void |
GetApplicationReportResponsePBImpl.setApplicationReport(ApplicationReport applicationMaster) |
Modifier and Type | Method and Description |
---|---|
void |
GetApplicationsResponsePBImpl.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) |
abstract void |
QueueInfo.setApplications(List<ApplicationReport> applications) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationReportPBImpl |
Modifier and Type | Method and Description |
---|---|
List<ApplicationReport> |
QueueInfoPBImpl.getApplications() |
Modifier and Type | Method and Description |
---|---|
void |
QueueInfoPBImpl.setApplications(List<ApplicationReport> applications) |
Modifier and Type | Method and Description |
---|---|
abstract ApplicationReport |
YarnClient.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> |
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.
|
Modifier and Type | Method and Description |
---|---|
ApplicationReport |
YarnClientImpl.getApplicationReport(ApplicationId appId) |
Modifier and Type | Method and Description |
---|---|
List<ApplicationReport> |
YarnClientImpl.getApplications() |
List<ApplicationReport> |
YarnClientImpl.getApplications(EnumSet<YarnApplicationState> applicationStates) |
List<ApplicationReport> |
YarnClientImpl.getApplications(Set<String> applicationTypes) |
List<ApplicationReport> |
YarnClientImpl.getApplications(Set<String> applicationTypes,
EnumSet<YarnApplicationState> applicationStates) |
Modifier and Type | Method and Description |
---|---|
ApplicationReport |
RMApp.createAndGetApplicationReport(String clientUserName,
boolean allowAccess)
To get the status of an application in the RM, this method can be used.
|
ApplicationReport |
RMAppImpl.createAndGetApplicationReport(String clientUserName,
boolean allowAccess) |
Modifier and Type | Method and Description |
---|---|
static ApplicationReport |
BuilderUtils.newApplicationReport(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 appType,
Token amRmToken) |
Modifier and Type | Method and Description |
---|---|
ApplicationReport |
AppReportFetcher.getApplicationReport(ApplicationId appId)
Get a report for the specified app.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.