| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
Partition |
AbstractThriftHiveMetastore.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
AbstractThriftHiveMetastore.add_partition(Partition new_part) |
Partition |
IMetaStoreClient.add_partition(Partition partition)
Add a partition to the table.
|
int |
AbstractThriftHiveMetastore.add_partitions_pspec(List<PartitionSpec> new_parts) |
int |
IMetaStoreClient.add_partitions_pspec(PartitionSpecProxy partitionSpec)
Add a partitions using a spec proxy.
|
AddPartitionsResult |
AbstractThriftHiveMetastore.add_partitions_req(AddPartitionsRequest request) |
int |
AbstractThriftHiveMetastore.add_partitions(List<Partition> new_parts) |
int |
IMetaStoreClient.add_partitions(List<Partition> partitions)
Add partitions to the table.
|
List<Partition> |
IMetaStoreClient.add_partitions(List<Partition> partitions,
boolean ifNotExists,
boolean needResults)
Add partitions to the table.
|
WMAlterPoolResponse |
AbstractThriftHiveMetastore.alter_wm_pool(WMAlterPoolRequest request) |
WMAlterTriggerResponse |
AbstractThriftHiveMetastore.alter_wm_trigger(WMAlterTriggerRequest request) |
void |
IMetaStoreClient.alterCatalog(String catalogName,
Catalog newCatalog)
Alter an existing catalog.
|
void |
IMetaStoreClient.alterFunction(String dbName,
String funcName,
Function newFunction)
Alter a function.
|
void |
IMetaStoreClient.alterFunction(String catName,
String dbName,
String funcName,
Function newFunction)
Alter a function.
|
WMFullResourcePlan |
HiveMetaStoreClient.alterResourcePlan(String resourcePlanName,
String ns,
WMNullableResourcePlan resourcePlan,
boolean canActivateDisabled,
boolean isForceDeactivate,
boolean isReplace) |
WMFullResourcePlan |
IMetaStoreClient.alterResourcePlan(String resourcePlanName,
String ns,
WMNullableResourcePlan resourcePlan,
boolean canActivateDisabled,
boolean isForceDeactivate,
boolean isReplace) |
void |
HiveMetaStoreClient.alterWMPool(WMNullablePool pool,
String poolPath) |
void |
IMetaStoreClient.alterWMPool(WMNullablePool pool,
String poolPath) |
void |
HiveMetaStoreClient.alterWMTrigger(WMTrigger trigger) |
void |
IMetaStoreClient.alterWMTrigger(WMTrigger trigger) |
Partition |
AbstractThriftHiveMetastore.append_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
EnvironmentContext environment_context) |
Partition |
AbstractThriftHiveMetastore.append_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
AbstractThriftHiveMetastore.append_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
EnvironmentContext environment_context) |
Partition |
AbstractThriftHiveMetastore.append_partition(String db_name,
String tbl_name,
List<String> part_vals) |
Partition |
IMetaStoreClient.appendPartition(String dbName,
String tableName,
List<String> partVals)
/**
Add a partition to a table and get back the resulting Partition object.
|
Partition |
IMetaStoreClient.appendPartition(String dbName,
String tableName,
String name)
Add a partition to a table and get back the resulting Partition object.
|
Partition |
IMetaStoreClient.appendPartition(String catName,
String dbName,
String tableName,
List<String> partVals)
Add a partition to a table and get back the resulting Partition object.
|
Partition |
IMetaStoreClient.appendPartition(String catName,
String dbName,
String tableName,
String name)
Add a partition to a table and get back the resulting Partition object.
|
Partition |
HiveMetaStoreClient.appendPartitionByName(String dbName,
String tableName,
String partName) |
Partition |
HiveMetaStoreClient.appendPartitionByName(String dbName,
String tableName,
String partName,
EnvironmentContext envContext) |
void |
AbstractThriftHiveMetastore.create_catalog(CreateCatalogRequest catalog) |
void |
AbstractThriftHiveMetastore.create_database(Database database) |
void |
AbstractThriftHiveMetastore.create_dataconnector(DataConnector connector) |
void |
AbstractThriftHiveMetastore.create_function(Function func) |
WMCreateOrDropTriggerToPoolMappingResponse |
AbstractThriftHiveMetastore.create_or_drop_wm_trigger_to_pool_mapping(WMCreateOrDropTriggerToPoolMappingRequest request) |
WMCreateOrUpdateMappingResponse |
AbstractThriftHiveMetastore.create_or_update_wm_mapping(WMCreateOrUpdateMappingRequest request) |
WMCreateResourcePlanResponse |
AbstractThriftHiveMetastore.create_resource_plan(WMCreateResourcePlanRequest request) |
void |
AbstractThriftHiveMetastore.create_table_req(CreateTableRequest request) |
void |
AbstractThriftHiveMetastore.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
AbstractThriftHiveMetastore.create_table_with_environment_context(Table tbl,
EnvironmentContext environment_context) |
protected void |
HiveMetaStoreClient.create_table(CreateTableRequest request) |
void |
AbstractThriftHiveMetastore.create_table(Table tbl) |
boolean |
AbstractThriftHiveMetastore.create_type(Type type) |
WMCreatePoolResponse |
AbstractThriftHiveMetastore.create_wm_pool(WMCreatePoolRequest request) |
WMCreateTriggerResponse |
AbstractThriftHiveMetastore.create_wm_trigger(WMCreateTriggerRequest request) |
void |
IMetaStoreClient.createCatalog(Catalog catalog)
Create a new catalog.
|
void |
HiveMetaStoreClient.createDatabase(Database db)
Create a new Database
|
void |
IMetaStoreClient.createDatabase(Database db)
Create a new database.
|
void |
HiveMetaStoreClient.createDataConnector(DataConnector connector)
Create a new DataConnector // TODO
|
void |
IMetaStoreClient.createDataConnector(DataConnector connector)
Create a new dataconnector.
|
void |
IMetaStoreClient.createFunction(Function func)
Create a new function.
|
void |
HiveMetaStoreClient.createOrDropTriggerToPoolMapping(String resourcePlanName,
String triggerName,
String poolPath,
boolean shouldDrop,
String ns) |
void |
IMetaStoreClient.createOrDropTriggerToPoolMapping(String resourcePlanName,
String triggerName,
String poolPath,
boolean shouldDrop,
String ns) |
void |
HiveMetaStoreClient.createOrUpdateWMMapping(WMMapping mapping,
boolean isUpdate) |
void |
HiveMetaStoreClient.createResourcePlan(WMResourcePlan resourcePlan,
String copyFromName) |
void |
IMetaStoreClient.createResourcePlan(WMResourcePlan resourcePlan,
String copyFromName) |
void |
HiveMetaStoreClient.createTable(CreateTableRequest request) |
void |
IMetaStoreClient.createTable(CreateTableRequest request) |
void |
HiveMetaStoreClient.createTable(Table tbl) |
void |
IMetaStoreClient.createTable(Table tbl) |
void |
HiveMetaStoreClient.createTable(Table tbl,
EnvironmentContext envContext) |
void |
HiveMetaStoreClient.createTableWithConstraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
IMetaStoreClient.createTableWithConstraints(Table tTbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
boolean |
HiveMetaStoreClient.createType(Type type) |
void |
HiveMetaStoreClient.createWMPool(WMPool pool) |
void |
IMetaStoreClient.createWMPool(WMPool pool) |
void |
HiveMetaStoreClient.createWMTrigger(WMTrigger trigger) |
void |
IMetaStoreClient.createWMTrigger(WMTrigger trigger) |
boolean |
AbstractThriftHiveMetastore.delete_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name,
String engine) |
boolean |
AbstractThriftHiveMetastore.delete_table_column_statistics(String db_name,
String tbl_name,
String col_name,
String engine) |
boolean |
IMetaStoreClient.deletePartitionColumnStatistics(String dbName,
String tableName,
String partName,
String colName,
String engine)
Delete partition level column statistics given dbName, tableName, partName and colName, or
all columns in a partition.
|
boolean |
IMetaStoreClient.deletePartitionColumnStatistics(String catName,
String dbName,
String tableName,
String partName,
String colName,
String engine)
Delete partition level column statistics given dbName, tableName, partName and colName, or
all columns in a partition.
|
boolean |
IMetaStoreClient.deleteTableColumnStatistics(String dbName,
String tableName,
String colName,
String engine)
Delete table level column statistics given dbName, tableName and colName, or all columns in
a table.
|
boolean |
IMetaStoreClient.deleteTableColumnStatistics(String catName,
String dbName,
String tableName,
String colName,
String engine)
Delete table level column statistics given dbName, tableName and colName, or all columns in
a table.
|
void |
IMetaStoreClient.dropFunction(String dbName,
String funcName)
Drop a function.
|
void |
IMetaStoreClient.dropFunction(String catName,
String dbName,
String funcName)
Drop a function.
|
Partition |
AbstractThriftHiveMetastore.exchange_partition(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name) |
Partition |
IMetaStoreClient.exchange_partition(Map<String,String> partitionSpecs,
String sourceDb,
String sourceTable,
String destdb,
String destTableName)
Move a partition from one table to another
|
Partition |
IMetaStoreClient.exchange_partition(Map<String,String> partitionSpecs,
String sourceCat,
String sourceDb,
String sourceTable,
String destCat,
String destdb,
String destTableName)
Move a partition from one table to another
|
List<Partition> |
AbstractThriftHiveMetastore.exchange_partitions(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name) |
List<Partition> |
IMetaStoreClient.exchange_partitions(Map<String,String> partitionSpecs,
String sourceDb,
String sourceTable,
String destdb,
String destTableName)
With the one partitionSpecs to exchange, multiple partitions could be exchanged.
|
List<Partition> |
IMetaStoreClient.exchange_partitions(Map<String,String> partitionSpecs,
String sourceCat,
String sourceDb,
String sourceTable,
String destCat,
String destdb,
String destTableName)
With the one partitionSpecs to exchange, multiple partitions could be exchanged.
|
ColumnStatistics |
AbstractThriftHiveMetastore.get_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name) |
ColumnStatistics |
AbstractThriftHiveMetastore.get_table_column_statistics(String db_name,
String tbl_name,
String col_name) |
Table |
HiveMetaStoreClient.getTranslateTableDryrun(Table tbl)
Dry run that translates table
*
* @param tbl
* a table object
* @throws HiveException
|
Table |
IMetaStoreClient.getTranslateTableDryrun(Table tbl)
Dry run that translates table
*
* @param tbl
* a table object
* @throws HiveException
|
boolean |
AbstractThriftHiveMetastore.set_aggr_stats_for(SetPartitionsStatsRequest request) |
boolean |
IMetaStoreClient.setPartitionColumnStatistics(SetPartitionsStatsRequest request)
Set table or partition column statistics.
|
SetPartitionsStatsResponse |
AbstractThriftHiveMetastore.update_partition_column_statistics_req(SetPartitionsStatsRequest req) |
boolean |
AbstractThriftHiveMetastore.update_partition_column_statistics(ColumnStatistics stats_obj) |
SetPartitionsStatsResponse |
AbstractThriftHiveMetastore.update_table_column_statistics_req(SetPartitionsStatsRequest req) |
boolean |
AbstractThriftHiveMetastore.update_table_column_statistics(ColumnStatistics stats_obj) |
boolean |
IMetaStoreClient.updatePartitionColumnStatistics(ColumnStatistics statsObj)
Write partition level column statistics to persistent store
|
boolean |
IMetaStoreClient.updateTableColumnStatistics(ColumnStatistics statsObj)
Write table level column statistics to persistent store
|
WMValidateResourcePlanResponse |
HiveMetaStoreClient.validateResourcePlan(String resourcePlanName,
String ns) |
WMValidateResourcePlanResponse |
IMetaStoreClient.validateResourcePlan(String resourcePlanName,
String ns) |
| Modifier and Type | Method and Description |
|---|---|
InvalidObjectException |
InvalidObjectException.deepCopy() |
InvalidObjectException |
ThriftHiveMetastore.add_partition_result.getO1() |
InvalidObjectException |
ThriftHiveMetastore.add_partition_with_environment_context_result.getO1() |
InvalidObjectException |
ThriftHiveMetastore.add_partitions_result.getO1() |
InvalidObjectException |
ThriftHiveMetastore.add_partitions_pspec_result.getO1() |
InvalidObjectException |
ThriftHiveMetastore.append_partition_result.getO1() |
InvalidObjectException |
ThriftHiveMetastore.add_partitions_req_result.getO1() |
InvalidObjectException |
ThriftHiveMetastore.append_partition_with_environment_context_result.getO1() |
InvalidObjectException |
ThriftHiveMetastore.append_partition_by_name_result.getO1() |
InvalidObjectException |
ThriftHiveMetastore.append_partition_by_name_with_environment_context_result.getO1() |
InvalidObjectException |
ThriftHiveMetastore.create_catalog_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.create_database_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.create_dataconnector_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.create_type_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.create_table_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.create_table_with_environment_context_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.create_table_with_constraints_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.create_table_req_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.translate_table_dryrun_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.update_table_column_statistics_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.update_partition_column_statistics_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.update_table_column_statistics_req_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.update_partition_column_statistics_req_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.set_aggr_stats_for_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.create_function_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.create_resource_plan_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.alter_wm_trigger_result.getO2() |
InvalidObjectException |
ThriftHiveMetastore.exchange_partition_result.getO3() |
InvalidObjectException |
ThriftHiveMetastore.exchange_partitions_result.getO3() |
InvalidObjectException |
ThriftHiveMetastore.get_partitions_by_names_result.getO3() |
InvalidObjectException |
ThriftHiveMetastore.get_partitions_by_names_req_result.getO3() |
InvalidObjectException |
ThriftHiveMetastore.delete_partition_column_statistics_result.getO3() |
InvalidObjectException |
ThriftHiveMetastore.delete_table_column_statistics_result.getO3() |
InvalidObjectException |
ThriftHiveMetastore.create_wm_trigger_result.getO3() |
InvalidObjectException |
ThriftHiveMetastore.create_wm_pool_result.getO3() |
InvalidObjectException |
ThriftHiveMetastore.alter_wm_pool_result.getO3() |
InvalidObjectException |
ThriftHiveMetastore.create_or_update_wm_mapping_result.getO3() |
InvalidObjectException |
ThriftHiveMetastore.create_or_drop_wm_trigger_to_pool_mapping_result.getO3() |
InvalidObjectException |
ThriftHiveMetastore.get_table_column_statistics_result.getO4() |
InvalidObjectException |
ThriftHiveMetastore.get_partition_column_statistics_result.getO4() |
| Modifier and Type | Method and Description |
|---|---|
int |
InvalidObjectException.compareTo(InvalidObjectException other) |
boolean |
InvalidObjectException.equals(InvalidObjectException that) |
void |
ThriftHiveMetastore.add_partition_result.setO1(InvalidObjectException o1) |
void |
ThriftHiveMetastore.add_partition_with_environment_context_result.setO1(InvalidObjectException o1) |
void |
ThriftHiveMetastore.add_partitions_result.setO1(InvalidObjectException o1) |
void |
ThriftHiveMetastore.add_partitions_pspec_result.setO1(InvalidObjectException o1) |
void |
ThriftHiveMetastore.append_partition_result.setO1(InvalidObjectException o1) |
void |
ThriftHiveMetastore.add_partitions_req_result.setO1(InvalidObjectException o1) |
void |
ThriftHiveMetastore.append_partition_with_environment_context_result.setO1(InvalidObjectException o1) |
void |
ThriftHiveMetastore.append_partition_by_name_result.setO1(InvalidObjectException o1) |
void |
ThriftHiveMetastore.append_partition_by_name_with_environment_context_result.setO1(InvalidObjectException o1) |
void |
ThriftHiveMetastore.create_catalog_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.create_database_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.create_dataconnector_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.create_type_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.create_table_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.create_table_with_environment_context_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.create_table_with_constraints_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.create_table_req_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.translate_table_dryrun_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.update_table_column_statistics_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.update_partition_column_statistics_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.update_table_column_statistics_req_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.update_partition_column_statistics_req_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.set_aggr_stats_for_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.create_function_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.create_resource_plan_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.alter_wm_trigger_result.setO2(InvalidObjectException o2) |
void |
ThriftHiveMetastore.exchange_partition_result.setO3(InvalidObjectException o3) |
void |
ThriftHiveMetastore.exchange_partitions_result.setO3(InvalidObjectException o3) |
void |
ThriftHiveMetastore.get_partitions_by_names_result.setO3(InvalidObjectException o3) |
void |
ThriftHiveMetastore.get_partitions_by_names_req_result.setO3(InvalidObjectException o3) |
void |
ThriftHiveMetastore.delete_partition_column_statistics_result.setO3(InvalidObjectException o3) |
void |
ThriftHiveMetastore.delete_table_column_statistics_result.setO3(InvalidObjectException o3) |
void |
ThriftHiveMetastore.create_wm_trigger_result.setO3(InvalidObjectException o3) |
void |
ThriftHiveMetastore.create_wm_pool_result.setO3(InvalidObjectException o3) |
void |
ThriftHiveMetastore.alter_wm_pool_result.setO3(InvalidObjectException o3) |
void |
ThriftHiveMetastore.create_or_update_wm_mapping_result.setO3(InvalidObjectException o3) |
void |
ThriftHiveMetastore.create_or_drop_wm_trigger_to_pool_mapping_result.setO3(InvalidObjectException o3) |
void |
ThriftHiveMetastore.get_table_column_statistics_result.setO4(InvalidObjectException o4) |
void |
ThriftHiveMetastore.get_partition_column_statistics_result.setO4(InvalidObjectException o4) |
| Modifier and Type | Method and Description |
|---|---|
Partition |
ThriftHiveMetastore.Iface.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Iface.add_partition(Partition new_part) |
Partition |
ThriftHiveMetastore.Client.add_partition(Partition new_part) |
int |
ThriftHiveMetastore.Iface.add_partitions_pspec(List<PartitionSpec> new_parts) |
int |
ThriftHiveMetastore.Client.add_partitions_pspec(List<PartitionSpec> new_parts) |
AddPartitionsResult |
ThriftHiveMetastore.Iface.add_partitions_req(AddPartitionsRequest request) |
AddPartitionsResult |
ThriftHiveMetastore.Client.add_partitions_req(AddPartitionsRequest request) |
int |
ThriftHiveMetastore.Iface.add_partitions(List<Partition> new_parts) |
int |
ThriftHiveMetastore.Client.add_partitions(List<Partition> new_parts) |
WMAlterPoolResponse |
ThriftHiveMetastore.Iface.alter_wm_pool(WMAlterPoolRequest request) |
WMAlterPoolResponse |
ThriftHiveMetastore.Client.alter_wm_pool(WMAlterPoolRequest request) |
WMAlterTriggerResponse |
ThriftHiveMetastore.Iface.alter_wm_trigger(WMAlterTriggerRequest request) |
WMAlterTriggerResponse |
ThriftHiveMetastore.Client.alter_wm_trigger(WMAlterTriggerRequest request) |
Partition |
ThriftHiveMetastore.Iface.append_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.append_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Iface.append_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
ThriftHiveMetastore.Client.append_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
ThriftHiveMetastore.Iface.append_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.append_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Iface.append_partition(String db_name,
String tbl_name,
List<String> part_vals) |
Partition |
ThriftHiveMetastore.Client.append_partition(String db_name,
String tbl_name,
List<String> part_vals) |
void |
ThriftHiveMetastore.Iface.create_catalog(CreateCatalogRequest catalog) |
void |
ThriftHiveMetastore.Client.create_catalog(CreateCatalogRequest catalog) |
void |
ThriftHiveMetastore.Iface.create_database(Database database) |
void |
ThriftHiveMetastore.Client.create_database(Database database) |
void |
ThriftHiveMetastore.Iface.create_dataconnector(DataConnector connector) |
void |
ThriftHiveMetastore.Client.create_dataconnector(DataConnector connector) |
void |
ThriftHiveMetastore.Iface.create_function(Function func) |
void |
ThriftHiveMetastore.Client.create_function(Function func) |
WMCreateOrDropTriggerToPoolMappingResponse |
ThriftHiveMetastore.Iface.create_or_drop_wm_trigger_to_pool_mapping(WMCreateOrDropTriggerToPoolMappingRequest request) |
WMCreateOrDropTriggerToPoolMappingResponse |
ThriftHiveMetastore.Client.create_or_drop_wm_trigger_to_pool_mapping(WMCreateOrDropTriggerToPoolMappingRequest request) |
WMCreateOrUpdateMappingResponse |
ThriftHiveMetastore.Iface.create_or_update_wm_mapping(WMCreateOrUpdateMappingRequest request) |
WMCreateOrUpdateMappingResponse |
ThriftHiveMetastore.Client.create_or_update_wm_mapping(WMCreateOrUpdateMappingRequest request) |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.Iface.create_resource_plan(WMCreateResourcePlanRequest request) |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.Client.create_resource_plan(WMCreateResourcePlanRequest request) |
void |
ThriftHiveMetastore.Iface.create_table_req(CreateTableRequest request) |
void |
ThriftHiveMetastore.Client.create_table_req(CreateTableRequest request) |
void |
ThriftHiveMetastore.Iface.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
ThriftHiveMetastore.Client.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
ThriftHiveMetastore.Iface.create_table_with_environment_context(Table tbl,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Client.create_table_with_environment_context(Table tbl,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Iface.create_table(Table tbl) |
void |
ThriftHiveMetastore.Client.create_table(Table tbl) |
boolean |
ThriftHiveMetastore.Iface.create_type(Type type) |
boolean |
ThriftHiveMetastore.Client.create_type(Type type) |
WMCreatePoolResponse |
ThriftHiveMetastore.Iface.create_wm_pool(WMCreatePoolRequest request) |
WMCreatePoolResponse |
ThriftHiveMetastore.Client.create_wm_pool(WMCreatePoolRequest request) |
WMCreateTriggerResponse |
ThriftHiveMetastore.Iface.create_wm_trigger(WMCreateTriggerRequest request) |
WMCreateTriggerResponse |
ThriftHiveMetastore.Client.create_wm_trigger(WMCreateTriggerRequest request) |
boolean |
ThriftHiveMetastore.Iface.delete_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name,
String engine) |
boolean |
ThriftHiveMetastore.Client.delete_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name,
String engine) |
boolean |
ThriftHiveMetastore.Iface.delete_table_column_statistics(String db_name,
String tbl_name,
String col_name,
String engine) |
boolean |
ThriftHiveMetastore.Client.delete_table_column_statistics(String db_name,
String tbl_name,
String col_name,
String engine) |
Partition |
ThriftHiveMetastore.Iface.exchange_partition(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name) |
Partition |
ThriftHiveMetastore.Client.exchange_partition(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name) |
List<Partition> |
ThriftHiveMetastore.Iface.exchange_partitions(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name) |
List<Partition> |
ThriftHiveMetastore.Client.exchange_partitions(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name) |
ColumnStatistics |
ThriftHiveMetastore.Iface.get_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name) |
ColumnStatistics |
ThriftHiveMetastore.Client.get_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name) |
GetPartitionsByNamesResult |
ThriftHiveMetastore.Iface.get_partitions_by_names_req(GetPartitionsByNamesRequest req) |
GetPartitionsByNamesResult |
ThriftHiveMetastore.Client.get_partitions_by_names_req(GetPartitionsByNamesRequest req) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_by_names(String db_name,
String tbl_name,
List<String> names) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_by_names(String db_name,
String tbl_name,
List<String> names) |
ColumnStatistics |
ThriftHiveMetastore.Iface.get_table_column_statistics(String db_name,
String tbl_name,
String col_name) |
ColumnStatistics |
ThriftHiveMetastore.Client.get_table_column_statistics(String db_name,
String tbl_name,
String col_name) |
Void |
ThriftHiveMetastore.AsyncClient.create_catalog_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.create_database_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.create_dataconnector_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.create_type_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.create_table_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.create_table_with_environment_context_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.create_table_with_constraints_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.create_table_req_call.getResult() |
Table |
ThriftHiveMetastore.AsyncClient.translate_table_dryrun_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.add_partition_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context_call.getResult() |
Integer |
ThriftHiveMetastore.AsyncClient.add_partitions_call.getResult() |
Integer |
ThriftHiveMetastore.AsyncClient.add_partitions_pspec_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_call.getResult() |
AddPartitionsResult |
ThriftHiveMetastore.AsyncClient.add_partitions_req_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_with_environment_context_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_by_name_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_by_name_with_environment_context_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.exchange_partition_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.exchange_partitions_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_by_names_call.getResult() |
GetPartitionsByNamesResult |
ThriftHiveMetastore.AsyncClient.get_partitions_by_names_req_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.update_table_column_statistics_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.update_partition_column_statistics_call.getResult() |
SetPartitionsStatsResponse |
ThriftHiveMetastore.AsyncClient.update_table_column_statistics_req_call.getResult() |
SetPartitionsStatsResponse |
ThriftHiveMetastore.AsyncClient.update_partition_column_statistics_req_call.getResult() |
ColumnStatistics |
ThriftHiveMetastore.AsyncClient.get_table_column_statistics_call.getResult() |
ColumnStatistics |
ThriftHiveMetastore.AsyncClient.get_partition_column_statistics_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.set_aggr_stats_for_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.delete_table_column_statistics_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.create_function_call.getResult() |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.AsyncClient.create_resource_plan_call.getResult() |
WMCreateTriggerResponse |
ThriftHiveMetastore.AsyncClient.create_wm_trigger_call.getResult() |
WMAlterTriggerResponse |
ThriftHiveMetastore.AsyncClient.alter_wm_trigger_call.getResult() |
WMCreatePoolResponse |
ThriftHiveMetastore.AsyncClient.create_wm_pool_call.getResult() |
WMAlterPoolResponse |
ThriftHiveMetastore.AsyncClient.alter_wm_pool_call.getResult() |
WMCreateOrUpdateMappingResponse |
ThriftHiveMetastore.AsyncClient.create_or_update_wm_mapping_call.getResult() |
WMCreateOrDropTriggerToPoolMappingResponse |
ThriftHiveMetastore.AsyncClient.create_or_drop_wm_trigger_to_pool_mapping_call.getResult() |
Partition |
ThriftHiveMetastore.Client.recv_add_partition_with_environment_context() |
Partition |
ThriftHiveMetastore.Client.recv_add_partition() |
int |
ThriftHiveMetastore.Client.recv_add_partitions_pspec() |
AddPartitionsResult |
ThriftHiveMetastore.Client.recv_add_partitions_req() |
int |
ThriftHiveMetastore.Client.recv_add_partitions() |
WMAlterPoolResponse |
ThriftHiveMetastore.Client.recv_alter_wm_pool() |
WMAlterTriggerResponse |
ThriftHiveMetastore.Client.recv_alter_wm_trigger() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition_by_name_with_environment_context() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition_by_name() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition_with_environment_context() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition() |
void |
ThriftHiveMetastore.Client.recv_create_catalog() |
void |
ThriftHiveMetastore.Client.recv_create_database() |
void |
ThriftHiveMetastore.Client.recv_create_dataconnector() |
void |
ThriftHiveMetastore.Client.recv_create_function() |
WMCreateOrDropTriggerToPoolMappingResponse |
ThriftHiveMetastore.Client.recv_create_or_drop_wm_trigger_to_pool_mapping() |
WMCreateOrUpdateMappingResponse |
ThriftHiveMetastore.Client.recv_create_or_update_wm_mapping() |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.Client.recv_create_resource_plan() |
void |
ThriftHiveMetastore.Client.recv_create_table_req() |
void |
ThriftHiveMetastore.Client.recv_create_table_with_constraints() |
void |
ThriftHiveMetastore.Client.recv_create_table_with_environment_context() |
void |
ThriftHiveMetastore.Client.recv_create_table() |
boolean |
ThriftHiveMetastore.Client.recv_create_type() |
WMCreatePoolResponse |
ThriftHiveMetastore.Client.recv_create_wm_pool() |
WMCreateTriggerResponse |
ThriftHiveMetastore.Client.recv_create_wm_trigger() |
boolean |
ThriftHiveMetastore.Client.recv_delete_partition_column_statistics() |
boolean |
ThriftHiveMetastore.Client.recv_delete_table_column_statistics() |
Partition |
ThriftHiveMetastore.Client.recv_exchange_partition() |
List<Partition> |
ThriftHiveMetastore.Client.recv_exchange_partitions() |
ColumnStatistics |
ThriftHiveMetastore.Client.recv_get_partition_column_statistics() |
GetPartitionsByNamesResult |
ThriftHiveMetastore.Client.recv_get_partitions_by_names_req() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_by_names() |
ColumnStatistics |
ThriftHiveMetastore.Client.recv_get_table_column_statistics() |
boolean |
ThriftHiveMetastore.Client.recv_set_aggr_stats_for() |
Table |
ThriftHiveMetastore.Client.recv_translate_table_dryrun() |
SetPartitionsStatsResponse |
ThriftHiveMetastore.Client.recv_update_partition_column_statistics_req() |
boolean |
ThriftHiveMetastore.Client.recv_update_partition_column_statistics() |
SetPartitionsStatsResponse |
ThriftHiveMetastore.Client.recv_update_table_column_statistics_req() |
boolean |
ThriftHiveMetastore.Client.recv_update_table_column_statistics() |
boolean |
ThriftHiveMetastore.Iface.set_aggr_stats_for(SetPartitionsStatsRequest request) |
boolean |
ThriftHiveMetastore.Client.set_aggr_stats_for(SetPartitionsStatsRequest request) |
Table |
ThriftHiveMetastore.Iface.translate_table_dryrun(CreateTableRequest request) |
Table |
ThriftHiveMetastore.Client.translate_table_dryrun(CreateTableRequest request) |
SetPartitionsStatsResponse |
ThriftHiveMetastore.Iface.update_partition_column_statistics_req(SetPartitionsStatsRequest req) |
SetPartitionsStatsResponse |
ThriftHiveMetastore.Client.update_partition_column_statistics_req(SetPartitionsStatsRequest req) |
boolean |
ThriftHiveMetastore.Iface.update_partition_column_statistics(ColumnStatistics stats_obj) |
boolean |
ThriftHiveMetastore.Client.update_partition_column_statistics(ColumnStatistics stats_obj) |
SetPartitionsStatsResponse |
ThriftHiveMetastore.Iface.update_table_column_statistics_req(SetPartitionsStatsRequest req) |
SetPartitionsStatsResponse |
ThriftHiveMetastore.Client.update_table_column_statistics_req(SetPartitionsStatsRequest req) |
boolean |
ThriftHiveMetastore.Iface.update_table_column_statistics(ColumnStatistics stats_obj) |
boolean |
ThriftHiveMetastore.Client.update_table_column_statistics(ColumnStatistics stats_obj) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.