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