Modifier and Type | Method and Description |
---|---|
AccessControlList |
URIStatus.getAcl() |
Modifier and Type | Method and Description |
---|---|
AccessControlList |
OutStreamOptions.getAcl() |
Modifier and Type | Method and Description |
---|---|
OutStreamOptions |
OutStreamOptions.setAcl(AccessControlList acl)
Sets the acl of the file.
|
Modifier and Type | Method and Description |
---|---|
Pair<AccessControlList,DefaultAccessControlList> |
ManagedBlockingUfsForwarder.getAclPair(String path) |
Modifier and Type | Method and Description |
---|---|
static AccessControlList |
GrpcUtils.fromProto(PAcl pAcl) |
Modifier and Type | Method and Description |
---|---|
static PAcl |
GrpcUtils.toProto(AccessControlList acl) |
Modifier and Type | Field and Description |
---|---|
protected AccessControlList |
MutableInode.mAcl |
Modifier and Type | Method and Description |
---|---|
AccessControlList |
MutableInode.getACL() |
AccessControlList |
InodeView.getACL() |
AccessControlList |
Inode.getACL() |
Modifier and Type | Method and Description |
---|---|
T |
MutableInode.setInternalAcl(AccessControlList acl)
Sets the internal ACL to a specified ACL.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAccessControlList
Default Access control list for a directory.
|
Modifier and Type | Field and Description |
---|---|
static AccessControlList |
AccessControlList.EMPTY_ACL |
Modifier and Type | Method and Description |
---|---|
AccessControlList |
AccessControlList.AccessControlListDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
Deserialize an AccessControlList object.
|
static AccessControlList |
AccessControlList.fromStringEntries(String owner,
String owningGroup,
List<String> stringEntries)
Converts a list of string entries into an AccessControlList or a DefaultAccessControlList.
|
AccessControlList |
DefaultAccessControlList.generateChildFileACL(Short umask)
create a child file 's accessACL based on the 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 |
---|---|
void |
AccessControlList.AccessControlListSerializer.serialize(AccessControlList accessControlList,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
Serialize an AccessControlList object.
|
Constructor and Description |
---|
DefaultAccessControlList(AccessControlList acl)
Constructor to build a default ACL based on an access 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 |
---|---|
static Fingerprint |
Fingerprint.create(String ufsName,
UfsStatus status,
AccessControlList acl)
Parses the input string and returns the fingerprint object.
|
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 |
---|---|
AccessControlList |
CreateOptions.getAcl() |
Modifier and Type | Method and Description |
---|---|
CreateOptions |
CreateOptions.setAcl(AccessControlList acl)
Sets an initial acl for the newly created file.
|
Modifier and Type | Method and Description |
---|---|
static AccessControlList |
ProtoUtils.fromProto(Acl.AccessControlList acl) |
Modifier and Type | Method and Description |
---|---|
static Acl.AccessControlList |
ProtoUtils.toProto(AccessControlList acl) |
Modifier and Type | Method and Description |
---|---|
AccessControlList |
FileInfo.getAcl() |
Modifier and Type | Method and Description |
---|---|
FileInfo |
FileInfo.setAcl(AccessControlList acl) |
Copyright © 2023. All Rights Reserved.