Uses of Enum Class
org.apache.hadoop.fs.permission.AclEntryScope

Packages that use AclEntryScope
Package
Description
This package provides support for HDFS permission and ACL.
  • Uses of AclEntryScope in org.apache.hadoop.fs.permission

    Methods in org.apache.hadoop.fs.permission that return AclEntryScope
    Modifier and Type
    Method
    Description
    AclEntry.getScope()
    Returns the scope of the ACL entry.
    AclEntryScope.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static AclEntryScope[]
    AclEntryScope.values()
    Returns an array containing the constants of this enum class, in the order they are declared.