| Package | Description |
|---|---|
| org.apache.hadoop.fs.permission |
This package provides support for HDFS permission and ACL.
|
| Modifier and Type | Method | Description |
|---|---|---|
AclEntryScope |
AclEntry.getScope() |
Returns the scope of the ACL entry.
|
static AclEntryScope |
AclEntryScope.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AclEntryScope[] |
AclEntryScope.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
AclEntry.Builder |
AclEntry.Builder.setScope(AclEntryScope scope) |
Sets the scope of the ACL entry.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.