Uses of Enum Class
org.apache.hadoop.fs.permission.FsAction
Packages that use FsAction
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.Supporting classes for metrics instrumentation.
A distributed implementation of
FileSystem for reading and writing files on
Azure Storage.This package provides support for HDFS permission and ACL.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of FsAction in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs with parameters of type FsActionModifier and TypeMethodDescriptionvoidThe specification of this method matches that ofFileContext.access(Path, FsAction)except that an UnresolvedLinkException may be thrown if a symlink is encountered in the path.voidChecks if the user can access a path.voidChecks if the user can access a path.void -
Uses of FsAction in org.apache.hadoop.fs.adl
Methods in org.apache.hadoop.fs.adl with parameters of type FsAction -
Uses of FsAction in org.apache.hadoop.fs.azurebfs
Methods in org.apache.hadoop.fs.azurebfs with parameters of type FsAction -
Uses of FsAction in org.apache.hadoop.fs.permission
Methods in org.apache.hadoop.fs.permission that return FsActionModifier and TypeMethodDescriptionAND operation.AclStatus.getEffectivePermission(AclEntry entry) Get the effective permission for the AclEntryAclStatus.getEffectivePermission(AclEntry entry, FsPermission permArg) Get the effective permission for the AclEntry.static FsActionFsAction.getFsAction(String permission) Get the FsAction enum for String representation of permissionsFsPermission.getGroupAction()FsPermission.getOtherAction()AclEntry.getPermission()Returns the set of permissions in the ACL entry.FsPermission.getUserAction()FsAction.not()NOT operation.OR operation.static FsActionReturns the enum constant of this class with the specified name.static FsAction[]FsAction.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 FsActionModifier and TypeMethodDescriptionAND operation.booleanReturn true if this action implies that action.OR operation.Constructors in org.apache.hadoop.fs.permission with parameters of type FsActionModifierConstructorDescriptionFsPermission(FsAction u, FsAction g, FsAction o) Construct by the givenFsAction.FsPermission(FsAction u, FsAction g, FsAction o, boolean sb) -
Uses of FsAction in org.apache.hadoop.fs.viewfs
Methods in org.apache.hadoop.fs.viewfs with parameters of type FsAction