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

Packages that use QueueACL
org.apache.hadoop.yarn.api.records   
org.apache.hadoop.yarn.api.records.impl.pb   
org.apache.hadoop.yarn.util   
 

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)
           
 

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

Methods in org.apache.hadoop.yarn.api.records.impl.pb that return types with arguments of type QueueACL
 List<QueueACL> QueueUserACLInfoPBImpl.getUserAcls()
           
 

Method parameters in org.apache.hadoop.yarn.api.records.impl.pb with type arguments of type QueueACL
 void QueueUserACLInfoPBImpl.setUserAcls(List<QueueACL> userAclsList)
           
 

Uses of QueueACL in org.apache.hadoop.yarn.util
 

Methods in org.apache.hadoop.yarn.util that return QueueACL
static QueueACL ProtoUtils.convertFromProtoFormat(YarnProtos.QueueACLProto e)
           
 

Methods in org.apache.hadoop.yarn.util with parameters of type QueueACL
static YarnProtos.QueueACLProto ProtoUtils.convertToProtoFormat(QueueACL e)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.