Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.ApplicationsRequestScope

Packages that use ApplicationsRequestScope
org.apache.hadoop.yarn.api.protocolrecords   
 

Uses of ApplicationsRequestScope in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return ApplicationsRequestScope
abstract  ApplicationsRequestScope GetApplicationsRequest.getScope()
          Get the ApplicationsRequestScope of applications to be filtered.
static ApplicationsRequestScope ApplicationsRequestScope.valueOf(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.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ApplicationsRequestScope
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.
abstract  void GetApplicationsRequest.setScope(ApplicationsRequestScope scope)
          Set the ApplicationsRequestScope of applications to filter.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.