Modifier and Type | Method and Description |
---|---|
DefaultAccessControlList |
URIStatus.getDefaultAcl() |
Modifier and Type | Method and Description |
---|---|
Pair<AccessControlList,DefaultAccessControlList> |
ManagedBlockingUfsForwarder.getAclPair(String path) |
Modifier and Type | Method and Description |
---|---|
static PAcl |
GrpcUtils.toProto(DefaultAccessControlList defaultAcl) |
Modifier and Type | Method and Description |
---|---|
DefaultAccessControlList |
MutableInodeFile.getDefaultACL() |
DefaultAccessControlList |
MutableInodeDirectory.getDefaultACL() |
DefaultAccessControlList |
InodeView.getDefaultACL() |
DefaultAccessControlList |
Inode.getDefaultACL() |
Modifier and Type | Method and Description |
---|---|
MutableInodeFile |
MutableInodeFile.setDefaultACL(DefaultAccessControlList acl) |
MutableInodeDirectory |
MutableInodeDirectory.setDefaultACL(DefaultAccessControlList acl) |
abstract T |
MutableInode.setDefaultACL(DefaultAccessControlList acl) |
Modifier and Type | Field and Description |
---|---|
static DefaultAccessControlList |
DefaultAccessControlList.EMPTY_DEFAULT_ACL |
Modifier and Type | Method and Description |
---|---|
Pair<AccessControlList,DefaultAccessControlList> |
DefaultAccessControlList.generateChildDirACL(Short umask)
Creates a child directory's access ACL and default ACL based on the default ACL.
|
Modifier and Type | Method and Description |
---|---|
Pair<AccessControlList,DefaultAccessControlList> |
UnderFileSystemWithLogging.getAclPair(String path) |
Pair<AccessControlList,DefaultAccessControlList> |
BaseUnderFileSystem.getAclPair(String path) |
Pair<AccessControlList,DefaultAccessControlList> |
UnderFileSystem.getAclPair(String path)
Gets the ACL and the Default ACL of a file or directory in under file system.
|
Modifier and Type | Method and Description |
---|---|
Pair<AccessControlList,DefaultAccessControlList> |
NoopHdfsAclProvider.getAcl(org.apache.hadoop.fs.FileSystem hdfs,
String path) |
Pair<AccessControlList,DefaultAccessControlList> |
HdfsAclProvider.getAcl(org.apache.hadoop.fs.FileSystem hdfs,
String path)
Returns the
AccessControlList from an hdfs path. |
Pair<AccessControlList,DefaultAccessControlList> |
HdfsUnderFileSystem.getAclPair(String path) |
Modifier and Type | Method and Description |
---|---|
Pair<AccessControlList,DefaultAccessControlList> |
SupportedHdfsAclProvider.getAcl(org.apache.hadoop.fs.FileSystem hdfs,
String path) |
Modifier and Type | Method and Description |
---|---|
DefaultAccessControlList |
FileInfo.getDefaultAcl() |
Modifier and Type | Method and Description |
---|---|
FileInfo |
FileInfo.setDefaultAcl(DefaultAccessControlList defaultAcl) |
Copyright © 2023. All Rights Reserved.