| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetaStoreClient.compact(String dbname,
String tableName,
String partitionName,
CompactionType type)
Deprecated.
|
void |
IMetaStoreClient.compact(String dbname,
String tableName,
String partitionName,
CompactionType type)
Deprecated.
|
void |
HiveMetaStoreClient.compact(String dbname,
String tableName,
String partitionName,
CompactionType type,
Map<String,String> tblproperties)
Deprecated.
|
void |
IMetaStoreClient.compact(String dbname,
String tableName,
String partitionName,
CompactionType type,
Map<String,String> tblproperties)
Deprecated.
|
CompactionResponse |
HiveMetaStoreClient.compact2(String dbname,
String tableName,
String partitionName,
CompactionType type,
Map<String,String> tblproperties) |
CompactionResponse |
IMetaStoreClient.compact2(String dbname,
String tableName,
String partitionName,
CompactionType type,
Map<String,String> tblproperties)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CompactionType |
CompactionType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
CompactionType |
CompactionInfoStruct.getType() |
CompactionType |
ShowCompactResponseElement.getType() |
CompactionType |
CompactionRequest.getType() |
CompactionType |
ShowCompactRequest.getType() |
static CompactionType |
CompactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactionType[] |
CompactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompactionInfoStruct.setType(CompactionType type) |
void |
ShowCompactResponseElement.setType(CompactionType type) |
void |
CompactionRequest.setType(CompactionType type) |
void |
ShowCompactRequest.setType(CompactionType type) |
| Constructor and Description |
|---|
CompactionInfoStruct(long id,
String dbname,
String tablename,
CompactionType type) |
CompactionRequest(String dbname,
String tablename,
CompactionType type) |
ShowCompactResponseElement(String dbname,
String tablename,
CompactionType type,
String state) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.