Package | Description |
---|---|
alluxio.grpc.table |
Modifier and Type | Method and Description |
---|---|
static PrincipalType |
PrincipalType.forNumber(int value) |
PrincipalType |
Database.getOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 6; |
PrincipalType |
Database.Builder.getOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 6; |
PrincipalType |
DatabaseOrBuilder.getOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 6; |
static PrincipalType |
PrincipalType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PrincipalType |
PrincipalType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PrincipalType |
PrincipalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrincipalType[] |
PrincipalType.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<PrincipalType> |
PrincipalType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Database.Builder |
Database.Builder.setOwnerType(PrincipalType value)
optional .alluxio.grpc.table.PrincipalType owner_type = 6; |
Copyright © 2023. All Rights Reserved.