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

Packages that use QueueACL
org.apache.hadoop.yarn.api.records   
 

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

Methods in org.apache.hadoop.yarn.api.records that return QueueACL
static QueueACL QueueACL.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueueACL[] QueueACL.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type QueueACL
abstract  List<QueueACL> QueueUserACLInfo.getUserAcls()
          Get the list of QueueACL for the given user.
 

Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type QueueACL
static QueueUserACLInfo QueueUserACLInfo.newInstance(String queueName, List<QueueACL> acls)
           
abstract  void QueueUserACLInfo.setUserAcls(List<QueueACL> acls)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.