Package | Description |
---|---|
alluxio.proto.journal | |
alluxio.util.proto |
Modifier and Type | Method and Description |
---|---|
static File.PSetAclAction |
File.PSetAclAction.forNumber(int value) |
File.PSetAclAction |
File.SetAclEntryOrBuilder.getAction()
optional .alluxio.proto.journal.PSetAclAction action = 3; |
File.PSetAclAction |
File.SetAclEntry.getAction()
optional .alluxio.proto.journal.PSetAclAction action = 3; |
File.PSetAclAction |
File.SetAclEntry.Builder.getAction()
optional .alluxio.proto.journal.PSetAclAction action = 3; |
static File.PSetAclAction |
File.PSetAclAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static File.PSetAclAction |
File.PSetAclAction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static File.PSetAclAction |
File.PSetAclAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static File.PSetAclAction[] |
File.PSetAclAction.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<File.PSetAclAction> |
File.PSetAclAction.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
File.SetAclEntry.Builder |
File.SetAclEntry.Builder.setAction(File.PSetAclAction value)
optional .alluxio.proto.journal.PSetAclAction action = 3; |
Modifier and Type | Method and Description |
---|---|
static File.PSetAclAction |
ProtoUtils.toProto(SetAclAction aclAction)
Converts wire type to proto type.
|
Modifier and Type | Method and Description |
---|---|
static SetAclAction |
ProtoUtils.fromProto(File.PSetAclAction pSetAclAction)
Converts proto type to wire type.
|
Copyright © 2023. All Rights Reserved.