| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api | |
| org.apache.hadoop.yarn.api.protocolrecords |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationsResponse |
ApplicationHistoryProtocol.getApplications(GetApplicationsRequest request)
The interface used by clients to get a report of all Applications in the
cluster from the
ApplicationHistoryServer. |
GetApplicationsResponse |
ApplicationClientProtocol.getApplications(GetApplicationsRequest request)
The interface used by clients to get a report of Applications
matching the filters defined by
GetApplicationsRequest
in the cluster from the ResourceManager. |
| Modifier and Type | Method and Description |
|---|---|
static GetApplicationsResponse |
GetApplicationsResponse.newInstance(List<ApplicationReport> applications) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.