Class QueueUserACLInfo
java.lang.Object
org.apache.hadoop.yarn.api.records.QueueUserACLInfo
QueueUserACLInfo provides information QueueACL for
the given user.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringGet the queue name of the queue.Get the list ofQueueACLfor the given user.static QueueUserACLInfoabstract voidsetQueueName(String queueName) abstract void
-
Constructor Details
-
QueueUserACLInfo
public QueueUserACLInfo()
-
-
Method Details
-
newInstance
@Private @Unstable public static QueueUserACLInfo newInstance(String queueName, List<QueueACL> acls) -
getQueueName
Get the queue name of the queue.- Returns:
- queue name of the queue
-
setQueueName
-
getUserAcls
Get the list ofQueueACLfor the given user.- Returns:
- list of
QueueACLfor the given user
-
setUserAcls
-