Package | Description |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
org.apache.hadoop.fs.viewfs |
Modifier and Type | Method and Description |
---|---|
AclStatus |
AbstractFileSystem.getAclStatus(Path path)
Gets the ACLs of files and directories.
|
AclStatus |
FilterFileSystem.getAclStatus(Path path) |
AclStatus |
FileContext.getAclStatus(Path path)
Gets the ACLs of files and directories.
|
AclStatus |
FileSystem.getAclStatus(Path path)
Gets the ACL of a file or directory.
|
Modifier and Type | Method and Description |
---|---|
AclStatus |
ViewFs.getAclStatus(Path path) |
AclStatus |
ViewFileSystem.getAclStatus(Path path) |
Copyright © 2015 Apache Software Foundation. All rights reserved.