@InterfaceAudience.Public @InterfaceStability.Stable public interface GetQueueUserAclsInfoResponse
The response sent by the ResourceManager to clients
seeking queue acls for the user.
The response contains a list of QueueUserACLInfo which
provides information about QueueACL per queue.
| Modifier and Type | Method and Description |
|---|---|
List<QueueUserACLInfo> |
getUserAclsInfoList()
Get the
QueueUserACLInfo per queue for the user. |
@InterfaceAudience.Public @InterfaceStability.Stable List<QueueUserACLInfo> getUserAclsInfoList()
QueueUserACLInfo per queue for the user.QueueUserACLInfo per queue for the userCopyright © 2014 Apache Software Foundation. All Rights Reserved.