| Modifier and Type | Field and Description |
|---|---|
protected ApplicationMasterService |
ResourceManager.masterService |
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationMasterService |
ResourceManager.createApplicationMasterService() |
ApplicationMasterService |
ResourceManager.getApplicationMasterService() |
| Modifier and Type | Method and Description |
|---|---|
protected AdminService |
ResourceManager.createAdminService(ClientRMService clientRMService,
ApplicationMasterService applicationMasterService,
ResourceTrackerService resourceTrackerService) |
| Constructor and Description |
|---|
AdminService(Configuration conf,
ResourceScheduler scheduler,
RMContext rmContext,
NodesListManager nodesListManager,
ClientRMService clientRMService,
ApplicationMasterService applicationMasterService,
ResourceTrackerService resourceTrackerService) |
RMAppManager(RMContext context,
YarnScheduler scheduler,
ApplicationMasterService masterService,
ApplicationACLsManager applicationACLsManager,
Configuration conf) |
| Constructor and Description |
|---|
RMAppImpl(ApplicationId applicationId,
RMContext rmContext,
Configuration config,
String name,
String user,
String queue,
ApplicationSubmissionContext submissionContext,
YarnScheduler scheduler,
ApplicationMasterService masterService,
long submitTime,
String applicationType) |
| Constructor and Description |
|---|
RMAppAttemptImpl(ApplicationAttemptId appAttemptId,
RMContext rmContext,
YarnScheduler scheduler,
ApplicationMasterService masterService,
ApplicationSubmissionContext submissionContext,
Configuration conf,
String user) |
Copyright © 2013 Apache Software Foundation. All rights reserved.