Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.RMContext
Packages that use RMContext
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
Monitoring policies, used to check invariants.
Package org.apache.hadoop.yarn.server.resourcemanager.rmapp.monitor contains
classes related to application monitor.
Package
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.conf
contains classes related to capacity scheduler configuration management.
Package org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
contains classes related to scheduling containers using placement
constraints.
Package org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
contains classes related to scheduling containers using placement
constraints.
This Package contains classes related to constrained placement of
Requests.
Package org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
contains classes related to application monitor.
Package org.apache.hadoop.yarn.server.resourcemanager.security
contains classes related to security.
-
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager
Classes in org.apache.hadoop.yarn.server.resourcemanager that implement RMContextModifier and TypeClassDescriptionclassRMContextImpl class holds two services context.Fields in org.apache.hadoop.yarn.server.resourcemanager declared as RMContextMethods in org.apache.hadoop.yarn.server.resourcemanager that return RMContextMethods in org.apache.hadoop.yarn.server.resourcemanager with parameters of type RMContextModifier and TypeMethodDescriptionprotected AMRMTokenSecretManagerRMSecretManagerService.createAMRMTokenSecretManager(org.apache.hadoop.conf.Configuration conf, RMContext rmContext) protected RMDelegationTokenSecretManagerRMSecretManagerService.createRMDelegationTokenSecretManager(org.apache.hadoop.conf.Configuration conf, RMContext rmContext) static intRMServerUtils.getApplicableNodeCountForAM(RMContext rmContext, org.apache.hadoop.conf.Configuration conf, List<org.apache.hadoop.yarn.api.records.ResourceRequest> amReqs) Get applicable Node count for AM.static voidRMServerUtils.normalizeAndValidateRequests(List<org.apache.hadoop.yarn.api.records.ResourceRequest> ask, org.apache.hadoop.yarn.api.records.Resource maximumAllocation, String queueName, YarnScheduler scheduler, RMContext rmContext, boolean nodeLabelsEnabled) Utility method to validate a list resource requests, by ensuring that the requested memory/vcore is non-negative and not greater than max.RMServerUtils.queryRMNodes(RMContext context, EnumSet<org.apache.hadoop.yarn.api.records.NodeState> acceptedStates) static ContainerUpdatesRMServerUtils.validateAndSplitUpdateResourceRequests(RMContext rmContext, org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest request, org.apache.hadoop.yarn.api.records.Resource maximumAllocation, List<org.apache.hadoop.yarn.api.records.UpdateContainerError> updateErrors) Check if we have: - Request for same containerId and different target resourceConstructors in org.apache.hadoop.yarn.server.resourcemanager with parameters of type RMContextModifierConstructorDescriptionApplicationAttemptEventDispatcher(RMContext rmContext) ApplicationEventDispatcher(RMContext rmContext) ApplicationMasterService(String name, RMContext rmContext, YarnScheduler scheduler) ApplicationMasterService(RMContext rmContext, YarnScheduler scheduler) ClientRMService(RMContext rmContext, YarnScheduler scheduler, RMAppManager rmAppManager, org.apache.hadoop.yarn.server.security.ApplicationACLsManager applicationACLsManager, QueueACLsManager queueACLsManager, RMDelegationTokenSecretManager rmDTSecretManager) ClientRMService(RMContext rmContext, YarnScheduler scheduler, RMAppManager rmAppManager, org.apache.hadoop.yarn.server.security.ApplicationACLsManager applicationACLsManager, QueueACLsManager queueACLsManager, RMDelegationTokenSecretManager rmDTSecretManager, org.apache.hadoop.yarn.util.Clock clock) DecommissioningNodesWatcher(RMContext rmContext) NodeEventDispatcher(RMContext rmContext) NodesListManager(RMContext rmContext) OpportunisticContainerAllocatorAMService(RMContext rmContext, YarnScheduler scheduler) ResourceTrackerService(RMContext rmContext, NodesListManager nodesListManager, NMLivelinessMonitor nmLivelinessMonitor, RMContainerTokenSecretManager containerTokenSecretManager, NMTokenSecretManagerInRM nmTokenSecretManager) RMAppManager(RMContext context, YarnScheduler scheduler, ApplicationMasterService masterService, org.apache.hadoop.yarn.server.security.ApplicationACLsManager applicationACLsManager, org.apache.hadoop.conf.Configuration conf) RMNMInfo(RMContext rmc, ResourceScheduler sched) Constructor for RMNMInfo registers the bean with JMX. -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.amlauncher
Fields in org.apache.hadoop.yarn.server.resourcemanager.amlauncher declared as RMContextConstructors in org.apache.hadoop.yarn.server.resourcemanager.amlauncher with parameters of type RMContextModifierConstructorDescriptionAMLauncher(RMContext rmContext, RMAppAttempt application, AMLauncherEventType eventType, org.apache.hadoop.conf.Configuration conf) ApplicationMasterLauncher(RMContext context) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.federation
Constructors in org.apache.hadoop.yarn.server.resourcemanager.federation with parameters of type RMContext -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.monitor
Methods in org.apache.hadoop.yarn.server.resourcemanager.monitor with parameters of type RMContextModifier and TypeMethodDescriptionvoidSchedulingEditPolicy.init(org.apache.hadoop.conf.Configuration config, RMContext context, ResourceScheduler scheduler) voidSchedulingMonitorManager.initialize(RMContext rmContext, org.apache.hadoop.conf.Configuration configuration) voidSchedulingMonitorManager.reinitialize(RMContext rmContext, org.apache.hadoop.conf.Configuration configuration) Constructors in org.apache.hadoop.yarn.server.resourcemanager.monitor with parameters of type RMContextModifierConstructorDescriptionSchedulingMonitor(RMContext rmContext, SchedulingEditPolicy scheduleEditPolicy) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity
Methods in org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity that return RMContextModifier and TypeMethodDescriptionCapacitySchedulerPreemptionContext.getRMContext()ProportionalCapacityPreemptionPolicy.getRMContext()Methods in org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity with parameters of type RMContextModifier and TypeMethodDescriptionvoidProportionalCapacityPreemptionPolicy.init(org.apache.hadoop.conf.Configuration config, RMContext context, ResourceScheduler sched) Constructors in org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity with parameters of type RMContextModifierConstructorDescriptionProportionalCapacityPreemptionPolicy(RMContext context, CapacityScheduler scheduler, org.apache.hadoop.yarn.util.Clock clock) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.monitor.invariants
Methods in org.apache.hadoop.yarn.server.resourcemanager.monitor.invariants that return RMContextMethods in org.apache.hadoop.yarn.server.resourcemanager.monitor.invariants with parameters of type RMContextModifier and TypeMethodDescriptionvoidInvariantsChecker.init(org.apache.hadoop.conf.Configuration config, RMContext rmContext, ResourceScheduler scheduler) voidMetricsInvariantChecker.init(org.apache.hadoop.conf.Configuration config, RMContext rmContext, ResourceScheduler scheduler) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.nodelabels
Methods in org.apache.hadoop.yarn.server.resourcemanager.nodelabels with parameters of type RMContextModifier and TypeMethodDescriptionvoidNodeAttributesManagerImpl.setRMContext(RMContext context) voidRMNodeLabelsManager.setRMContext(RMContext rmContext) Constructors in org.apache.hadoop.yarn.server.resourcemanager.nodelabels with parameters of type RMContext -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.reservation
Methods in org.apache.hadoop.yarn.server.resourcemanager.reservation with parameters of type RMContextModifier and TypeMethodDescriptionvoidAbstractReservationSystem.reinitialize(org.apache.hadoop.conf.Configuration conf, RMContext rmContext) voidCapacityReservationSystem.reinitialize(org.apache.hadoop.conf.Configuration conf, RMContext rmContext) voidFairReservationSystem.reinitialize(org.apache.hadoop.conf.Configuration conf, RMContext rmContext) voidReservationSystem.reinitialize(org.apache.hadoop.conf.Configuration conf, RMContext rmContext) Re-initialize theReservationSystem.voidAbstractReservationSystem.setRMContext(RMContext rmContext) voidReservationSystem.setRMContext(RMContext rmContext) Set RMContext forReservationSystem.Constructors in org.apache.hadoop.yarn.server.resourcemanager.reservation with parameters of type RMContextModifierConstructorDescriptionInMemoryPlan(QueueMetrics queueMetrics, SharingPolicy policy, ReservationAgent agent, org.apache.hadoop.yarn.api.records.Resource totalCapacity, long step, org.apache.hadoop.yarn.util.resource.ResourceCalculator resCalc, org.apache.hadoop.yarn.api.records.Resource minAlloc, org.apache.hadoop.yarn.api.records.Resource maxAlloc, String queueName, Planner replanner, boolean getMoveOnExpiry, long maxPeriodicity, RMContext rmContext) InMemoryPlan(QueueMetrics queueMetrics, SharingPolicy policy, ReservationAgent agent, org.apache.hadoop.yarn.api.records.Resource totalCapacity, long step, org.apache.hadoop.yarn.util.resource.ResourceCalculator resCalc, org.apache.hadoop.yarn.api.records.Resource minAlloc, org.apache.hadoop.yarn.api.records.Resource maxAlloc, String queueName, Planner replanner, boolean getMoveOnExpiry, long maxPeriodicty, RMContext rmContext, org.apache.hadoop.yarn.util.Clock clock) InMemoryPlan(QueueMetrics queueMetrics, SharingPolicy policy, ReservationAgent agent, org.apache.hadoop.yarn.api.records.Resource totalCapacity, long step, org.apache.hadoop.yarn.util.resource.ResourceCalculator resCalc, org.apache.hadoop.yarn.api.records.Resource minAlloc, org.apache.hadoop.yarn.api.records.Resource maxAlloc, String queueName, Planner replanner, boolean getMoveOnExpiry, RMContext rmContext) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.rmapp
Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmapp with parameters of type RMContextModifierConstructorDescriptionRMAppImpl(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 RMContext in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt
Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt with parameters of type RMContextModifierConstructorDescriptionRMAppAttemptImpl(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) RMAppAttemptMetrics(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId, RMContext rmContext) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.rmapp.monitor
Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmapp.monitor with parameters of type RMContext -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer
Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmcontainer with parameters of type RMContextModifierConstructorDescriptionRMContainerImpl(org.apache.hadoop.yarn.api.records.Container container, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerKey, org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, org.apache.hadoop.yarn.api.records.NodeId nodeId, String user, RMContext rmContext) RMContainerImpl(org.apache.hadoop.yarn.api.records.Container container, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerKey, org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, org.apache.hadoop.yarn.api.records.NodeId nodeId, String user, RMContext rmContext, boolean isExternallyAllocated) RMContainerImpl(org.apache.hadoop.yarn.api.records.Container container, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerKey, org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, org.apache.hadoop.yarn.api.records.NodeId nodeId, String user, RMContext rmContext, long creationTime, String nodeLabelExpression) RMContainerImpl(org.apache.hadoop.yarn.api.records.Container container, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerKey, org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, org.apache.hadoop.yarn.api.records.NodeId nodeId, String user, RMContext rmContext, long creationTime, String nodeLabelExpression, boolean isExternallyAllocated) RMContainerImpl(org.apache.hadoop.yarn.api.records.Container container, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerKey, org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, org.apache.hadoop.yarn.api.records.NodeId nodeId, String user, RMContext rmContext, String nodeLabelExpression) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.rmnode
Methods in org.apache.hadoop.yarn.server.resourcemanager.rmnode that return RMContextConstructors in org.apache.hadoop.yarn.server.resourcemanager.rmnode with parameters of type RMContextModifierConstructorDescriptionRMNodeImpl(org.apache.hadoop.yarn.api.records.NodeId nodeId, RMContext context, String hostName, int cmPort, int httpPort, org.apache.hadoop.net.Node node, org.apache.hadoop.yarn.api.records.Resource capability, String nodeManagerVersion) RMNodeImpl(org.apache.hadoop.yarn.api.records.NodeId nodeId, RMContext context, String hostName, int cmPort, int httpPort, org.apache.hadoop.net.Node node, org.apache.hadoop.yarn.api.records.Resource capability, String nodeManagerVersion, org.apache.hadoop.yarn.api.records.Resource physResource) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler
Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler declared as RMContextModifier and TypeFieldDescriptionprotected RMContextAbstractYarnScheduler.rmContextprotected final RMContextSchedulerApplicationAttempt.rmContextMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler that return RMContextModifier and TypeMethodDescriptionSchedContainerChangeRequest.getRmContext()AppSchedulingInfo.getRMContext()Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type RMContextModifier and TypeMethodDescriptionstatic booleanSchedulerUtils.checkQueueLabelExpression(Set<String> queueLabels, String labelExpression, RMContext rmContext) Check queue label expression, check if node label in queue's node-label-expression existed in clusterNodeLabels if rmContext !static RMContainerSchedulerUtils.createOpportunisticRmContainer(RMContext rmContext, org.apache.hadoop.yarn.api.records.Container container, boolean isRemotelyAllocated) static AppPlacementAllocator<SchedulerNode>ApplicationPlacementAllocatorFactory.getAppPlacementAllocator(String appPlacementAllocatorName, AppSchedulingInfo appSchedulingInfo, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerRequestKey, RMContext rmContext) Get AppPlacementAllocator related to the placement type requested.voidInitialize ACL policy with configuration and RMContext.voidDefaultConfigurationMutationACLPolicy.init(org.apache.hadoop.conf.Configuration conf, RMContext rmContext) static voidSchedulerUtils.normalizeAndValidateRequest(org.apache.hadoop.yarn.api.records.ResourceRequest resReq, org.apache.hadoop.yarn.api.records.Resource maximumAllocation, String queueName, boolean isRecovery, RMContext rmContext, org.apache.hadoop.yarn.api.records.QueueInfo queueInfo, boolean nodeLabelsEnabled) static voidSchedulerUtils.normalizeAndValidateRequest(org.apache.hadoop.yarn.api.records.ResourceRequest resReq, org.apache.hadoop.yarn.api.records.Resource maximumAllocation, String queueName, RMContext rmContext, org.apache.hadoop.yarn.api.records.QueueInfo queueInfo, boolean nodeLabelsEnabled) voidAbstractYarnScheduler.reinitialize(org.apache.hadoop.conf.Configuration conf, RMContext rmContext) voidResourceScheduler.reinitialize(org.apache.hadoop.conf.Configuration conf, RMContext rmContext) Re-initialize theResourceScheduler.voidResourceScheduler.setRMContext(RMContext rmContext) Set RMContext forResourceScheduler.Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type RMContextModifierConstructorDescriptionAppSchedulingInfo(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, String user, Queue queue, AbstractUsersManager abstractUsersManager, long epoch, ResourceUsage appResourceUsage, Map<String, String> applicationSchedulingEnvs, RMContext rmContext, boolean unmanagedAM) SchedContainerChangeRequest(RMContext rmContext, SchedulerNode schedulerNode, RMContainer rmContainer, org.apache.hadoop.yarn.api.records.Resource targetCapacity) SchedulerApplicationAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, String user, Queue queue, AbstractUsersManager abstractUsersManager, RMContext rmContext) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities
Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities with parameters of type RMContext -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return RMContextModifier and TypeMethodDescriptionQueueManagementDynamicEditPolicy.getRmContext()CapacityScheduler.getRMContext()CapacitySchedulerContext.getRMContext()Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type RMContextModifier and TypeMethodDescriptionvoidAutoCreatedQueueDeletionPolicy.init(org.apache.hadoop.conf.Configuration config, RMContext context, ResourceScheduler sched) voidQueueConfigurationAutoRefreshPolicy.init(org.apache.hadoop.conf.Configuration config, RMContext context, ResourceScheduler sched) voidQueueManagementDynamicEditPolicy.init(org.apache.hadoop.conf.Configuration config, RMContext context, ResourceScheduler sched) voidCapacityScheduler.reinitialize(org.apache.hadoop.conf.Configuration newConf, RMContext rmContext) voidCapacityScheduler.reinitialize(org.apache.hadoop.conf.Configuration newConf, RMContext rmContext, boolean validation) voidQueueManagementDynamicEditPolicy.reinitialize(org.apache.hadoop.conf.Configuration config, RMContext context, ResourceScheduler sched) Reinitializes queues(Called on scheduler.reinitialize)voidCapacityScheduler.setRMContext(RMContext rmContext) static booleanCapacitySchedulerConfigValidator.validateCSConfiguration(org.apache.hadoop.conf.Configuration oldConfParam, org.apache.hadoop.conf.Configuration newConf, RMContext rmContext) Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type RMContextModifierConstructorDescriptionQueueManagementDynamicEditPolicy(RMContext context, CapacityScheduler scheduler) QueueManagementDynamicEditPolicy(RMContext context, CapacityScheduler scheduler, org.apache.hadoop.yarn.util.Clock clock) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.allocator
Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.allocator with parameters of type RMContextModifierConstructorDescriptionAbstractContainerAllocator(FiCaSchedulerApp application, org.apache.hadoop.yarn.util.resource.ResourceCalculator rc, RMContext rmContext) AbstractContainerAllocator(FiCaSchedulerApp application, org.apache.hadoop.yarn.util.resource.ResourceCalculator rc, RMContext rmContext, ActivitiesManager activitiesManager) ContainerAllocator(FiCaSchedulerApp application, org.apache.hadoop.yarn.util.resource.ResourceCalculator rc, RMContext rmContext) ContainerAllocator(FiCaSchedulerApp application, org.apache.hadoop.yarn.util.resource.ResourceCalculator rc, RMContext rmContext, ActivitiesManager activitiesManager) RegularContainerAllocator(FiCaSchedulerApp application, org.apache.hadoop.yarn.util.resource.ResourceCalculator rc, RMContext rmContext, ActivitiesManager activitiesManager) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.conf
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.conf with parameters of type RMContextModifier and TypeMethodDescriptionvoidQueueAdminConfigurationMutationACLPolicy.init(org.apache.hadoop.conf.Configuration config, RMContext context) voidFSSchedulerConfigurationStore.initialize(org.apache.hadoop.conf.Configuration fsConf, org.apache.hadoop.conf.Configuration vSchedConf, RMContext rmContext) voidInMemoryConfigurationStore.initialize(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.conf.Configuration schedConf, RMContext rmContext) voidLeveldbConfigurationStore.initialize(org.apache.hadoop.conf.Configuration config, org.apache.hadoop.conf.Configuration schedConf, RMContext rmContext) abstract voidYarnConfigurationStore.initialize(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.conf.Configuration schedConf, RMContext rmContext) Initialize the configuration store, with schedConf as the initial scheduler configuration.voidZKConfigurationStore.initialize(org.apache.hadoop.conf.Configuration config, org.apache.hadoop.conf.Configuration schedConf, RMContext rmContext) Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.conf with parameters of type RMContextModifierConstructorDescriptionFileBasedCSConfigurationProvider(RMContext rmContext) Construct file based CS configuration provider with given context.MutableCSConfigurationProvider(RMContext rmContext) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica
Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica with parameters of type RMContextModifierConstructorDescriptionFiCaSchedulerApp(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, String user, Queue queue, AbstractUsersManager abstractUsersManager, RMContext rmContext) FiCaSchedulerApp(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, String user, Queue queue, AbstractUsersManager abstractUsersManager, RMContext rmContext, org.apache.hadoop.yarn.api.records.Priority appPriority, boolean isAttemptRecovering) FiCaSchedulerApp(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, String user, Queue queue, AbstractUsersManager abstractUsersManager, RMContext rmContext, org.apache.hadoop.yarn.api.records.Priority appPriority, boolean isAttemptRecovering, ActivitiesManager activitiesManager) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint
Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint with parameters of type RMContext -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.algorithm
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.algorithm with parameters of type RMContext -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.api
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.api with parameters of type RMContext -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return RMContextMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type RMContextModifier and TypeMethodDescriptionvoidFairScheduler.reinitialize(org.apache.hadoop.conf.Configuration conf, RMContext rmContext) voidFairScheduler.setRMContext(RMContext rmContext) Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type RMContextModifierConstructorDescriptionFSAppAttempt(FairScheduler scheduler, org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, String user, FSLeafQueue queue, ActiveUsersManager activeUsersManager, RMContext rmContext) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo with parameters of type RMContextModifier and TypeMethodDescriptionvoidFifoScheduler.reinitialize(org.apache.hadoop.conf.Configuration conf, RMContext rmContext) voidFifoScheduler.setRMContext(RMContext rmContext) -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement declared as RMContextMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement with parameters of type RMContextModifier and TypeMethodDescriptionvoidAppPlacementAllocator.initialize(AppSchedulingInfo appSchedulingInfo, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerRequestKey, RMContext rmContext) Initialize this allocator, this will be called by Factory automatically.voidLocalityAppPlacementAllocator.initialize(AppSchedulingInfo appSchedulingInfo, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerRequestKey, RMContext rmContext) voidSingleConstraintAppPlacementAllocator.initialize(AppSchedulingInfo appSchedulingInfo, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerRequestKey, RMContext rmContext) voidMultiNodeSortingManager.setRMContext(RMContext context) Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement with parameters of type RMContext -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.security
Methods in org.apache.hadoop.yarn.server.resourcemanager.security with parameters of type RMContextConstructors in org.apache.hadoop.yarn.server.resourcemanager.security with parameters of type RMContextModifierConstructorDescriptionAMRMTokenSecretManager(org.apache.hadoop.conf.Configuration conf, RMContext rmContext) Create anAMRMTokenSecretManager.ProxyCAManager(org.apache.hadoop.yarn.server.webproxy.ProxyCA proxyCA, RMContext rmContext) RMDelegationTokenSecretManager(long delegationKeyUpdateInterval, long delegationTokenMaxLifetime, long delegationTokenRenewInterval, long delegationTokenRemoverScanInterval, RMContext rmContext) Create a secret manager -
Uses of RMContext in org.apache.hadoop.yarn.server.resourcemanager.webapp
Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp that return RMContext