| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.grpc |
| Modifier and Type | Method and Description |
|---|---|
static HiveMetastore.SerdeType |
HiveMetastore.SerdeType.forNumber(int value) |
HiveMetastore.SerdeType |
HiveMetastore.SerDeInfoOrBuilder.getSerdeType()
.org.apache.hadoop.hive.metastore.grpc.SerdeType serde_type = 6; |
HiveMetastore.SerdeType |
HiveMetastore.SerDeInfo.getSerdeType()
.org.apache.hadoop.hive.metastore.grpc.SerdeType serde_type = 6; |
HiveMetastore.SerdeType |
HiveMetastore.SerDeInfo.Builder.getSerdeType()
.org.apache.hadoop.hive.metastore.grpc.SerdeType serde_type = 6; |
static HiveMetastore.SerdeType |
HiveMetastore.SerdeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HiveMetastore.SerdeType |
HiveMetastore.SerdeType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HiveMetastore.SerdeType |
HiveMetastore.SerdeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveMetastore.SerdeType[] |
HiveMetastore.SerdeType.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<HiveMetastore.SerdeType> |
HiveMetastore.SerdeType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.SerDeInfo.Builder |
HiveMetastore.SerDeInfo.Builder.setSerdeType(HiveMetastore.SerdeType value)
.org.apache.hadoop.hive.metastore.grpc.SerdeType serde_type = 6; |
Copyright © 2024 The Apache Software Foundation. All rights reserved.