|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueUserACLInfo | |
---|---|
org.apache.hadoop.yarn.api.protocolrecords | |
org.apache.hadoop.yarn.client |
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 | |
---|---|
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 | |
---|---|
void |
GetQueueUserAclsInfoResponse.setUserAclsInfoList(List<QueueUserACLInfo> queueUserAclsList)
|
Uses of QueueUserACLInfo in org.apache.hadoop.yarn.client |
---|
Methods in org.apache.hadoop.yarn.client that return types with arguments of type QueueUserACLInfo | |
---|---|
List<QueueUserACLInfo> |
YarnClient.getQueueAclsInfo()
Get information about acls for current user on all the existing queues. |
List<QueueUserACLInfo> |
YarnClientImpl.getQueueAclsInfo()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |