Package | Description |
---|---|
alluxio.grpc | |
alluxio.security.authorization | |
alluxio.util.proto |
Modifier and Type | Method and Description |
---|---|
static AclEntryType |
GrpcUtils.fromProto(PAclEntryType pAclEntryType) |
Modifier and Type | Method and Description |
---|---|
static PAclEntryType |
GrpcUtils.toProto(AclEntryType aclEntryType) |
Modifier and Type | Method and Description |
---|---|
AclEntryType |
AclEntry.getType() |
static AclEntryType |
AclEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclEntryType[] |
AclEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AclEntry.Builder |
AclEntry.Builder.setType(AclEntryType type)
Sets the type of the entry.
|
Modifier and Type | Method and Description |
---|---|
static AclEntryType |
ProtoUtils.fromProto(Acl.AclEntryType pAclEntryType) |
Modifier and Type | Method and Description |
---|---|
static Acl.AclEntryType |
ProtoUtils.toProto(AclEntryType entryType) |
Copyright © 2023. All Rights Reserved.