| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetaStoreClient.setSchemaVersionState(String catName,
String dbName,
String schemaName,
int version,
SchemaVersionState state) |
void |
IMetaStoreClient.setSchemaVersionState(String catName,
String dbName,
String schemaName,
int version,
SchemaVersionState state)
Set the state of a schema version.
|
| Modifier and Type | Method and Description |
|---|---|
static SchemaVersionState |
SchemaVersionState.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
SchemaVersionState |
SchemaVersion.getState() |
SchemaVersionState |
SetSchemaVersionStateRequest.getState() |
static SchemaVersionState |
SchemaVersionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaVersionState[] |
SchemaVersionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaVersion.setState(SchemaVersionState state) |
void |
SetSchemaVersionStateRequest.setState(SchemaVersionState state) |
| Constructor and Description |
|---|
SetSchemaVersionStateRequest(SchemaVersionDescriptor schemaVersion,
SchemaVersionState state) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.