Uses of Enum Class
org.apache.hadoop.yarn.api.protocolrecords.ApplicationsRequestScope
Packages that use ApplicationsRequestScope
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ApplicationsRequestScope in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return ApplicationsRequestScopeModifier and TypeMethodDescriptionabstract ApplicationsRequestScopeGetApplicationsRequest.getScope()Get theApplicationsRequestScopeof applications to be filtered.static ApplicationsRequestScopeReturns the enum constant of this class with the specified name.static ApplicationsRequestScope[]ApplicationsRequestScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ApplicationsRequestScopeModifier and TypeMethodDescriptionstatic 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.abstract voidGetApplicationsRequest.setScope(ApplicationsRequestScope scope) Set theApplicationsRequestScopeof applications to filter.