public static enum HiveMetastore.SchemaType extends Enum<HiveMetastore.SchemaType> implements com.google.protobuf.ProtocolMessageEnum
org.apache.hadoop.hive.metastore.grpc.SchemaType| Enum Constant and Description |
|---|
SCHEMA_TYPE_AVRO
SCHEMA_TYPE_AVRO = 2; |
SCHEMA_TYPE_HIVE
SCHEMA_TYPE_HIVE = 1; |
SCHEMA_TYPE_UNSPECIFIED
SCHEMA_TYPE_UNSPECIFIED = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SCHEMA_TYPE_AVRO_VALUE
SCHEMA_TYPE_AVRO = 2; |
static int |
SCHEMA_TYPE_HIVE_VALUE
SCHEMA_TYPE_HIVE = 1; |
static int |
SCHEMA_TYPE_UNSPECIFIED_VALUE
SCHEMA_TYPE_UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static HiveMetastore.SchemaType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<HiveMetastore.SchemaType> |
internalGetValueMap() |
static HiveMetastore.SchemaType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HiveMetastore.SchemaType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HiveMetastore.SchemaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveMetastore.SchemaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveMetastore.SchemaType SCHEMA_TYPE_UNSPECIFIED
SCHEMA_TYPE_UNSPECIFIED = 0;public static final HiveMetastore.SchemaType SCHEMA_TYPE_HIVE
SCHEMA_TYPE_HIVE = 1;public static final HiveMetastore.SchemaType SCHEMA_TYPE_AVRO
SCHEMA_TYPE_AVRO = 2;public static final HiveMetastore.SchemaType UNRECOGNIZED
public static final int SCHEMA_TYPE_UNSPECIFIED_VALUE
SCHEMA_TYPE_UNSPECIFIED = 0;public static final int SCHEMA_TYPE_HIVE_VALUE
SCHEMA_TYPE_HIVE = 1;public static final int SCHEMA_TYPE_AVRO_VALUE
SCHEMA_TYPE_AVRO = 2;public static HiveMetastore.SchemaType[] values()
for (HiveMetastore.SchemaType c : HiveMetastore.SchemaType.values()) System.out.println(c);
public static HiveMetastore.SchemaType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static HiveMetastore.SchemaType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static HiveMetastore.SchemaType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<HiveMetastore.SchemaType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static HiveMetastore.SchemaType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 The Apache Software Foundation. All rights reserved.