Uses of Class
org.apache.hadoop.fs.permission.AclStatus
Packages that use AclStatus
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.Supporting classes for metrics instrumentation.
A distributed implementation of
FileSystem for reading and writing files on
Azure Storage.ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of AclStatus in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return AclStatusModifier and TypeMethodDescriptionAbstractFileSystem.getAclStatus(Path path) Gets the ACLs of files and directories.FileContext.getAclStatus(Path path) Gets the ACLs of files and directories.FileSystem.getAclStatus(Path path) Gets the ACL of a file or directory.FilterFileSystem.getAclStatus(Path path) -
Uses of AclStatus in org.apache.hadoop.fs.adl
Methods in org.apache.hadoop.fs.adl that return AclStatusModifier and TypeMethodDescriptionAdlFileSystem.getAclStatus(Path path) Gets the ACL of a file or directory. -
Uses of AclStatus in org.apache.hadoop.fs.azurebfs
Methods in org.apache.hadoop.fs.azurebfs that return AclStatusModifier and TypeMethodDescriptionAzureBlobFileSystemStore.getAclStatus(Path path, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) -
Uses of AclStatus in org.apache.hadoop.fs.viewfs
Methods in org.apache.hadoop.fs.viewfs that return AclStatusModifier and TypeMethodDescriptionViewFileSystem.getAclStatus(Path path) ViewFs.getAclStatus(Path path) -
Uses of AclStatus in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return AclStatusMethods in org.apache.hadoop.hdfs.server.namenode with parameters of type AclStatusModifier and TypeMethodDescriptionlongUGIResolver.getPermissionsProto(FileStatus remoteStatus, AclStatus remoteAcl) Get the serialized, local permissions for the externalFileStatusorAclStatus.Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type AclStatusModifierConstructorDescriptionTreePath(FileStatus stat, long parentId, org.apache.hadoop.hdfs.server.namenode.TreeWalk.TreeIterator i, FileSystem fs, AclStatus acls)