Package | Description |
---|---|
alluxio.grpc.table | |
alluxio.master.table | |
alluxio.proto.journal |
Modifier and Type | Method and Description |
---|---|
static PrincipalType |
PrincipalType.forNumber(int value) |
PrincipalType |
DatabaseOrBuilder.getOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 6; |
PrincipalType |
Database.getOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 6; |
PrincipalType |
Database.Builder.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; |
Modifier and Type | Method and Description |
---|---|
PrincipalType |
DatabaseInfo.getOwnerType() |
Constructor and Description |
---|
DatabaseInfo(String location,
String ownerName,
PrincipalType ownerType,
String comment,
Map<String,String> params)
Full constructor for database info.
|
Modifier and Type | Method and Description |
---|---|
PrincipalType |
Table.UpdateDatabaseInfoEntryOrBuilder.getOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 5; |
PrincipalType |
Table.UpdateDatabaseInfoEntry.getOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 5; |
PrincipalType |
Table.UpdateDatabaseInfoEntry.Builder.getOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 5; |
Modifier and Type | Method and Description |
---|---|
Table.UpdateDatabaseInfoEntry.Builder |
Table.UpdateDatabaseInfoEntry.Builder.setOwnerType(PrincipalType value)
optional .alluxio.grpc.table.PrincipalType owner_type = 5; |
Copyright © 2023. All Rights Reserved.