Uses of Enum Class
org.apache.hadoop.fs.permission.AclEntryType
Packages that use AclEntryType
Package
Description
This package provides support for HDFS permission and ACL.
-
Uses of AclEntryType in org.apache.hadoop.fs.permission
Methods in org.apache.hadoop.fs.permission that return AclEntryTypeModifier and TypeMethodDescriptionAclEntry.getType()Returns the ACL entry type.static AclEntryTypeReturns the enum constant of this class with the specified name.static AclEntryType[]AclEntryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.fs.permission with parameters of type AclEntryTypeModifier and TypeMethodDescriptionAclEntry.Builder.setType(AclEntryType type) Sets the ACL entry type.