Package | Description |
---|---|
alluxio.client.file | |
alluxio.grpc | |
alluxio.master.file | |
alluxio.util.proto |
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 |
---|---|
static SetAclAction |
SetAclAction.forNumber(int value) |
SetAclAction |
SetAclPRequestOrBuilder.getAction()
the set action to perform
|
SetAclAction |
SetAclPRequest.getAction()
the set action to perform
|
SetAclAction |
SetAclPRequest.Builder.getAction()
the set action to perform
|
static SetAclAction |
SetAclAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SetAclAction |
SetAclAction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SetAclAction |
SetAclAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetAclAction[] |
SetAclAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<SetAclAction> |
SetAclAction.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
SetAclPRequest.Builder |
SetAclPRequest.Builder.setAction(SetAclAction value)
the set action to perform
|
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 SetAclAction |
ProtoUtils.fromProto(File.PSetAclAction pSetAclAction)
Converts proto type to wire type.
|
Modifier and Type | Method and Description |
---|---|
static File.PSetAclAction |
ProtoUtils.toProto(SetAclAction aclAction)
Converts wire type to proto type.
|
Copyright © 2023. All Rights Reserved.