Uses of Class
org.apache.hadoop.fs.permission.AclEntry
Packages that use AclEntry
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.This package provides support for HDFS permission and ACL.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of AclEntry in org.apache.hadoop.fs
Method parameters in org.apache.hadoop.fs with type arguments of type AclEntryModifier and TypeMethodDescriptionvoidAbstractFileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec) Modifies ACL entries of files and directories.voidChecksumFileSystem.modifyAclEntries(Path src, List<AclEntry> aclSpec) voidFileContext.modifyAclEntries(Path path, List<AclEntry> aclSpec) Modifies ACL entries of files and directories.voidFileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec) Modifies ACL entries of files and directories.voidFilterFileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec) voidAbstractFileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec) Removes ACL entries from files and directories.voidChecksumFileSystem.removeAclEntries(Path src, List<AclEntry> aclSpec) voidFileContext.removeAclEntries(Path path, List<AclEntry> aclSpec) Removes ACL entries from files and directories.voidFileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec) Removes ACL entries from files and directories.voidFilterFileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec) voidFully replaces ACL of files and directories, discarding all existing entries.voidvoidFully replaces ACL of files and directories, discarding all existing entries.voidFully replaces ACL of files and directories, discarding all existing entries.void -
Uses of AclEntry in org.apache.hadoop.fs.adl
Method parameters in org.apache.hadoop.fs.adl with type arguments of type AclEntryModifier and TypeMethodDescriptionvoidAdlFileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec) Modifies ACL entries of files and directories.voidAdlFileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec) Removes ACL entries from files and directories.voidFully replaces ACL of files and directories, discarding all existing entries. -
Uses of AclEntry in org.apache.hadoop.fs.azurebfs
Method parameters in org.apache.hadoop.fs.azurebfs with type arguments of type AclEntryModifier and TypeMethodDescriptionvoidAzureBlobFileSystemStore.modifyAclEntries(Path path, List<AclEntry> aclSpec, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) voidAzureBlobFileSystemStore.removeAclEntries(Path path, List<AclEntry> aclSpec, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) voidAzureBlobFileSystemStore.setAcl(Path path, List<AclEntry> aclSpec, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) -
Uses of AclEntry in org.apache.hadoop.fs.permission
Methods in org.apache.hadoop.fs.permission that return AclEntryModifier and TypeMethodDescriptionstatic AclEntryAclEntry.parseAclEntry(String aclStr, boolean includePermission) Parses a string representation of an ACL into a AclEntry object.
The expected format of ACL entries in the string parameter is the same format produced by thetoStringStable()method.Methods in org.apache.hadoop.fs.permission that return types with arguments of type AclEntryModifier and TypeMethodDescriptionAclStatus.getEntries()Returns the list of all ACL entries, ordered by their natural ordering.AclEntry.parseAclSpec(String aclSpec, boolean includePermission) Parses a string representation of an ACL spec into a list of AclEntry objects.Methods in org.apache.hadoop.fs.permission with parameters of type AclEntryModifier and TypeMethodDescriptionAclStatus.getEffectivePermission(AclEntry entry) Get the effective permission for the AclEntryAclStatus.getEffectivePermission(AclEntry entry, FsPermission permArg) Get the effective permission for the AclEntry.Method parameters in org.apache.hadoop.fs.permission with type arguments of type AclEntryModifier and TypeMethodDescriptionstatic StringAclEntry.aclSpecToString(List<AclEntry> aclSpec) Convert a List of AclEntries into a string - the reverse of parseAclSpec. -
Uses of AclEntry in org.apache.hadoop.fs.viewfs
Method parameters in org.apache.hadoop.fs.viewfs with type arguments of type AclEntryModifier and TypeMethodDescriptionvoidViewFileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec) voidViewFs.modifyAclEntries(Path path, List<AclEntry> aclSpec) voidViewFileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec) voidViewFs.removeAclEntries(Path path, List<AclEntry> aclSpec) voidvoid -
Uses of AclEntry in org.apache.hadoop.hdfs.inotify
Methods in org.apache.hadoop.hdfs.inotify that return types with arguments of type AclEntry -
Uses of AclEntry in org.apache.hadoop.hdfs.server.namenode
Method parameters in org.apache.hadoop.hdfs.server.namenode with type arguments of type AclEntry