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

Packages that use AclEntry
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.permission   
org.apache.hadoop.fs.viewfs   
 

Uses of AclEntry in org.apache.hadoop.fs
 

Method parameters in org.apache.hadoop.fs with type arguments of type AclEntry
 void FilterFileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec)
           
 void AbstractFileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec)
          Modifies ACL entries of files and directories.
 void FileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec)
          Modifies ACL entries of files and directories.
 void FileContext.modifyAclEntries(Path path, List<AclEntry> aclSpec)
          Modifies ACL entries of files and directories.
 void FilterFileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec)
           
 void AbstractFileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec)
          Removes ACL entries from files and directories.
 void FileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec)
          Removes ACL entries from files and directories.
 void FileContext.removeAclEntries(Path path, List<AclEntry> aclSpec)
          Removes ACL entries from files and directories.
 void FilterFileSystem.setAcl(Path path, List<AclEntry> aclSpec)
           
 void AbstractFileSystem.setAcl(Path path, List<AclEntry> aclSpec)
          Fully replaces ACL of files and directories, discarding all existing entries.
 void FileSystem.setAcl(Path path, List<AclEntry> aclSpec)
          Fully replaces ACL of files and directories, discarding all existing entries.
 void FileContext.setAcl(Path path, List<AclEntry> aclSpec)
          Fully replaces ACL of files and directories, discarding all existing entries.
 

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

Methods in org.apache.hadoop.fs.permission that return AclEntry
static AclEntry AclEntry.parseAclEntry(String aclStr, boolean includePermission)
          Parses a string representation of an ACL into a AclEntry object.
 

Methods in org.apache.hadoop.fs.permission that return types with arguments of type AclEntry
 List<AclEntry> AclStatus.getEntries()
          Returns the list of all ACL entries, ordered by their natural ordering.
static List<AclEntry> AclEntry.parseAclSpec(String aclSpec, boolean includePermission)
          Parses a string representation of an ACL spec into a list of AclEntry objects.
 

Uses of AclEntry in org.apache.hadoop.fs.viewfs
 

Method parameters in org.apache.hadoop.fs.viewfs with type arguments of type AclEntry
 void ViewFileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec)
           
 void ViewFileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec)
           
 void ViewFileSystem.setAcl(Path path, List<AclEntry> aclSpec)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.