Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.contexts |
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 | Method and Description |
---|---|
static SetAclContext |
SetAclContext.create(SetAclPOptions.Builder optionsBuilder) |
static SetAclContext |
SetAclContext.defaults() |
static SetAclContext |
SetAclContext.mergeFrom(SetAclPOptions.Builder optionsBuilder)
Merges and embeds the given
SetAclPOptions with the corresponding master options. |
Copyright © 2023. All Rights Reserved.