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