org.apache.hadoop.yarn.api.records
Interface QueueUserACLInfo


@InterfaceAudience.Public
@InterfaceStability.Stable
public interface QueueUserACLInfo

QueueUserACLInfo provides information QueueACL for the given user.

See Also:
QueueACL, ClientRMProtocol.getQueueUserAcls(org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoRequest)

Method Summary
 String getQueueName()
          Get the queue name of the queue.
 List<QueueACL> getUserAcls()
          Get the list of QueueACL for the given user.
 

Method Detail

getQueueName

@InterfaceAudience.Public
@InterfaceStability.Stable
String getQueueName()
Get the queue name of the queue.

Returns:
queue name of the queue

getUserAcls

@InterfaceAudience.Public
@InterfaceStability.Stable
List<QueueACL> getUserAcls()
Get the list of QueueACL for the given user.

Returns:
list of QueueACL for the given user


Copyright © 2013 Apache Software Foundation. All Rights Reserved.