Package | Description |
---|---|
org.apache.hadoop.fs.permission |
This package provides support for HDFS permission and ACL.
|
Modifier and Type | Method and Description |
---|---|
AclEntryType |
AclEntry.getType()
Returns the ACL entry type.
|
static AclEntryType |
AclEntryType.valueOf(String name) |
static AclEntryType[] |
AclEntryType.values() |
Modifier and Type | Method and Description |
---|---|
AclEntry.Builder |
AclEntry.Builder.setType(AclEntryType type)
Sets the ACL entry type.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.