Package com.mapr.fs
Class MapRFsPermission
java.lang.Object
org.apache.hadoop.fs.permission.FsPermission
com.mapr.fs.MapRFsPermission
- All Implemented Interfaces:
ObjectInputValidation,Serializable,org.apache.hadoop.io.Writable
public class MapRFsPermission
extends org.apache.hadoop.fs.permission.FsPermission
Interface that represents the client side information for a file permission.
- See Also:
-
Field Summary
Fields inherited from class org.apache.hadoop.fs.permission.FsPermission
DEFAULT_UMASK, MAX_PERMISSION_LENGTH, UMASK_LABEL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.fs.permission.FsPermission
applyUMask, createImmutable, equals, fromShort, getCachePoolDefault, getDefault, getDirDefault, getEncryptedBit, getErasureCodedBit, getFileDefault, getGroupAction, getMasked, getOtherAction, getStickyBit, getUMask, getUnmasked, getUserAction, hashCode, read, readFields, setUMask, toExtendedShort, toOctal, toShort, toString, validateObject, valueOf, write
-
Constructor Details
-
MapRFsPermission
public MapRFsPermission(short mode, boolean hasACL)
-
-
Method Details
-
getAclBit
public boolean getAclBit()- Overrides:
getAclBitin classorg.apache.hadoop.fs.permission.FsPermission
-