| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| 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 |
SetSchemaVersionStateRequest.getState() |
SchemaVersionState |
SchemaVersion.getState() |
static SchemaVersionState |
SchemaVersionState.valueOf(java.lang.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 |
SetSchemaVersionStateRequest.setState(SchemaVersionState state) |
void |
SchemaVersion.setState(SchemaVersionState state) |
| Constructor and Description |
|---|
SetSchemaVersionStateRequest(SchemaVersionDescriptor schemaVersion,
SchemaVersionState state) |
Copyright © 2013-2021. All Rights Reserved.