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

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

Introduction

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

The text is from its open source code.

Method

ListgetEntries()
Returns the list of all ACL entries, ordered by their natural ordering.
StringgetGroup()
Returns the file group.
StringgetOwner()
Returns the file owner.
FsPermissiongetPermission()
Returns the permission set for the path
booleanisStickyBit()
Returns the sticky bit.