Package | Description |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
org.apache.hadoop.fs.adl |
Supporting classes for metrics instrumentation.
|
org.apache.hadoop.fs.azurebfs |
A distributed implementation of
FileSystem for reading and writing files on
Azure Storage. |
org.apache.hadoop.fs.viewfs |
Modifier and Type | Method and Description |
---|---|
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.
|
AclStatus |
FilterFileSystem.getAclStatus(Path path) |
AclStatus |
AbstractFileSystem.getAclStatus(Path path)
Gets the ACLs of files and directories.
|
Modifier and Type | Method and Description |
---|---|
AclStatus |
AdlFileSystem.getAclStatus(Path path)
Gets the ACL of a file or directory.
|
Modifier and Type | Method and Description |
---|---|
AclStatus |
AzureBlobFileSystemStore.getAclStatus(Path path) |
Modifier and Type | Method and Description |
---|---|
AclStatus |
ViewFileSystem.getAclStatus(Path path) |
AclStatus |
ViewFs.getAclStatus(Path path) |
Copyright © 2022 Apache Software Foundation. All rights reserved.