|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GetApplicationsRequest | |
|---|---|
| org.apache.hadoop.yarn.api | |
| org.apache.hadoop.yarn.api.protocolrecords | |
| Uses of GetApplicationsRequest in org.apache.hadoop.yarn.api |
|---|
| Methods in org.apache.hadoop.yarn.api with parameters of type GetApplicationsRequest | |
|---|---|
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. |
| Uses of GetApplicationsRequest in org.apache.hadoop.yarn.api.protocolrecords |
|---|
| Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetApplicationsRequest | |
|---|---|
static GetApplicationsRequest |
GetApplicationsRequest.newInstance()
|
static GetApplicationsRequest |
GetApplicationsRequest.newInstance(ApplicationsRequestScope scope)
The request from clients to get a report of Applications matching the giving application types in the cluster from the ResourceManager. |
static GetApplicationsRequest |
GetApplicationsRequest.newInstance(ApplicationsRequestScope scope,
Set<String> users,
Set<String> queues,
Set<String> applicationTypes,
Set<String> applicationTags,
EnumSet<YarnApplicationState> applicationStates,
org.apache.commons.lang.math.LongRange startRange,
org.apache.commons.lang.math.LongRange finishRange,
Long limit)
The request from clients to get a report of Applications matching the giving application types in the cluster from the ResourceManager. |
static GetApplicationsRequest |
GetApplicationsRequest.newInstance(EnumSet<YarnApplicationState> applicationStates)
The request from clients to get a report of Applications matching the giving application states in the cluster from the ResourceManager. |
static GetApplicationsRequest |
GetApplicationsRequest.newInstance(Set<String> applicationTypes)
The request from clients to get a report of Applications matching the giving application types in the cluster from the ResourceManager. |
static GetApplicationsRequest |
GetApplicationsRequest.newInstance(Set<String> applicationTypes,
EnumSet<YarnApplicationState> applicationStates)
The request from clients to get a report of Applications matching the giving and application types and application types in the cluster from the ResourceManager. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||