Package | Description |
---|---|
alluxio.proto.shared | |
alluxio.util.proto |
Modifier and Type | Method and Description |
---|---|
static Acl.AclEntryType |
Acl.AclEntryType.forNumber(int value) |
Acl.AclEntryType |
Acl.AclEntryOrBuilder.getType()
optional .alluxio.proto.shared.AclEntryType type = 1; |
Acl.AclEntryType |
Acl.AclEntry.getType()
optional .alluxio.proto.shared.AclEntryType type = 1; |
Acl.AclEntryType |
Acl.AclEntry.Builder.getType()
optional .alluxio.proto.shared.AclEntryType type = 1; |
static Acl.AclEntryType |
Acl.AclEntryType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Acl.AclEntryType |
Acl.AclEntryType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Acl.AclEntryType |
Acl.AclEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Acl.AclEntryType[] |
Acl.AclEntryType.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<Acl.AclEntryType> |
Acl.AclEntryType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Acl.AclEntry.Builder |
Acl.AclEntry.Builder.setType(Acl.AclEntryType value)
optional .alluxio.proto.shared.AclEntryType type = 1; |
Modifier and Type | Method and Description |
---|---|
static Acl.AclEntryType |
ProtoUtils.toProto(AclEntryType entryType) |
Modifier and Type | Method and Description |
---|---|
static AclEntryType |
ProtoUtils.fromProto(Acl.AclEntryType pAclEntryType) |
Copyright © 2023. All Rights Reserved.