| Package | Description |
|---|---|
| org.apache.hadoop.fs.permission |
This package provides support for HDFS permission and ACL.
|
| Modifier and Type | Method | Description |
|---|---|---|
AclEntry.Builder |
AclEntry.Builder.setName(java.lang.String name) |
Sets the optional ACL entry name.
|
AclEntry.Builder |
AclEntry.Builder.setPermission(FsAction permission) |
Sets the set of permissions in the ACL entry.
|
AclEntry.Builder |
AclEntry.Builder.setScope(AclEntryScope scope) |
Sets the scope of the ACL entry.
|
AclEntry.Builder |
AclEntry.Builder.setType(AclEntryType type) |
Sets the ACL entry type.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.