| 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.
|
void |
AbstractThriftHiveMetastore.add_schema_version(SchemaVersion schemaVersion) |
void |
AbstractThriftHiveMetastore.add_serde(SerDeInfo serde) |
WMAlterPoolResponse |
AbstractThriftHiveMetastore.alter_wm_pool(WMAlterPoolRequest request) |
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) |
void |
AbstractThriftHiveMetastore.create_ischema(ISchema schema) |
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) |
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 |
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 |
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) |
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
|
void |
AbstractThriftHiveMetastore.scheduled_query_maintenance(ScheduledQueryMaintenanceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
AlreadyExistsException |
AlreadyExistsException.deepCopy() |
AlreadyExistsException |
ThriftHiveMetastore.create_catalog_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_database_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_dataconnector_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_type_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_table_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_table_with_environment_context_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_table_with_constraints_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_table_req_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.translate_table_dryrun_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_function_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_resource_plan_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_wm_trigger_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_wm_pool_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.alter_wm_pool_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_or_update_wm_mapping_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_or_drop_wm_trigger_to_pool_mapping_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.create_ischema_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.add_schema_version_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.add_serde_result.getO1() |
AlreadyExistsException |
ThriftHiveMetastore.add_partition_result.getO2() |
AlreadyExistsException |
ThriftHiveMetastore.add_partition_with_environment_context_result.getO2() |
AlreadyExistsException |
ThriftHiveMetastore.add_partitions_result.getO2() |
AlreadyExistsException |
ThriftHiveMetastore.add_partitions_pspec_result.getO2() |
AlreadyExistsException |
ThriftHiveMetastore.append_partition_result.getO2() |
AlreadyExistsException |
ThriftHiveMetastore.add_partitions_req_result.getO2() |
AlreadyExistsException |
ThriftHiveMetastore.append_partition_with_environment_context_result.getO2() |
AlreadyExistsException |
ThriftHiveMetastore.append_partition_by_name_result.getO2() |
AlreadyExistsException |
ThriftHiveMetastore.append_partition_by_name_with_environment_context_result.getO2() |
AlreadyExistsException |
ThriftHiveMetastore.scheduled_query_maintenance_result.getO3() |
| Modifier and Type | Method and Description |
|---|---|
int |
AlreadyExistsException.compareTo(AlreadyExistsException other) |
boolean |
AlreadyExistsException.equals(AlreadyExistsException that) |
void |
ThriftHiveMetastore.create_catalog_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_database_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_dataconnector_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_type_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_table_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_table_with_environment_context_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_table_with_constraints_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_table_req_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.translate_table_dryrun_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_function_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_resource_plan_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_wm_trigger_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_wm_pool_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.alter_wm_pool_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_or_update_wm_mapping_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_or_drop_wm_trigger_to_pool_mapping_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.create_ischema_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.add_schema_version_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.add_serde_result.setO1(AlreadyExistsException o1) |
void |
ThriftHiveMetastore.add_partition_result.setO2(AlreadyExistsException o2) |
void |
ThriftHiveMetastore.add_partition_with_environment_context_result.setO2(AlreadyExistsException o2) |
void |
ThriftHiveMetastore.add_partitions_result.setO2(AlreadyExistsException o2) |
void |
ThriftHiveMetastore.add_partitions_pspec_result.setO2(AlreadyExistsException o2) |
void |
ThriftHiveMetastore.append_partition_result.setO2(AlreadyExistsException o2) |
void |
ThriftHiveMetastore.add_partitions_req_result.setO2(AlreadyExistsException o2) |
void |
ThriftHiveMetastore.append_partition_with_environment_context_result.setO2(AlreadyExistsException o2) |
void |
ThriftHiveMetastore.append_partition_by_name_result.setO2(AlreadyExistsException o2) |
void |
ThriftHiveMetastore.append_partition_by_name_with_environment_context_result.setO2(AlreadyExistsException o2) |
void |
ThriftHiveMetastore.scheduled_query_maintenance_result.setO3(AlreadyExistsException o3) |
| 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) |
void |
ThriftHiveMetastore.Iface.add_schema_version(SchemaVersion schemaVersion) |
void |
ThriftHiveMetastore.Client.add_schema_version(SchemaVersion schemaVersion) |
void |
ThriftHiveMetastore.Iface.add_serde(SerDeInfo serde) |
void |
ThriftHiveMetastore.Client.add_serde(SerDeInfo serde) |
WMAlterPoolResponse |
ThriftHiveMetastore.Iface.alter_wm_pool(WMAlterPoolRequest request) |
WMAlterPoolResponse |
ThriftHiveMetastore.Client.alter_wm_pool(WMAlterPoolRequest 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) |
void |
ThriftHiveMetastore.Iface.create_ischema(ISchema schema) |
void |
ThriftHiveMetastore.Client.create_ischema(ISchema schema) |
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) |
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() |
Void |
ThriftHiveMetastore.AsyncClient.create_function_call.getResult() |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.AsyncClient.create_resource_plan_call.getResult() |
WMCreateTriggerResponse |
ThriftHiveMetastore.AsyncClient.create_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() |
Void |
ThriftHiveMetastore.AsyncClient.create_ischema_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_schema_version_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_serde_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.scheduled_query_maintenance_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() |
void |
ThriftHiveMetastore.Client.recv_add_schema_version() |
void |
ThriftHiveMetastore.Client.recv_add_serde() |
WMAlterPoolResponse |
ThriftHiveMetastore.Client.recv_alter_wm_pool() |
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() |
void |
ThriftHiveMetastore.Client.recv_create_ischema() |
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() |
void |
ThriftHiveMetastore.Client.recv_scheduled_query_maintenance() |
Table |
ThriftHiveMetastore.Client.recv_translate_table_dryrun() |
void |
ThriftHiveMetastore.Iface.scheduled_query_maintenance(ScheduledQueryMaintenanceRequest request) |
void |
ThriftHiveMetastore.Client.scheduled_query_maintenance(ScheduledQueryMaintenanceRequest request) |
Table |
ThriftHiveMetastore.Iface.translate_table_dryrun(CreateTableRequest request) |
Table |
ThriftHiveMetastore.Client.translate_table_dryrun(CreateTableRequest request) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.