| Package | Description |
|---|---|
| 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 |
|---|---|---|
abstract ApplicationsRequestScope |
GetApplicationsRequest.getScope() |
Get the
ApplicationsRequestScope of applications to be filtered. |
static ApplicationsRequestScope |
ApplicationsRequestScope.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ApplicationsRequestScope[] |
ApplicationsRequestScope.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
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. |
abstract void |
GetApplicationsRequest.setScope(ApplicationsRequestScope scope) |
Set the
ApplicationsRequestScope of applications to filter. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.