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
 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
 void QueueUserACLInfo.setUserAcls(List<QueueACL> acls)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.