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