Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
Packages that use GetApplicationsRequest
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of GetApplicationsRequest in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api with parameters of type GetApplicationsRequestModifier and TypeMethodDescriptionApplicationBaseProtocol.getApplications(GetApplicationsRequest request) The interface used by clients to get a report of Applications matching the filters defined byGetApplicationsRequestin the cluster from theResourceManagerorApplicationHistoryServer. -
Uses of GetApplicationsRequest in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetApplicationsRequestModifier and TypeMethodDescriptionstatic GetApplicationsRequestGetApplicationsRequest.newInstance()static GetApplicationsRequestGetApplicationsRequest.newInstance(EnumSet<YarnApplicationState> applicationStates) The request from clients to get a report of Applications matching the giving application states in the cluster from theResourceManager.static GetApplicationsRequestGetApplicationsRequest.newInstance(Set<String> applicationTypes) The request from clients to get a report of Applications matching the giving application types in the cluster from theResourceManager.static GetApplicationsRequestGetApplicationsRequest.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 states in the cluster from theResourceManager.static GetApplicationsRequestGetApplicationsRequest.newInstance(ApplicationsRequestScope scope) The request from clients to get a report of Applications matching the giving application types in the cluster from theResourceManager.static GetApplicationsRequestGetApplicationsRequest.newInstance(ApplicationsRequestScope scope, Set<String> users, Set<String> queues, Set<String> applicationTypes, Set<String> applicationTags, EnumSet<YarnApplicationState> applicationStates, org.apache.commons.lang3.Range<Long> startRange, org.apache.commons.lang3.Range<Long> finishRange, Long limit) The request from clients to get a report of Applications matching the giving application types in the cluster from theResourceManager.