Modifier and Type | Method and Description |
---|---|
default void |
FileSystem.setAcl(AlluxioURI path,
SetAclAction action,
List<AclEntry> entries)
Convenience method for
FileSystem.setAcl(AlluxioURI, SetAclAction, List, SetAclPOptions) with
default options. |
void |
FileSystemCache.InstanceCachingFileSystem.setAcl(AlluxioURI path,
SetAclAction action,
List<AclEntry> entries,
SetAclPOptions options) |
void |
BaseFileSystem.setAcl(AlluxioURI path,
SetAclAction action,
List<AclEntry> entries,
SetAclPOptions options) |
void |
RetryHandlingFileSystemMasterClient.setAcl(AlluxioURI path,
SetAclAction action,
List<AclEntry> entries,
SetAclPOptions options) |
void |
FileSystem.setAcl(AlluxioURI path,
SetAclAction action,
List<AclEntry> entries,
SetAclPOptions options)
Sets the ACL for a path.
|
void |
DelegatingFileSystem.setAcl(AlluxioURI path,
SetAclAction action,
List<AclEntry> entries,
SetAclPOptions options) |
void |
FileSystemMasterClient.setAcl(AlluxioURI path,
SetAclAction action,
List<AclEntry> entries,
SetAclPOptions options)
Sets the ACL for a path.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedBlockingUfsForwarder.setAclEntries(String path,
List<AclEntry> aclEntries) |
Modifier and Type | Method and Description |
---|---|
static AclEntry |
GrpcUtils.fromProto(PAclEntry pAclEntry) |
Modifier and Type | Method and Description |
---|---|
static PAclEntry |
GrpcUtils.toProto(AclEntry aclEntry) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemMaster.setAcl(AlluxioURI path,
SetAclAction action,
List<AclEntry> entries,
SetAclContext context) |
void |
FileSystemMaster.setAcl(AlluxioURI path,
SetAclAction action,
List<AclEntry> entries,
SetAclContext context)
Sets the ACL for a path.
|
Modifier and Type | Field and Description |
---|---|
protected List<AclEntry> |
CreatePathContext.mAcl |
protected List<AclEntry> |
CreateDirectoryContext.mDefaultAcl |
Modifier and Type | Method and Description |
---|---|
List<AclEntry> |
CreatePathContext.getAcl() |
List<AclEntry> |
CreateDirectoryContext.getDefaultAcl() |
Modifier and Type | Method and Description |
---|---|
K |
CreatePathContext.setAcl(List<AclEntry> acl)
Sets an immutable copy of acl as the internal access control list.
|
CreateDirectoryContext |
CreateDirectoryContext.setDefaultAcl(List<AclEntry> defaultAcl)
Sets the default ACL in the context.
|
Modifier and Type | Method and Description |
---|---|
T |
MutableInode.removeAcl(List<AclEntry> entries)
Removes ACL entries.
|
T |
MutableInode.replaceAcl(List<AclEntry> entries)
Replaces all existing ACL entries with a new list of entries.
|
T |
MutableInode.setAcl(List<AclEntry> entries)
Sets ACL entries into the internal ACL.
|
T |
MutableInode.updateMask(List<AclEntry> entries)
Update Mask for the Inode.
|
Modifier and Type | Method and Description |
---|---|
AclEntry |
AclEntry.Builder.build() |
static AclEntry |
AclEntry.fromCliString(String stringEntry)
Creates an
AclEntry from a string. |
static AclEntry |
AclEntry.fromCliStringWithoutPermissions(String stringEntry)
Creates an
AclEntry from a string without permissions. |
Modifier and Type | Method and Description |
---|---|
List<AclEntry> |
ExtendedACLEntries.getEntries()
Returns a list of
AclEntry which represent this ACL instance. |
List<AclEntry> |
DefaultAccessControlList.getEntries()
Returns a list of
AclEntry which represent this ACL instance. |
List<AclEntry> |
AccessControlList.getEntries()
Returns a list of
AclEntry which represent this ACL instance. |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedACLEntries.removeEntry(AclEntry entry)
Removes the specified entry.
|
void |
DefaultAccessControlList.removeEntry(AclEntry entry)
Removes the specified entry.
|
void |
AccessControlList.removeEntry(AclEntry entry)
Removes the specified entry.
|
void |
ExtendedACLEntries.setEntry(AclEntry entry)
Sets an entry into the access control list.
|
void |
DefaultAccessControlList.setEntry(AclEntry entry) |
void |
AccessControlList.setEntry(AclEntry entry)
Sets an entry into the access control list.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseUnderFileSystem.setAclEntries(String path,
List<AclEntry> aclEntries) |
void |
UnderFileSystemWithLogging.setAclEntries(String path,
List<AclEntry> aclEntries) |
void |
UnderFileSystem.setAclEntries(String path,
List<AclEntry> aclEntries)
Sets the access control list of a file or directory in under file system.
|
Modifier and Type | Method and Description |
---|---|
void |
NoopHdfsAclProvider.setAclEntries(org.apache.hadoop.fs.FileSystem hdfs,
String path,
List<AclEntry> aclEntries) |
void |
HdfsAclProvider.setAclEntries(org.apache.hadoop.fs.FileSystem hdfs,
String path,
List<AclEntry> aclEntries)
Sets the ACL and default ACL for an hdfs path using ACL entries.
|
void |
HdfsUnderFileSystem.setAclEntries(String path,
List<AclEntry> aclEntries) |
Modifier and Type | Method and Description |
---|---|
void |
SupportedHdfsAclProvider.setAclEntries(org.apache.hadoop.fs.FileSystem hdfs,
String path,
List<AclEntry> aclEntries) |
Modifier and Type | Method and Description |
---|---|
static AclEntry |
ProtoUtils.fromProto(Acl.AclEntry pEntry) |
Modifier and Type | Method and Description |
---|---|
static Acl.AclEntry |
ProtoUtils.toProto(AclEntry aclEntry) |
Copyright © 2023. All Rights Reserved.