public interface MutableConfScheduler extends ResourceScheduler
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.conf.Configuration | getConfiguration()Get the scheduler configuration. | 
| MutableConfigurationProvider | getMutableConfProvider()Get scheduler's configuration provider, so other classes can directly
 call mutation APIs on configuration provider. | 
| Queue | getQueue(String queueName)Get queue object based on queue name. | 
| boolean | isConfigurationMutable()Return whether the scheduler configuration is mutable. | 
attemptAllocationOnNode, getNodeIds, reinitialize, resetSchedulerMetrics, setRMContextaddQueue, allocate, checkAccess, checkAndGetApplicationLifetime, checkAndGetApplicationPriority, getAppResourceUsageReport, getAppsInQueue, getClusterResource, getMaxClusterLevelAppPriority, getMaximumApplicationLifetime, getMaximumResourceCapability, getMaximumResourceCapability, getMinimumResourceCapability, getNodeReport, getNormalizedResource, getNumClusterNodes, getPendingResourceRequestsForAttempt, getPendingSchedulingRequestsForAttempt, getPlanQueues, getQueueInfo, getQueueUserAclInfo, getResourceCalculator, getRMContainer, getRootQueueMetrics, getSchedulerAppInfo, getSchedulerNode, getSchedulingResourceTypes, getTransferredContainers, killAllAppsInQueue, moveAllApps, moveApplication, preValidateMoveApplication, removeQueue, setClusterMaxPriority, setEntitlement, updateApplicationPriorityrecoverorg.apache.hadoop.conf.Configuration getConfiguration()
Queue getQueue(String queueName)
queueName - the queue nameboolean isConfigurationMutable()
MutableConfigurationProvider getMutableConfProvider()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.