Package com.mapr.fs

Class MapRFsPermission

  • All Implemented Interfaces:
    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.
    • Field Summary

      • Fields inherited from class org.apache.hadoop.fs.permission.FsPermission

        DEFAULT_UMASK, DEPRECATED_UMASK_LABEL, MAX_PERMISSION_LENGTH, UMASK_LABEL
    • Constructor Summary

      Constructors 
      Constructor Description
      MapRFsPermission​(short mode, boolean hasACL)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getAclBit()  
      • Methods inherited from class org.apache.hadoop.fs.permission.FsPermission

        applyUMask, createImmutable, equals, fromShort, getCachePoolDefault, getDefault, getDirDefault, getEncryptedBit, getFileDefault, getGroupAction, getOtherAction, getStickyBit, getUMask, getUserAction, hashCode, read, readFields, setUMask, toExtendedShort, toShort, toString, valueOf, write
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MapRFsPermission

        public MapRFsPermission​(short mode,
                                boolean hasACL)
    • Method Detail

      • getAclBit

        public boolean getAclBit()
        Overrides:
        getAclBit in class org.apache.hadoop.fs.permission.FsPermission