Uses of Class
org.apache.hadoop.fs.permission.FsAction

Packages that use FsAction
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.permission   
org.apache.hadoop.fs.viewfs   
 

Uses of FsAction in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs with parameters of type FsAction
 void FilterFileSystem.access(Path path, FsAction mode)
           
 void FileContext.access(Path path, FsAction mode)
          Checks if the user can access a path.
 void FileSystem.access(Path path, FsAction mode)
          Checks if the user can access a path.
 void AbstractFileSystem.access(Path path, FsAction mode)
          The specification of this method matches that of FileContext.access(Path, FsAction) except that an UnresolvedLinkException may be thrown if a symlink is encountered in the path.
 

Uses of FsAction in org.apache.hadoop.fs.permission
 

Methods in org.apache.hadoop.fs.permission that return FsAction
 FsAction FsAction.and(FsAction that)
          AND operation.
static FsAction FsAction.getFsAction(String permission)
          Get the FsAction enum for String representation of permissions
 FsAction FsPermission.getGroupAction()
          Return group FsAction.
 FsAction FsPermission.getOtherAction()
          Return other FsAction.
 FsAction AclEntry.getPermission()
          Returns the set of permissions in the ACL entry.
 FsAction FsPermission.getUserAction()
          Return user FsAction.
 FsAction FsAction.not()
          NOT operation.
 FsAction FsAction.or(FsAction that)
          OR operation.
static FsAction FsAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FsAction[] FsAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.fs.permission with parameters of type FsAction
 FsAction FsAction.and(FsAction that)
          AND operation.
 boolean FsAction.implies(FsAction that)
          Return true if this action implies that action.
 FsAction FsAction.or(FsAction that)
          OR operation.
 

Constructors in org.apache.hadoop.fs.permission with parameters of type FsAction
FsPermission(FsAction u, FsAction g, FsAction o)
          Construct by the given FsAction.
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
 void ViewFileSystem.access(Path path, FsAction mode)
           
 void ViewFs.access(Path path, FsAction mode)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.