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