Uses of Class
org.apache.hadoop.yarn.api.records.QueueUserACLInfo

Packages that use QueueUserACLInfo
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.records   
org.apache.hadoop.yarn.client.api   
 

Uses of QueueUserACLInfo in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type QueueUserACLInfo
abstract  List<QueueUserACLInfo> GetQueueUserAclsInfoResponse.getUserAclsInfoList()
          Get the QueueUserACLInfo per queue for the user.
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type QueueUserACLInfo
static GetQueueUserAclsInfoResponse GetQueueUserAclsInfoResponse.newInstance(List<QueueUserACLInfo> queueUserAclsList)
           
abstract  void GetQueueUserAclsInfoResponse.setUserAclsInfoList(List<QueueUserACLInfo> queueUserAclsList)
           
 

Uses of QueueUserACLInfo in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return QueueUserACLInfo
static QueueUserACLInfo QueueUserACLInfo.newInstance(String queueName, List<QueueACL> acls)
           
 

Uses of QueueUserACLInfo in org.apache.hadoop.yarn.client.api
 

Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type QueueUserACLInfo
abstract  List<QueueUserACLInfo> YarnClient.getQueueAclsInfo()
           Get information about acls for current user on all the existing queues.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.