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 |
ViewFileSystem and ViewFileSystemOverloadScheme classes.
|
org.apache.hadoop.hdfs.server.namenode |
Modifier and Type | Method and Description |
---|---|
AclStatus |
AbstractFileSystem.getAclStatus(Path path)
Gets the ACLs of files and directories.
|
AclStatus |
FileContext.getAclStatus(Path path)
Gets the ACLs of files and directories.
|
AclStatus |
FilterFileSystem.getAclStatus(Path path) |
AclStatus |
FileSystem.getAclStatus(Path path)
Gets the ACL of a file or directory.
|
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,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
Modifier and Type | Method and Description |
---|---|
AclStatus |
ViewFs.getAclStatus(Path path) |
AclStatus |
ViewFileSystem.getAclStatus(Path path) |
Modifier and Type | Method and Description |
---|---|
AclStatus |
TreePath.getAclStatus() |
Modifier and Type | Method and Description |
---|---|
long |
UGIResolver.getPermissionsProto(FileStatus remoteStatus,
AclStatus remoteAcl)
Get the serialized, local permissions for the external
FileStatus or AclStatus . |
Constructor and Description |
---|
TreePath(FileStatus stat,
long parentId,
org.apache.hadoop.hdfs.server.namenode.TreeWalk.TreeIterator i,
FileSystem fs,
AclStatus acls) |
Copyright © 2024 Apache Software Foundation. All rights reserved.