Java org.apache.hadoop.fs.permission FsAction fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.fs.permission FsAction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.fs.permission FsAction.

The text is from its open source code.

Field

FsActionNONE
FsActionEXECUTE
FsActionWRITE
FsActionWRITE_EXECUTE
FsActionREAD
FsActionREAD_EXECUTE
FsActionREAD_WRITE
FsActionALL

Method

FsActionand(FsAction that)
AND operation.
FsActiongetFsAction(String permission)
Get the FsAction enum for String representation of permissions
booleanimplies(FsAction that)
Return true if this action implies that action.
FsActionor(FsAction that)
OR operation.