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

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

Uses of AclStatus in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return AclStatus
 AclStatus FilterFileSystem.getAclStatus(Path path)
           
 AclStatus FileSystem.getAclStatus(Path path)
          Gets the ACL of a file or directory.
 AclStatus FileContext.getAclStatus(Path path)
          Gets the ACLs of files and directories.
 AclStatus AbstractFileSystem.getAclStatus(Path path)
          Gets the ACLs of files and directories.
 

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

Methods in org.apache.hadoop.fs.permission that return AclStatus
 AclStatus AclStatus.Builder.build()
          Builds a new AclStatus populated with the set properties.
 

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

Methods in org.apache.hadoop.fs.viewfs that return AclStatus
 AclStatus ViewFs.getAclStatus(Path path)
           
 AclStatus ViewFileSystem.getAclStatus(Path path)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.