|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueUserACLInfo | |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | |
| org.apache.hadoop.yarn.client.api | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| Uses of QueueUserACLInfo in org.apache.hadoop.yarn.api.protocolrecords |
|---|
| Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type QueueUserACLInfo | |
|---|---|
abstract List<QueueUserACLInfo> |
GetQueueUserAclsInfoResponse.getUserAclsInfoList()
Get the QueueUserACLInfo per queue for the user. |
| Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type QueueUserACLInfo | |
|---|---|
static GetQueueUserAclsInfoResponse |
GetQueueUserAclsInfoResponse.newInstance(List<QueueUserACLInfo> queueUserAclsList)
|
abstract void |
GetQueueUserAclsInfoResponse.setUserAclsInfoList(List<QueueUserACLInfo> queueUserAclsList)
|
| Uses of QueueUserACLInfo in org.apache.hadoop.yarn.api.records |
|---|
| Methods in org.apache.hadoop.yarn.api.records that return QueueUserACLInfo | |
|---|---|
static QueueUserACLInfo |
QueueUserACLInfo.newInstance(String queueName,
List<QueueACL> acls)
|
| Uses of QueueUserACLInfo in org.apache.hadoop.yarn.client.api |
|---|
| Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type QueueUserACLInfo | |
|---|---|
abstract List<QueueUserACLInfo> |
YarnClient.getQueueAclsInfo()
Get information about acls for current user on all the existing queues. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||