| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
GetApplicationsResponse |
ApplicationBaseProtocol.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 or ApplicationHistoryServer. |
| Modifier and Type | Method | Description |
|---|---|---|
static GetApplicationsRequest |
GetApplicationsRequest.newInstance() |
|
static GetApplicationsRequest |
GetApplicationsRequest.newInstance(java.util.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(java.util.Set<java.lang.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(java.util.Set<java.lang.String> applicationTypes,
java.util.EnumSet<YarnApplicationState> applicationStates) |
The request from clients to get a report of Applications matching the
giving and application types and application states in the cluster from the
ResourceManager. |
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,
java.util.Set<java.lang.String> users,
java.util.Set<java.lang.String> queues,
java.util.Set<java.lang.String> applicationTypes,
java.util.Set<java.lang.String> applicationTags,
java.util.EnumSet<YarnApplicationState> applicationStates,
org.apache.commons.lang3.Range<java.lang.Long> startRange,
org.apache.commons.lang3.Range<java.lang.Long> finishRange,
java.lang.Long limit) |
The request from clients to get a report of Applications matching the
giving application types in the cluster from the
ResourceManager. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.