|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationReport | |
---|---|
org.apache.hadoop.yarn.api.protocolrecords | |
org.apache.hadoop.yarn.api.records |
Uses of ApplicationReport in org.apache.hadoop.yarn.api.protocolrecords |
---|
Methods in org.apache.hadoop.yarn.api.protocolrecords that return ApplicationReport | |
---|---|
ApplicationReport |
GetApplicationReportResponse.getApplicationReport()
Get the ApplicationReport for the application. |
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type ApplicationReport | |
---|---|
List<ApplicationReport> |
GetAllApplicationsResponse.getApplicationList()
Get ApplicationReport for all applications. |
Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ApplicationReport | |
---|---|
void |
GetApplicationReportResponse.setApplicationReport(ApplicationReport ApplicationReport)
|
Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ApplicationReport | |
---|---|
void |
GetAllApplicationsResponse.setApplicationList(List<ApplicationReport> applications)
|
Uses of ApplicationReport in org.apache.hadoop.yarn.api.records |
---|
Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type ApplicationReport | |
---|---|
List<ApplicationReport> |
QueueInfo.getApplications()
Get the running applications of the queue. |
Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type ApplicationReport | |
---|---|
void |
QueueInfo.setApplications(List<ApplicationReport> applications)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |