Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager | |
org.apache.hadoop.yarn.server.resourcemanager.security |
Package org.apache.hadoop.yarn.server.resourcemanager.security
contains classes related to security.
|
Modifier and Type | Field and Description |
---|---|
protected QueueACLsManager |
ResourceManager.queueACLsManager |
Modifier and Type | Method and Description |
---|---|
protected QueueACLsManager |
ResourceManager.createQueueACLsManager(ResourceScheduler scheduler,
org.apache.hadoop.conf.Configuration conf) |
QueueACLsManager |
ResourceManager.getQueueACLsManager() |
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
CapacityQueueACLsManager
This is the implementation of
QueueACLsManager based on the
CapacityScheduler . |
class |
FairQueueACLsManager
This is the implementation of
QueueACLsManager based on the
FairScheduler . |
class |
GenericQueueACLsManager
This is the generic implementation of
QueueACLsManager . |
Modifier and Type | Method and Description |
---|---|
static QueueACLsManager |
QueueACLsManager.getQueueACLsManager(ResourceScheduler scheduler,
org.apache.hadoop.conf.Configuration conf)
Get queue acl manager corresponding to the scheduler.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.