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 AclEntryType
    Modifier and Type
    Method
    Description
    AclEntry.getType()
    Returns the ACL entry type.
    AclEntryType.valueOf(String name)
    Returns 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.