Modifier and Type | Method and Description |
---|---|
List<QueueUserACLInfo> |
ResourceMgrDelegate.getQueueAclsInfo() |
Modifier and Type | Method and Description |
---|---|
static QueueAclsInfo[] |
TypeConverter.fromYarnQueueUserAclsInfo(List<QueueUserACLInfo> userAcls) |
Modifier and Type | Method and Description |
---|---|
abstract List<QueueUserACLInfo> |
GetQueueUserAclsInfoResponse.getUserAclsInfoList()
Get the
QueueUserACLInfo per queue for the user. |
Modifier and Type | Method and Description |
---|---|
static GetQueueUserAclsInfoResponse |
GetQueueUserAclsInfoResponse.newInstance(List<QueueUserACLInfo> queueUserAclsList) |
abstract void |
GetQueueUserAclsInfoResponse.setUserAclsInfoList(List<QueueUserACLInfo> queueUserAclsList) |
Modifier and Type | Method and Description |
---|---|
List<QueueUserACLInfo> |
GetQueueUserAclsInfoResponsePBImpl.getUserAclsInfoList() |
Modifier and Type | Method and Description |
---|---|
void |
GetQueueUserAclsInfoResponsePBImpl.setUserAclsInfoList(List<QueueUserACLInfo> queueUserAclsList) |
Modifier and Type | Method and Description |
---|---|
static QueueUserACLInfo |
QueueUserACLInfo.newInstance(String queueName,
List<QueueACL> acls) |
Modifier and Type | Class and Description |
---|---|
class |
QueueUserACLInfoPBImpl |
Modifier and Type | Method and Description |
---|---|
abstract List<QueueUserACLInfo> |
YarnClient.getQueueAclsInfo()
Get information about acls for current user on all the
existing queues.
|
Modifier and Type | Method and Description |
---|---|
List<QueueUserACLInfo> |
YarnClientImpl.getQueueAclsInfo() |
Modifier and Type | Method and Description |
---|---|
List<QueueUserACLInfo> |
YarnScheduler.getQueueUserAclInfo()
Get acls for queues for current user.
|
List<QueueUserACLInfo> |
Queue.getQueueUserAclInfo(UserGroupInformation user)
Get queue ACLs for given
user . |
Modifier and Type | Method and Description |
---|---|
List<QueueUserACLInfo> |
CapacityScheduler.getQueueUserAclInfo() |
List<QueueUserACLInfo> |
ParentQueue.getQueueUserAclInfo(UserGroupInformation user) |
List<QueueUserACLInfo> |
LeafQueue.getQueueUserAclInfo(UserGroupInformation user) |
Modifier and Type | Method and Description |
---|---|
List<QueueUserACLInfo> |
FairScheduler.getQueueUserAclInfo() |
List<QueueUserACLInfo> |
FSLeafQueue.getQueueUserAclInfo(UserGroupInformation user) |
List<QueueUserACLInfo> |
FSParentQueue.getQueueUserAclInfo(UserGroupInformation user) |
Modifier and Type | Method and Description |
---|---|
List<QueueUserACLInfo> |
FifoScheduler.getQueueUserAclInfo() |
Copyright © 2013 Apache Software Foundation. All rights reserved.