Uses of Class
org.apache.hadoop.fs.permission.AclEntry.Builder

Packages that use AclEntry.Builder
org.apache.hadoop.fs.permission   
 

Uses of AclEntry.Builder in org.apache.hadoop.fs.permission
 

Methods in org.apache.hadoop.fs.permission that return AclEntry.Builder
 AclEntry.Builder AclEntry.Builder.setName(String name)
          Sets the optional ACL entry name.
 AclEntry.Builder AclEntry.Builder.setPermission(FsAction permission)
          Sets the set of permissions in the ACL entry.
 AclEntry.Builder AclEntry.Builder.setScope(AclEntryScope scope)
          Sets the scope of the ACL entry.
 AclEntry.Builder AclEntry.Builder.setType(AclEntryType type)
          Sets the ACL entry type.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.