| Package | Description |
|---|---|
| alluxio.master.file | |
| alluxio.master.file.contexts |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFileSystemMaster.setAcl(AlluxioURI path,
SetAclAction action,
java.util.List<AclEntry> entries,
SetAclContext context) |
void |
FileSystemMaster.setAcl(AlluxioURI path,
SetAclAction action,
java.util.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.create(SetAclPOptions.Builder optionsBuilder,
CallTracker callTracker) |
static SetAclContext |
SetAclContext.defaults() |
static SetAclContext |
SetAclContext.mergeFrom(SetAclPOptions.Builder optionsBuilder)
Merges and embeds the given
SetAclPOptions with the corresponding master options. |
Copyright © 2019. All Rights Reserved.