Uses of Class
org.apache.hadoop.mapred.QueueACL

Packages that use QueueACL
org.apache.hadoop.mapred   
 

Uses of QueueACL in org.apache.hadoop.mapred
 

Fields in org.apache.hadoop.mapred declared as QueueACL
 QueueACL Operation.qACLNeeded
           
 

Methods in org.apache.hadoop.mapred 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.mapred with parameters of type QueueACL
 boolean QueueManager.hasAccess(String queueName, QueueACL qACL, org.apache.hadoop.security.UserGroupInformation ugi)
          Return true if the given user is part of the ACL for the given QueueACL name for the given queue.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.