Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.ApplicationMasterService
Packages that use ApplicationMasterService
Package
Description
-
Uses of ApplicationMasterService in org.apache.hadoop.yarn.server.resourcemanager
Subclasses of ApplicationMasterService in org.apache.hadoop.yarn.server.resourcemanagerModifier and TypeClassDescriptionclassThe OpportunisticContainerAllocatorAMService is started instead of the ApplicationMasterService if opportunistic scheduling is enabled for the YARN cluster (either centralized or distributed opportunistic scheduling).Fields in org.apache.hadoop.yarn.server.resourcemanager declared as ApplicationMasterServiceModifier and TypeFieldDescriptionprotected ApplicationMasterServiceResourceManager.masterServiceMethods in org.apache.hadoop.yarn.server.resourcemanager that return ApplicationMasterServiceModifier and TypeMethodDescriptionprotected ApplicationMasterServiceResourceManager.createApplicationMasterService()ResourceManager.getApplicationMasterService()RMActiveServiceContext.getApplicationMasterService()RMContext.getApplicationMasterService()RMContextImpl.getApplicationMasterService()Constructors in org.apache.hadoop.yarn.server.resourcemanager with parameters of type ApplicationMasterServiceModifierConstructorDescriptionRMAppManager(RMContext context, YarnScheduler scheduler, ApplicationMasterService masterService, org.apache.hadoop.yarn.server.security.ApplicationACLsManager applicationACLsManager, org.apache.hadoop.conf.Configuration conf) -
Uses of ApplicationMasterService in org.apache.hadoop.yarn.server.resourcemanager.rmapp
Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmapp with parameters of type ApplicationMasterServiceModifierConstructorDescriptionRMAppImpl(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, RMContext rmContext, org.apache.hadoop.conf.Configuration config, String name, String user, String queue, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, YarnScheduler scheduler, ApplicationMasterService masterService, long submitTime, String applicationType, Set<String> applicationTags, List<org.apache.hadoop.yarn.api.records.ResourceRequest> amReqs) RMAppImpl(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, RMContext rmContext, org.apache.hadoop.conf.Configuration config, String name, String user, String queue, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, YarnScheduler scheduler, ApplicationMasterService masterService, long submitTime, String applicationType, Set<String> applicationTags, List<org.apache.hadoop.yarn.api.records.ResourceRequest> amReqs, ApplicationPlacementContext placementContext, long startTime) RMAppImpl(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, RMContext rmContext, org.apache.hadoop.conf.Configuration config, String name, org.apache.hadoop.security.UserGroupInformation userUgi, String queue, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, YarnScheduler scheduler, ApplicationMasterService masterService, long submitTime, String applicationType, Set<String> applicationTags, List<org.apache.hadoop.yarn.api.records.ResourceRequest> amReqs, ApplicationPlacementContext placementContext, long startTime) -
Uses of ApplicationMasterService in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt
Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt with parameters of type ApplicationMasterServiceModifierConstructorDescriptionRMAppAttemptImpl(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMContext rmContext, YarnScheduler scheduler, ApplicationMasterService masterService, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, org.apache.hadoop.conf.Configuration conf, List<org.apache.hadoop.yarn.api.records.ResourceRequest> amReqs, RMApp rmApp) RMAppAttemptImpl(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMContext rmContext, YarnScheduler scheduler, ApplicationMasterService masterService, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext, org.apache.hadoop.conf.Configuration conf, List<org.apache.hadoop.yarn.api.records.ResourceRequest> amReqs, RMApp rmApp, BlacklistManager amBlacklistManager)