@InterfaceAudience.Public @InterfaceStability.Stable public abstract class GetQueueUserAclsInfoResponse extends Object
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.
Constructor and Description |
---|
GetQueueUserAclsInfoResponse() |
Modifier and Type | Method and Description |
---|---|
abstract List<QueueUserACLInfo> |
getUserAclsInfoList()
Get the
QueueUserACLInfo per queue for the user. |
@InterfaceAudience.Public @InterfaceStability.Stable public abstract List<QueueUserACLInfo> getUserAclsInfoList()
QueueUserACLInfo
per queue for the user.QueueUserACLInfo
per queue for the userCopyright © 2017 Apache Software Foundation. All rights reserved.