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

Packages that use FsAction
org.apache.hadoop.fs.permission   
 

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.
 FsAction FsPermission.getGroupAction()
          Return group FsAction.
 FsAction FsPermission.getOtherAction()
          Return other FsAction.
 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.
 



Copyright © 2009 The Apache Software Foundation