org.apache.hadoop.yarn.event.EventHandler<SchedulerEvent>, Recoverable, ResourceScheduler, YarnSchedulerCapacitySchedulerpublic interface MutableConfScheduler extends ResourceScheduler
| Modifier and Type | Method | 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(java.lang.String queueName) |
Get queue object based on queue name.
|
boolean |
isConfigurationMutable() |
Return whether the scheduler configuration is mutable.
|
recoverattemptAllocationOnNode, 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, updateApplicationPriorityorg.apache.hadoop.conf.Configuration getConfiguration()
Queue getQueue(java.lang.String queueName)
queueName - the queue nameboolean isConfigurationMutable()
MutableConfigurationProvider getMutableConfProvider()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.