Uses of Class
org.apache.hadoop.fs.permission.AclEntry.Builder
Packages that use AclEntry.Builder
Package
Description
This package provides support for HDFS permission and ACL.
-
Uses of AclEntry.Builder in org.apache.hadoop.fs.permission
Methods in org.apache.hadoop.fs.permission that return AclEntry.BuilderModifier and TypeMethodDescriptionSets the optional ACL entry name.AclEntry.Builder.setPermission(FsAction permission) Sets the set of permissions in the ACL entry.AclEntry.Builder.setScope(AclEntryScope scope) Sets the scope of the ACL entry.AclEntry.Builder.setType(AclEntryType type) Sets the ACL entry type.