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.viewfs   
 

Uses of AclStatus in org.apache.hadoop.fs
 

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.