org.apache.hadoop.yarn.api.records
Class QueueUserACLInfo
java.lang.Object
org.apache.hadoop.yarn.api.records.QueueUserACLInfo
@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract class QueueUserACLInfo
- extends Object
QueueUserACLInfo
provides information QueueACL
for
the given user.
- See Also:
QueueACL
,
ApplicationClientProtocol.getQueueUserAcls(org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoRequest)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueUserACLInfo
public QueueUserACLInfo()
getQueueName
@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract String getQueueName()
- Get the queue name of the queue.
- Returns:
- queue name of the queue
getUserAcls
@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract List<QueueACL> getUserAcls()
- Get the list of
QueueACL
for the given user.
- Returns:
- list of
QueueACL
for the given user
Copyright © 2014 Apache Software Foundation. All Rights Reserved.