| Package | Description |
|---|---|
| org.apache.hadoop.fs.permission |
This package provides support for HDFS permission and ACL.
|
| Modifier and Type | Method | Description |
|---|---|---|
AclEntryType |
AclEntry.getType() |
Returns the ACL entry type.
|
static AclEntryType |
AclEntryType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AclEntryType[] |
AclEntryType.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.setType(AclEntryType type) |
Sets the ACL entry type.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.