| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
static HiveObjectType |
HiveObjectType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
HiveObjectType |
HiveObjectRef.getObjectType() |
static HiveObjectType |
HiveObjectType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HiveObjectType[] |
HiveObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HiveObjectRef.setObjectType(HiveObjectType objectType) |
| Constructor and Description |
|---|
HiveObjectRef(HiveObjectType objectType,
java.lang.String dbName,
java.lang.String objectName,
java.util.List<java.lang.String> partValues,
java.lang.String columnName) |
Copyright © 2013-2021. All Rights Reserved.