@InterfaceAudience.Public @InterfaceStability.Stable public abstract class QueueUserACLInfo extends Object
QueueUserACLInfo
provides information QueueACL
for
the given user.
Constructor and Description |
---|
QueueUserACLInfo() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getQueueName()
Get the queue name of the queue.
|
abstract List<QueueACL> |
getUserAcls()
Get the list of
QueueACL for the given user. |
public QueueUserACLInfo()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract String getQueueName()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract List<QueueACL> getUserAcls()
QueueACL
for the given user.QueueACL
for the given userCopyright © 2016 Apache Software Foundation. All Rights Reserved.