| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api | |
| org.apache.hadoop.hive.metastore.properties | |
| org.apache.hadoop.hive.metastore.utils |
Package consisting the utility methods for metastore.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractThriftHiveMetastore.add_check_constraint(AddCheckConstraintRequest req) |
void |
AbstractThriftHiveMetastore.add_default_constraint(AddDefaultConstraintRequest req) |
void |
AbstractThriftHiveMetastore.add_foreign_key(AddForeignKeyRequest req) |
void |
AbstractThriftHiveMetastore.add_not_null_constraint(AddNotNullConstraintRequest req) |
void |
AbstractThriftHiveMetastore.add_primary_key(AddPrimaryKeyRequest req) |
void |
AbstractThriftHiveMetastore.add_schema_version(SchemaVersion schemaVersion) |
void |
AbstractThriftHiveMetastore.add_unique_constraint(AddUniqueConstraintRequest req) |
void |
HiveMetaStoreClient.addCheckConstraint(List<SQLCheckConstraint> checkConstraints) |
void |
IMetaStoreClient.addCheckConstraint(List<SQLCheckConstraint> checkConstraints) |
void |
HiveMetaStoreClient.addDefaultConstraint(List<SQLDefaultConstraint> defaultConstraints) |
void |
IMetaStoreClient.addDefaultConstraint(List<SQLDefaultConstraint> defaultConstraints) |
void |
IMetaStoreClient.addForeignKey(List<SQLForeignKey> foreignKeyCols)
Add a foreign key
|
void |
HiveMetaStoreClient.addNotNullConstraint(List<SQLNotNullConstraint> notNullConstraintCols) |
void |
IMetaStoreClient.addNotNullConstraint(List<SQLNotNullConstraint> notNullConstraintCols)
Add a not null constraint
|
void |
HiveMetaStoreClient.addPackage(AddPackageRequest request) |
void |
IMetaStoreClient.addPackage(AddPackageRequest request) |
void |
IMetaStoreClient.addPrimaryKey(List<SQLPrimaryKey> primaryKeyCols)
Add a primary key.
|
void |
HiveMetaStoreClient.addUniqueConstraint(List<SQLUniqueConstraint> uniqueConstraintCols) |
void |
IMetaStoreClient.addUniqueConstraint(List<SQLUniqueConstraint> uniqueConstraintCols)
Add a unique constraint
|
void |
AbstractThriftHiveMetastore.alter_catalog(AlterCatalogRequest rqst) |
void |
AbstractThriftHiveMetastore.alter_database(String dbname,
Database db) |
void |
AbstractThriftHiveMetastore.alter_dataconnector(String name,
DataConnector connector) |
void |
AbstractThriftHiveMetastore.alter_ischema(AlterISchemaRequest rqst) |
WMAlterResourcePlanResponse |
AbstractThriftHiveMetastore.alter_resource_plan(WMAlterResourcePlanRequest request) |
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.alterDatabase(String name,
Database db)
Alter a database.
|
void |
IMetaStoreClient.alterDatabase(String catName,
String dbName,
Database newDb)
Alter a database.
|
void |
HiveMetaStoreClient.alterDataConnector(String name,
DataConnector connector)
Alter an existing dataconnector.
|
void |
IMetaStoreClient.alterDataConnector(String name,
DataConnector connector)
Alter a dataconnector.
|
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) |
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) |
void |
AbstractThriftHiveMetastore.create_stored_procedure(StoredProcedure proc) |
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) |
WMCreatePoolResponse |
AbstractThriftHiveMetastore.create_wm_pool(WMCreatePoolRequest request) |
WMCreateTriggerResponse |
AbstractThriftHiveMetastore.create_wm_trigger(WMCreateTriggerRequest request) |
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.createStoredProcedure(StoredProcedure proc) |
void |
IMetaStoreClient.createStoredProcedure(StoredProcedure proc) |
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) |
void |
HiveMetaStoreClient.createWMPool(WMPool pool) |
void |
IMetaStoreClient.createWMPool(WMPool pool) |
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 |
AbstractThriftHiveMetastore.drop_catalog(DropCatalogRequest catName) |
void |
AbstractThriftHiveMetastore.drop_constraint(DropConstraintRequest req) |
void |
AbstractThriftHiveMetastore.drop_database(String name,
boolean deleteData,
boolean cascade) |
void |
AbstractThriftHiveMetastore.drop_dataconnector(String name,
boolean ifNotExists,
boolean checkReferences) |
void |
AbstractThriftHiveMetastore.drop_function(String dbName,
String funcName) |
void |
AbstractThriftHiveMetastore.drop_ischema(ISchemaName name) |
boolean |
AbstractThriftHiveMetastore.drop_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
boolean deleteData,
EnvironmentContext environment_context) |
boolean |
AbstractThriftHiveMetastore.drop_partition_by_name(String db_name,
String tbl_name,
String part_name,
boolean deleteData) |
boolean |
AbstractThriftHiveMetastore.drop_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData,
EnvironmentContext environment_context) |
boolean |
AbstractThriftHiveMetastore.drop_partition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData) |
DropPartitionsResult |
AbstractThriftHiveMetastore.drop_partitions_req(DropPartitionsRequest req) |
WMDropResourcePlanResponse |
AbstractThriftHiveMetastore.drop_resource_plan(WMDropResourcePlanRequest request) |
void |
AbstractThriftHiveMetastore.drop_schema_version(SchemaVersionDescriptor schemaVersion) |
void |
AbstractThriftHiveMetastore.drop_table_with_environment_context(String dbname,
String name,
boolean deleteData,
EnvironmentContext environment_context) |
void |
AbstractThriftHiveMetastore.drop_table(String dbname,
String name,
boolean deleteData) |
boolean |
AbstractThriftHiveMetastore.drop_type(String type) |
WMDropMappingResponse |
AbstractThriftHiveMetastore.drop_wm_mapping(WMDropMappingRequest request) |
WMDropPoolResponse |
AbstractThriftHiveMetastore.drop_wm_pool(WMDropPoolRequest request) |
WMDropTriggerResponse |
AbstractThriftHiveMetastore.drop_wm_trigger(WMDropTriggerRequest request) |
void |
IMetaStoreClient.dropCatalog(String catName)
Drop a catalog.
|
void |
IMetaStoreClient.dropConstraint(String dbName,
String tableName,
String constraintName)
Drop a constraint.
|
void |
IMetaStoreClient.dropConstraint(String catName,
String dbName,
String tableName,
String constraintName)
Drop a constraint.
|
void |
HiveMetaStoreClient.dropDatabase(String name) |
void |
IMetaStoreClient.dropDatabase(String name)
Drop a database.
|
void |
IMetaStoreClient.dropDatabase(String name,
boolean deleteData,
boolean ignoreUnknownDb)
Drop a database.
|
void |
IMetaStoreClient.dropDatabase(String name,
boolean deleteData,
boolean ignoreUnknownDb,
boolean cascade)
Drop a database.
|
default void |
IMetaStoreClient.dropDatabase(String catName,
String dbName)
Drop a database.
|
default void |
IMetaStoreClient.dropDatabase(String catName,
String dbName,
boolean deleteData,
boolean ignoreUnknownDb)
Deprecated.
|
default void |
IMetaStoreClient.dropDatabase(String catName,
String dbName,
boolean deleteData,
boolean ignoreUnknownDb,
boolean cascade)
Deprecated.
|
void |
HiveMetaStoreClient.dropDataConnector(String name,
boolean ifNotExists,
boolean checkReferences)
Drop an existing DataConnector by name // TODO
|
void |
IMetaStoreClient.dropDataConnector(String name,
boolean ifNotExists,
boolean checkReferences)
Drop a dataconnector.
|
void |
IMetaStoreClient.dropFunction(String dbName,
String funcName)
Drop a function.
|
void |
IMetaStoreClient.dropFunction(String catName,
String dbName,
String funcName)
Drop a function.
|
boolean |
IMetaStoreClient.dropPartition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData)
Drop a partition.
|
boolean |
IMetaStoreClient.dropPartition(String db_name,
String tbl_name,
List<String> part_vals,
PartitionDropOptions options)
Drop a partition with the option to purge the partition data directly,
rather than to move data to trash.
|
boolean |
IMetaStoreClient.dropPartition(String db_name,
String tbl_name,
String name,
boolean deleteData)
Drop a partition.
|
boolean |
IMetaStoreClient.dropPartition(String catName,
String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData)
Drop a partition.
|
boolean |
IMetaStoreClient.dropPartition(String catName,
String db_name,
String tbl_name,
List<String> part_vals,
PartitionDropOptions options)
Drop a partition with the option to purge the partition data directly,
rather than to move data to trash.
|
boolean |
IMetaStoreClient.dropPartition(String catName,
String db_name,
String tbl_name,
String name,
boolean deleteData)
Drop a partition.
|
boolean |
HiveMetaStoreClient.dropPartitionByName(String dbName,
String tableName,
String partName,
boolean deleteData) |
boolean |
HiveMetaStoreClient.dropPartitionByName(String dbName,
String tableName,
String partName,
boolean deleteData,
EnvironmentContext envContext) |
List<Partition> |
HiveMetaStoreClient.dropPartitions(String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
boolean deleteData,
boolean ifExists) |
List<Partition> |
IMetaStoreClient.dropPartitions(String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
boolean deleteData,
boolean ifExists)
Drop partitions based on an expression.
|
List<Partition> |
HiveMetaStoreClient.dropPartitions(String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
boolean deleteData,
boolean ifExists,
boolean needResult) |
List<Partition> |
IMetaStoreClient.dropPartitions(String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
boolean deleteData,
boolean ifExists,
boolean needResults)
|
List<Partition> |
IMetaStoreClient.dropPartitions(String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
PartitionDropOptions options)
Generalization of dropPartitions(),
|
default List<Partition> |
IMetaStoreClient.dropPartitions(String catName,
String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
boolean deleteData,
boolean ifExists)
Drop partitions based on an expression.
|
default List<Partition> |
IMetaStoreClient.dropPartitions(String catName,
String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
boolean deleteData,
boolean ifExists,
boolean needResults)
Drop partitions based on an expression.
|
List<Partition> |
IMetaStoreClient.dropPartitions(String catName,
String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
PartitionDropOptions options)
Generalization of dropPartitions(),
|
void |
HiveMetaStoreClient.dropResourcePlan(String resourcePlanName,
String ns) |
void |
IMetaStoreClient.dropResourcePlan(String resourcePlanName,
String ns) |
void |
HiveMetaStoreClient.dropStoredProcedure(StoredProcedureRequest request) |
void |
IMetaStoreClient.dropStoredProcedure(StoredProcedureRequest request) |
void |
IMetaStoreClient.dropTable(String dbname,
String tableName)
Drop the table.
|
void |
HiveMetaStoreClient.dropTable(String dbname,
String name,
boolean deleteData,
boolean ignoreUnknownTab) |
void |
IMetaStoreClient.dropTable(String dbname,
String tableName,
boolean deleteData,
boolean ignoreUnknownTab)
Drop the table.
|
void |
IMetaStoreClient.dropTable(String dbname,
String tableName,
boolean deleteData,
boolean ignoreUnknownTab,
boolean ifPurge)
Deprecated.
|
default void |
IMetaStoreClient.dropTable(String catName,
String dbName,
String tableName)
Drop a table.
|
default void |
IMetaStoreClient.dropTable(String catName,
String dbName,
String tableName,
boolean deleteData,
boolean ignoreUnknownTable)
Drop a table.
|
void |
IMetaStoreClient.dropTable(String catName,
String dbName,
String tableName,
boolean deleteData,
boolean ignoreUnknownTable,
boolean ifPurge)
Drop a table.
|
void |
HiveMetaStoreClient.dropTable(String catName,
String dbname,
String name,
boolean deleteData,
boolean ignoreUnknownTab,
EnvironmentContext envContext)
Drop the table and choose whether to: delete the underlying table data;
throw if the table doesn't exist; save the data in the trash.
|
boolean |
HiveMetaStoreClient.dropType(String type) |
void |
HiveMetaStoreClient.dropWMMapping(WMMapping mapping) |
void |
HiveMetaStoreClient.dropWMPool(String resourcePlanName,
String poolPath,
String ns) |
void |
HiveMetaStoreClient.dropWMTrigger(String resourcePlanName,
String triggerName,
String ns) |
void |
IMetaStoreClient.dropWMTrigger(String resourcePlanName,
String triggerName,
String ns) |
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.
|
Database |
DefaultMetaStoreFilterHookImpl.filterDatabase(Database dataBase) |
Database |
MetaStoreFilterHook.filterDatabase(Database dataBase)
filter to given database object if applicable
|
Partition |
DefaultMetaStoreFilterHookImpl.filterPartition(Partition partition) |
Partition |
MetaStoreFilterHook.filterPartition(Partition partition)
filter to given partition object if applicable
|
Table |
DefaultMetaStoreFilterHookImpl.filterTable(Table table) |
Table |
MetaStoreFilterHook.filterTable(Table table)
filter to given table object if applicable
|
AggrStats |
AbstractThriftHiveMetastore.get_aggr_stats_for(PartitionsStatsRequest request) |
AllTableConstraintsResponse |
AbstractThriftHiveMetastore.get_all_table_constraints(AllTableConstraintsRequest request) |
GetCatalogResponse |
AbstractThriftHiveMetastore.get_catalog(GetCatalogRequest catName) |
CheckConstraintsResponse |
AbstractThriftHiveMetastore.get_check_constraints(CheckConstraintsRequest request) |
Database |
AbstractThriftHiveMetastore.get_database_req(GetDatabaseRequest request) |
Database |
AbstractThriftHiveMetastore.get_database(String name) |
DataConnector |
AbstractThriftHiveMetastore.get_dataconnector_req(GetDataConnectorRequest request) |
DefaultConstraintsResponse |
AbstractThriftHiveMetastore.get_default_constraints(DefaultConstraintsRequest request) |
ForeignKeysResponse |
AbstractThriftHiveMetastore.get_foreign_keys(ForeignKeysRequest request) |
Function |
AbstractThriftHiveMetastore.get_function(String dbName,
String funcName) |
ISchema |
AbstractThriftHiveMetastore.get_ischema(ISchemaName name) |
NotNullConstraintsResponse |
AbstractThriftHiveMetastore.get_not_null_constraints(NotNullConstraintsRequest request) |
int |
AbstractThriftHiveMetastore.get_num_partitions_by_filter(String db_name,
String tbl_name,
String filter) |
List<PartitionSpec> |
AbstractThriftHiveMetastore.get_part_specs_by_filter(String db_name,
String tbl_name,
String filter,
int max_parts) |
Partition |
AbstractThriftHiveMetastore.get_partition_by_name(String db_name,
String tbl_name,
String part_name) |
ColumnStatistics |
AbstractThriftHiveMetastore.get_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name) |
GetPartitionNamesPsResponse |
AbstractThriftHiveMetastore.get_partition_names_ps_req(GetPartitionNamesPsRequest req) |
List<String> |
AbstractThriftHiveMetastore.get_partition_names_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts) |
List<String> |
AbstractThriftHiveMetastore.get_partition_names_req(PartitionsByExprRequest req) |
List<String> |
AbstractThriftHiveMetastore.get_partition_names(String db_name,
String tbl_name,
short max_parts) |
GetPartitionResponse |
AbstractThriftHiveMetastore.get_partition_req(GetPartitionRequest req) |
PartitionValuesResponse |
AbstractThriftHiveMetastore.get_partition_values(PartitionValuesRequest request) |
Partition |
AbstractThriftHiveMetastore.get_partition_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names) |
Partition |
AbstractThriftHiveMetastore.get_partition(String db_name,
String tbl_name,
List<String> part_vals) |
PartitionsByExprResult |
AbstractThriftHiveMetastore.get_partitions_by_expr(PartitionsByExprRequest req) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions_by_filter_req(GetPartitionsByFilterRequest req) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions_by_filter(String db_name,
String tbl_name,
String filter,
short max_parts) |
GetPartitionsByNamesResult |
AbstractThriftHiveMetastore.get_partitions_by_names_req(GetPartitionsByNamesRequest req) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions_by_names(String db_name,
String tbl_name,
List<String> names) |
GetPartitionsPsWithAuthResponse |
AbstractThriftHiveMetastore.get_partitions_ps_with_auth_req(GetPartitionsPsWithAuthRequest req) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions_ps_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts) |
List<PartitionSpec> |
AbstractThriftHiveMetastore.get_partitions_pspec(String db_name,
String tbl_name,
int max_parts) |
PartitionsResponse |
AbstractThriftHiveMetastore.get_partitions_req(PartitionsRequest req) |
PartitionsSpecByExprResult |
AbstractThriftHiveMetastore.get_partitions_spec_by_expr(PartitionsByExprRequest req) |
PartitionsStatsResult |
AbstractThriftHiveMetastore.get_partitions_statistics_req(PartitionsStatsRequest request) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions_with_auth(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions(String db_name,
String tbl_name,
short max_parts) |
PrimaryKeysResponse |
AbstractThriftHiveMetastore.get_primary_keys(PrimaryKeysRequest request) |
WMGetResourcePlanResponse |
AbstractThriftHiveMetastore.get_resource_plan(WMGetResourcePlanRequest request) |
ScheduledQuery |
AbstractThriftHiveMetastore.get_scheduled_query(ScheduledQueryKey scheduleKey) |
List<SchemaVersion> |
AbstractThriftHiveMetastore.get_schema_all_versions(ISchemaName schemaName) |
SchemaVersion |
AbstractThriftHiveMetastore.get_schema_latest_version(ISchemaName schemaName) |
SchemaVersion |
AbstractThriftHiveMetastore.get_schema_version(SchemaVersionDescriptor schemaVersion) |
SerDeInfo |
AbstractThriftHiveMetastore.get_serde(GetSerdeRequest rqst) |
ColumnStatistics |
AbstractThriftHiveMetastore.get_table_column_statistics(String db_name,
String tbl_name,
String col_name) |
GetTableResult |
AbstractThriftHiveMetastore.get_table_req(GetTableRequest req) |
TableStatsResult |
AbstractThriftHiveMetastore.get_table_statistics_req(TableStatsRequest request) |
Table |
AbstractThriftHiveMetastore.get_table(String dbname,
String tbl_name) |
WMGetTriggersForResourePlanResponse |
AbstractThriftHiveMetastore.get_triggers_for_resourceplan(WMGetTriggersForResourePlanRequest request) |
Type |
AbstractThriftHiveMetastore.get_type(String name) |
UniqueConstraintsResponse |
AbstractThriftHiveMetastore.get_unique_constraints(UniqueConstraintsRequest request) |
AggrStats |
HiveMetaStoreClient.getAggrColStatsFor(String dbName,
String tblName,
List<String> colNames,
List<String> partNames,
String engine) |
AggrStats |
IMetaStoreClient.getAggrColStatsFor(String dbName,
String tblName,
List<String> colNames,
List<String> partName,
String engine)
Get aggregated column stats for a set of partitions.
|
AggrStats |
HiveMetaStoreClient.getAggrColStatsFor(String dbName,
String tblName,
List<String> colNames,
List<String> partNames,
String engine,
String writeIdList) |
AggrStats |
IMetaStoreClient.getAggrColStatsFor(String dbName,
String tblName,
List<String> colNames,
List<String> partName,
String engine,
String writeIdList) |
AggrStats |
IMetaStoreClient.getAggrColStatsFor(String catName,
String dbName,
String tblName,
List<String> colNames,
List<String> partNames,
String engine)
Get aggregated column stats for a set of partitions.
|
AggrStats |
HiveMetaStoreClient.getAggrColStatsFor(String catName,
String dbName,
String tblName,
List<String> colNames,
List<String> partNames,
String engine,
String writeIdList) |
AggrStats |
IMetaStoreClient.getAggrColStatsFor(String catName,
String dbName,
String tblName,
List<String> colNames,
List<String> partNames,
String engine,
String writeIdList) |
List<WMResourcePlan> |
HiveMetaStoreClient.getAllResourcePlans(String ns) |
List<WMResourcePlan> |
IMetaStoreClient.getAllResourcePlans(String ns) |
SQLAllTableConstraints |
IMetaStoreClient.getAllTableConstraints(AllTableConstraintsRequest request)
Get all constraints of given table
|
Catalog |
IMetaStoreClient.getCatalog(String catName)
Get a catalog object.
|
List<SQLCheckConstraint> |
HiveMetaStoreClient.getCheckConstraints(CheckConstraintsRequest req) |
List<SQLCheckConstraint> |
IMetaStoreClient.getCheckConstraints(CheckConstraintsRequest request) |
Database |
IMetaStoreClient.getDatabase(String databaseName)
Get a Database Object in the default catalog
|
Database |
IMetaStoreClient.getDatabase(String catalogName,
String databaseName)
Get a database.
|
List<SQLDefaultConstraint> |
HiveMetaStoreClient.getDefaultConstraints(DefaultConstraintsRequest req) |
List<SQLDefaultConstraint> |
IMetaStoreClient.getDefaultConstraints(DefaultConstraintsRequest request) |
List<SQLForeignKey> |
HiveMetaStoreClient.getForeignKeys(ForeignKeysRequest req) |
List<SQLForeignKey> |
IMetaStoreClient.getForeignKeys(ForeignKeysRequest request)
Get a foreign key for a table.
|
List<SQLNotNullConstraint> |
HiveMetaStoreClient.getNotNullConstraints(NotNullConstraintsRequest req) |
List<SQLNotNullConstraint> |
IMetaStoreClient.getNotNullConstraints(NotNullConstraintsRequest request)
Get a not null constraint for a table.
|
int |
IMetaStoreClient.getNumPartitionsByFilter(String dbName,
String tableName,
String filter)
Get number of partitions matching specified filter
|
int |
IMetaStoreClient.getNumPartitionsByFilter(String catName,
String dbName,
String tableName,
String filter)
Get number of partitions matching specified filter
|
Partition |
IMetaStoreClient.getPartition(String dbName,
String tblName,
List<String> partVals)
Get a partition.
|
Partition |
IMetaStoreClient.getPartition(String dbName,
String tblName,
String name)
Get a Partition by name.
|
Partition |
IMetaStoreClient.getPartition(String catName,
String dbName,
String tblName,
List<String> partVals)
Get a partition.
|
Partition |
IMetaStoreClient.getPartition(String catName,
String dbName,
String tblName,
String name)
Get a Partition by name.
|
Map<String,List<ColumnStatisticsObj>> |
IMetaStoreClient.getPartitionColumnStatistics(String dbName,
String tableName,
List<String> partNames,
List<String> colNames,
String engine)
Get the column statistics for a set of columns in a partition.
|
Map<String,List<ColumnStatisticsObj>> |
HiveMetaStoreClient.getPartitionColumnStatistics(String dbName,
String tableName,
List<String> partNames,
List<String> colNames,
String engine,
String validWriteIdList) |
Map<String,List<ColumnStatisticsObj>> |
IMetaStoreClient.getPartitionColumnStatistics(String dbName,
String tableName,
List<String> partNames,
List<String> colNames,
String engine,
String validWriteIdList) |
Map<String,List<ColumnStatisticsObj>> |
IMetaStoreClient.getPartitionColumnStatistics(String catName,
String dbName,
String tableName,
List<String> partNames,
List<String> colNames,
String engine)
Get the column statistics for a set of columns in a partition.
|
Map<String,List<ColumnStatisticsObj>> |
HiveMetaStoreClient.getPartitionColumnStatistics(String catName,
String dbName,
String tableName,
List<String> partNames,
List<String> colNames,
String engine,
String validWriteIdList) |
Map<String,List<ColumnStatisticsObj>> |
IMetaStoreClient.getPartitionColumnStatistics(String catName,
String dbName,
String tableName,
List<String> partNames,
List<String> colNames,
String engine,
String validWriteIdList) |
GetPartitionResponse |
HiveMetaStoreClient.getPartitionRequest(GetPartitionRequest req) |
GetPartitionResponse |
IMetaStoreClient.getPartitionRequest(GetPartitionRequest req)
Get a partition.
|
GetPartitionsByNamesResult |
HiveMetaStoreClient.getPartitionsByNames(GetPartitionsByNamesRequest req) |
List<Partition> |
IMetaStoreClient.getPartitionsByNames(String db_name,
String tbl_name,
List<String> part_names)
Deprecated.
|
List<Partition> |
IMetaStoreClient.getPartitionsByNames(String catName,
String db_name,
String tbl_name,
List<String> part_names)
Deprecated.
|
PartitionsResponse |
HiveMetaStoreClient.getPartitionsRequest(PartitionsRequest req) |
PartitionsResponse |
IMetaStoreClient.getPartitionsRequest(PartitionsRequest req)
Get partitions by a list of partition names.
|
Partition |
IMetaStoreClient.getPartitionWithAuthInfo(String dbName,
String tableName,
List<String> pvals,
String userName,
List<String> groupNames)
Get a Partition along with authorization information.
|
Partition |
IMetaStoreClient.getPartitionWithAuthInfo(String catName,
String dbName,
String tableName,
List<String> pvals,
String userName,
List<String> groupNames)
Get a Partition along with authorization information.
|
List<SQLPrimaryKey> |
IMetaStoreClient.getPrimaryKeys(PrimaryKeysRequest request)
Get a primary key for a table.
|
WMFullResourcePlan |
HiveMetaStoreClient.getResourcePlan(String resourcePlanName,
String ns) |
WMFullResourcePlan |
IMetaStoreClient.getResourcePlan(String resourcePlanName,
String ns) |
StoredProcedure |
HiveMetaStoreClient.getStoredProcedure(StoredProcedureRequest request) |
StoredProcedure |
IMetaStoreClient.getStoredProcedure(StoredProcedureRequest request) |
Table |
HiveMetaStoreClient.getTable(GetTableRequest getTableRequest) |
Table |
IMetaStoreClient.getTable(GetTableRequest getTableRequest) |
Table |
IMetaStoreClient.getTable(String dbName,
String tableName)
Deprecated.
use getTable(GetTableRequest getTableRequest)
|
Table |
IMetaStoreClient.getTable(String dbName,
String tableName,
boolean getColumnStats,
String engine)
Deprecated.
use getTable(GetTableRequest getTableRequest)
|
List<ColumnStatisticsObj> |
IMetaStoreClient.getTableColumnStatistics(String dbName,
String tableName,
List<String> colNames,
String engine)
Get the column statistics for a set of columns in a table.
|
List<ColumnStatisticsObj> |
IMetaStoreClient.getTableColumnStatistics(String dbName,
String tableName,
List<String> colNames,
String engine,
String validWriteIdList) |
List<ColumnStatisticsObj> |
IMetaStoreClient.getTableColumnStatistics(String catName,
String dbName,
String tableName,
List<String> colNames,
String engine)
Get the column statistics for a set of columns in a table.
|
List<ColumnStatisticsObj> |
IMetaStoreClient.getTableColumnStatistics(String catName,
String dbName,
String tableName,
List<String> colNames,
String engine,
String validWriteIdList) |
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
|
List<WMTrigger> |
HiveMetaStoreClient.getTriggersForResourcePlan(String resourcePlan,
String ns) |
List<WMTrigger> |
IMetaStoreClient.getTriggersForResourcePlan(String resourcePlan,
String ns) |
Type |
HiveMetaStoreClient.getType(String name) |
List<SQLUniqueConstraint> |
HiveMetaStoreClient.getUniqueConstraints(UniqueConstraintsRequest req) |
List<SQLUniqueConstraint> |
IMetaStoreClient.getUniqueConstraints(UniqueConstraintsRequest request)
Get a unique constraint for a table.
|
boolean |
AbstractThriftHiveMetastore.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
boolean |
IMetaStoreClient.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
Determine whether a partition has been marked with a particular event type.
|
boolean |
IMetaStoreClient.isPartitionMarkedForEvent(String catName,
String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
Determine whether a partition has been marked with a particular event type.
|
List<String> |
HiveMetaStoreClient.listPartitionNames(PartitionsByExprRequest req) |
List<String> |
IMetaStoreClient.listPartitionNames(PartitionsByExprRequest request)
Get a list of partition names matching the specified filter and return in order if specified.
|
List<String> |
IMetaStoreClient.listPartitionNames(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
Get a list of partition names matching a partial specification of the partition values.
|
List<String> |
HiveMetaStoreClient.listPartitionNames(String dbName,
String tblName,
short max) |
List<String> |
IMetaStoreClient.listPartitionNames(String db_name,
String tbl_name,
short max_parts)
List Names of partitions in a table.
|
List<String> |
IMetaStoreClient.listPartitionNames(String catName,
String db_name,
String tbl_name,
int max_parts)
List Names of partitions in a table.
|
List<String> |
IMetaStoreClient.listPartitionNames(String catName,
String db_name,
String tbl_name,
List<String> part_vals,
int max_parts)
Get a list of partition names matching a partial specification of the partition values.
|
GetPartitionNamesPsResponse |
HiveMetaStoreClient.listPartitionNamesRequest(GetPartitionNamesPsRequest req) |
GetPartitionNamesPsResponse |
IMetaStoreClient.listPartitionNamesRequest(GetPartitionNamesPsRequest req)
List Names of partitions in a table.
|
List<Partition> |
IMetaStoreClient.listPartitions(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
Get a list of partitions based on a (possibly partial) list of partition values.
|
List<Partition> |
IMetaStoreClient.listPartitions(String db_name,
String tbl_name,
short max_parts)
Get a list of partittions for a table.
|
List<Partition> |
IMetaStoreClient.listPartitions(String catName,
String db_name,
String tbl_name,
int max_parts)
Get a list of partittions for a table.
|
List<Partition> |
IMetaStoreClient.listPartitions(String catName,
String db_name,
String tbl_name,
List<String> part_vals,
int max_parts)
Get a list of partitions based on a (possibly partial) list of partition values.
|
List<Partition> |
IMetaStoreClient.listPartitionsByFilter(String db_name,
String tbl_name,
String filter,
short max_parts)
Get list of partitions matching specified filter
|
List<Partition> |
IMetaStoreClient.listPartitionsByFilter(String catName,
String db_name,
String tbl_name,
String filter,
int max_parts)
Get list of partitions matching specified filter
|
PartitionSpecProxy |
IMetaStoreClient.listPartitionSpecsByFilter(String db_name,
String tbl_name,
String filter,
int max_parts)
Get a list of partitions in a PartitionSpec, using a filter to select which partitions to
fetch.
|
PartitionSpecProxy |
IMetaStoreClient.listPartitionSpecsByFilter(String catName,
String db_name,
String tbl_name,
String filter,
int max_parts)
Get a list of partitions in a PartitionSpec, using a filter to select which partitions to
fetch.
|
List<Partition> |
IMetaStoreClient.listPartitionsWithAuthInfo(String dbName,
String tableName,
List<String> partialPvals,
short maxParts,
String userName,
List<String> groupNames)
List partitions along with privilege information for a user or groups
|
List<Partition> |
IMetaStoreClient.listPartitionsWithAuthInfo(String dbName,
String tableName,
short maxParts,
String userName,
List<String> groupNames)
List partitions, fetching the authorization information along with the partitions.
|
List<Partition> |
IMetaStoreClient.listPartitionsWithAuthInfo(String catName,
String dbName,
String tableName,
int maxParts,
String userName,
List<String> groupNames)
List partitions, fetching the authorization information along with the partitions.
|
List<Partition> |
IMetaStoreClient.listPartitionsWithAuthInfo(String catName,
String dbName,
String tableName,
List<String> partialPvals,
int maxParts,
String userName,
List<String> groupNames)
List partitions along with privilege information for a user or groups
|
GetPartitionsPsWithAuthResponse |
HiveMetaStoreClient.listPartitionsWithAuthInfoRequest(GetPartitionsPsWithAuthRequest req) |
GetPartitionsPsWithAuthResponse |
IMetaStoreClient.listPartitionsWithAuthInfoRequest(GetPartitionsPsWithAuthRequest req)
List partitions, fetching the authorization information along with the partitions.
|
PartitionValuesResponse |
HiveMetaStoreClient.listPartitionValues(PartitionValuesRequest request) |
PartitionValuesResponse |
IMetaStoreClient.listPartitionValues(PartitionValuesRequest request)
Get a list of partition values
|
void |
AbstractThriftHiveMetastore.map_schema_version_to_serde(MapSchemaVersionToSerdeRequest rqst) |
void |
AbstractThriftHiveMetastore.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
void |
IMetaStoreClient.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
Mark an event as having occurred on a partition.
|
void |
IMetaStoreClient.markPartitionForEvent(String catName,
String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
Mark an event as having occurred on a partition.
|
void |
AbstractThriftHiveMetastore.scheduled_query_maintenance(ScheduledQueryMaintenanceRequest request) |
boolean |
AbstractThriftHiveMetastore.set_aggr_stats_for(SetPartitionsStatsRequest request) |
void |
AbstractThriftHiveMetastore.set_schema_version_state(SetSchemaVersionStateRequest rqst) |
boolean |
IMetaStoreClient.setPartitionColumnStatistics(SetPartitionsStatsRequest request)
Set table or partition column statistics.
|
void |
AbstractThriftHiveMetastore.update_master_key(int seq_number,
String key) |
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) |
void |
HiveMetaStoreClient.updateMasterKey(Integer seqNo,
String key) |
void |
IMetaStoreClient.updateMasterKey(Integer seqNo,
String key) |
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 |
AbstractThriftHiveMetastore.validate_resource_plan(WMValidateResourcePlanRequest request) |
WMValidateResourcePlanResponse |
HiveMetaStoreClient.validateResourcePlan(String resourcePlanName,
String ns) |
WMValidateResourcePlanResponse |
IMetaStoreClient.validateResourcePlan(String resourcePlanName,
String ns) |
| Modifier and Type | Method and Description |
|---|---|
NoSuchObjectException |
NoSuchObjectException.deepCopy() |
NoSuchObjectException |
ThriftHiveMetastore.get_properties_result.getE2() |
NoSuchObjectException |
ThriftHiveMetastore.set_properties_result.getE2() |
NoSuchObjectException |
ThriftHiveMetastore.alter_catalog_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_catalog_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_catalog_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_database_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_database_req_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_database_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_database_req_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_dataconnector_req_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_dataconnector_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_constraint_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.add_primary_key_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.add_foreign_key_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.add_unique_constraint_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.add_not_null_constraint_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.add_default_constraint_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.add_check_constraint_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_table_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_table_with_environment_context_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_partition_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_partition_with_environment_context_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_partition_by_name_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_partition_by_name_with_environment_context_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_partitions_req_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_req_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_with_auth_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_pspec_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_partition_names_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_ps_with_auth_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.update_table_column_statistics_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.update_partition_column_statistics_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.update_table_column_statistics_req_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.update_partition_column_statistics_req_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_table_column_statistics_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_partition_column_statistics_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_table_statistics_req_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_statistics_req_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_aggr_stats_for_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.set_aggr_stats_for_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.delete_partition_column_statistics_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.delete_table_column_statistics_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_function_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.update_master_key_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_resource_plan_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.alter_resource_plan_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.validate_resource_plan_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_resource_plan_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.alter_wm_trigger_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_wm_trigger_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_triggers_for_resourceplan_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_wm_pool_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_wm_mapping_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.alter_ischema_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_ischema_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_ischema_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_schema_version_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_schema_latest_version_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_schema_all_versions_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.drop_schema_version_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.map_schema_version_to_serde_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.set_schema_version_state_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.get_serde_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.create_stored_procedure_result.getO1() |
NoSuchObjectException |
ThriftHiveMetastore.alter_database_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.alter_dataconnector_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_type_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.drop_type_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_table_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_table_req_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partition_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partition_req_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.exchange_partition_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.exchange_partitions_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partition_with_auth_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partition_by_name_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partition_values_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_ps_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_ps_with_auth_req_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partition_names_ps_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partition_names_ps_req_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partition_names_req_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_by_filter_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_by_filter_req_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_part_specs_by_filter_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_by_expr_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_spec_by_expr_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_num_partitions_by_filter_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_by_names_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_partitions_by_names_req_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.markPartitionForEvent_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.isPartitionMarkedForEvent_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_primary_keys_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_foreign_keys_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_unique_constraints_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_not_null_constraints_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_default_constraints_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_check_constraints_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_all_table_constraints_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_function_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.create_wm_trigger_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.create_wm_pool_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.alter_wm_pool_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.create_or_update_wm_mapping_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.create_or_drop_wm_trigger_to_pool_mapping_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.create_ischema_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.add_schema_version_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.scheduled_query_maintenance_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_scheduled_query_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.get_stored_procedure_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.find_package_result.getO2() |
NoSuchObjectException |
ThriftHiveMetastore.create_table_result.getO4() |
NoSuchObjectException |
ThriftHiveMetastore.create_table_with_environment_context_result.getO4() |
NoSuchObjectException |
ThriftHiveMetastore.create_table_with_constraints_result.getO4() |
NoSuchObjectException |
ThriftHiveMetastore.create_table_req_result.getO4() |
NoSuchObjectException |
ThriftHiveMetastore.translate_table_dryrun_result.getO4() |
NoSuchObjectException |
ThriftHiveMetastore.create_function_result.getO4() |
| Modifier and Type | Method and Description |
|---|---|
int |
NoSuchObjectException.compareTo(NoSuchObjectException other) |
boolean |
NoSuchObjectException.equals(NoSuchObjectException that) |
void |
ThriftHiveMetastore.get_properties_result.setE2(NoSuchObjectException e2) |
void |
ThriftHiveMetastore.set_properties_result.setE2(NoSuchObjectException e2) |
void |
ThriftHiveMetastore.alter_catalog_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_catalog_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_catalog_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_database_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_database_req_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_database_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_database_req_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_dataconnector_req_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_dataconnector_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_constraint_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.add_primary_key_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.add_foreign_key_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.add_unique_constraint_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.add_not_null_constraint_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.add_default_constraint_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.add_check_constraint_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_table_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_table_with_environment_context_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_partition_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_partition_with_environment_context_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_partition_by_name_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_partition_by_name_with_environment_context_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_partitions_req_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_partitions_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_partitions_req_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_partitions_with_auth_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_partitions_pspec_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_partition_names_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_partitions_ps_with_auth_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.update_table_column_statistics_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.update_partition_column_statistics_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.update_table_column_statistics_req_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.update_partition_column_statistics_req_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_table_column_statistics_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_partition_column_statistics_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_table_statistics_req_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_partitions_statistics_req_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_aggr_stats_for_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.set_aggr_stats_for_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.delete_partition_column_statistics_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.delete_table_column_statistics_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_function_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.update_master_key_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_resource_plan_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.alter_resource_plan_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.validate_resource_plan_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_resource_plan_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.alter_wm_trigger_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_wm_trigger_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_triggers_for_resourceplan_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_wm_pool_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_wm_mapping_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.alter_ischema_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_ischema_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_ischema_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_schema_version_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_schema_latest_version_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_schema_all_versions_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.drop_schema_version_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.map_schema_version_to_serde_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.set_schema_version_state_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.get_serde_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.create_stored_procedure_result.setO1(NoSuchObjectException o1) |
void |
ThriftHiveMetastore.alter_database_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.alter_dataconnector_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_type_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.drop_type_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_table_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_table_req_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partition_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partition_req_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.exchange_partition_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.exchange_partitions_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partition_with_auth_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partition_by_name_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partition_values_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partitions_ps_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partitions_ps_with_auth_req_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partition_names_ps_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partition_names_ps_req_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partition_names_req_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partitions_by_filter_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partitions_by_filter_req_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_part_specs_by_filter_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partitions_by_expr_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partitions_spec_by_expr_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_num_partitions_by_filter_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partitions_by_names_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_partitions_by_names_req_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.markPartitionForEvent_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.isPartitionMarkedForEvent_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_primary_keys_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_foreign_keys_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_unique_constraints_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_not_null_constraints_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_default_constraints_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_check_constraints_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_all_table_constraints_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_function_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.create_wm_trigger_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.create_wm_pool_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.alter_wm_pool_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.create_or_update_wm_mapping_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.create_or_drop_wm_trigger_to_pool_mapping_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.create_ischema_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.add_schema_version_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.scheduled_query_maintenance_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_scheduled_query_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.get_stored_procedure_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.find_package_result.setO2(NoSuchObjectException o2) |
void |
ThriftHiveMetastore.create_table_result.setO4(NoSuchObjectException o4) |
void |
ThriftHiveMetastore.create_table_with_environment_context_result.setO4(NoSuchObjectException o4) |
void |
ThriftHiveMetastore.create_table_with_constraints_result.setO4(NoSuchObjectException o4) |
void |
ThriftHiveMetastore.create_table_req_result.setO4(NoSuchObjectException o4) |
void |
ThriftHiveMetastore.translate_table_dryrun_result.setO4(NoSuchObjectException o4) |
void |
ThriftHiveMetastore.create_function_result.setO4(NoSuchObjectException o4) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.Iface.add_check_constraint(AddCheckConstraintRequest req) |
void |
ThriftHiveMetastore.Client.add_check_constraint(AddCheckConstraintRequest req) |
void |
ThriftHiveMetastore.Iface.add_default_constraint(AddDefaultConstraintRequest req) |
void |
ThriftHiveMetastore.Client.add_default_constraint(AddDefaultConstraintRequest req) |
void |
ThriftHiveMetastore.Iface.add_foreign_key(AddForeignKeyRequest req) |
void |
ThriftHiveMetastore.Client.add_foreign_key(AddForeignKeyRequest req) |
void |
ThriftHiveMetastore.Iface.add_not_null_constraint(AddNotNullConstraintRequest req) |
void |
ThriftHiveMetastore.Client.add_not_null_constraint(AddNotNullConstraintRequest req) |
void |
ThriftHiveMetastore.Iface.add_primary_key(AddPrimaryKeyRequest req) |
void |
ThriftHiveMetastore.Client.add_primary_key(AddPrimaryKeyRequest req) |
void |
ThriftHiveMetastore.Iface.add_schema_version(SchemaVersion schemaVersion) |
void |
ThriftHiveMetastore.Client.add_schema_version(SchemaVersion schemaVersion) |
void |
ThriftHiveMetastore.Iface.add_unique_constraint(AddUniqueConstraintRequest req) |
void |
ThriftHiveMetastore.Client.add_unique_constraint(AddUniqueConstraintRequest req) |
void |
ThriftHiveMetastore.Iface.alter_catalog(AlterCatalogRequest rqst) |
void |
ThriftHiveMetastore.Client.alter_catalog(AlterCatalogRequest rqst) |
void |
ThriftHiveMetastore.Iface.alter_database(String dbname,
Database db) |
void |
ThriftHiveMetastore.Client.alter_database(String dbname,
Database db) |
void |
ThriftHiveMetastore.Iface.alter_dataconnector(String name,
DataConnector connector) |
void |
ThriftHiveMetastore.Client.alter_dataconnector(String name,
DataConnector connector) |
void |
ThriftHiveMetastore.Iface.alter_ischema(AlterISchemaRequest rqst) |
void |
ThriftHiveMetastore.Client.alter_ischema(AlterISchemaRequest rqst) |
WMAlterResourcePlanResponse |
ThriftHiveMetastore.Iface.alter_resource_plan(WMAlterResourcePlanRequest request) |
WMAlterResourcePlanResponse |
ThriftHiveMetastore.Client.alter_resource_plan(WMAlterResourcePlanRequest request) |
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) |
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) |
void |
ThriftHiveMetastore.Iface.create_stored_procedure(StoredProcedure proc) |
void |
ThriftHiveMetastore.Client.create_stored_procedure(StoredProcedure proc) |
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) |
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) |
void |
ThriftHiveMetastore.Iface.drop_catalog(DropCatalogRequest catName) |
void |
ThriftHiveMetastore.Client.drop_catalog(DropCatalogRequest catName) |
void |
ThriftHiveMetastore.Iface.drop_constraint(DropConstraintRequest req) |
void |
ThriftHiveMetastore.Client.drop_constraint(DropConstraintRequest req) |
void |
ThriftHiveMetastore.Iface.drop_database_req(DropDatabaseRequest req) |
void |
ThriftHiveMetastore.Client.drop_database_req(DropDatabaseRequest req) |
void |
ThriftHiveMetastore.Iface.drop_database(String name,
boolean deleteData,
boolean cascade) |
void |
ThriftHiveMetastore.Client.drop_database(String name,
boolean deleteData,
boolean cascade) |
void |
ThriftHiveMetastore.Iface.drop_dataconnector(String name,
boolean ifNotExists,
boolean checkReferences) |
void |
ThriftHiveMetastore.Client.drop_dataconnector(String name,
boolean ifNotExists,
boolean checkReferences) |
void |
ThriftHiveMetastore.Iface.drop_function(String dbName,
String funcName) |
void |
ThriftHiveMetastore.Client.drop_function(String dbName,
String funcName) |
void |
ThriftHiveMetastore.Iface.drop_ischema(ISchemaName name) |
void |
ThriftHiveMetastore.Client.drop_ischema(ISchemaName name) |
boolean |
ThriftHiveMetastore.Iface.drop_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
boolean deleteData,
EnvironmentContext environment_context) |
boolean |
ThriftHiveMetastore.Client.drop_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
boolean deleteData,
EnvironmentContext environment_context) |
boolean |
ThriftHiveMetastore.Iface.drop_partition_by_name(String db_name,
String tbl_name,
String part_name,
boolean deleteData) |
boolean |
ThriftHiveMetastore.Client.drop_partition_by_name(String db_name,
String tbl_name,
String part_name,
boolean deleteData) |
boolean |
ThriftHiveMetastore.Iface.drop_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData,
EnvironmentContext environment_context) |
boolean |
ThriftHiveMetastore.Client.drop_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData,
EnvironmentContext environment_context) |
boolean |
ThriftHiveMetastore.Iface.drop_partition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData) |
boolean |
ThriftHiveMetastore.Client.drop_partition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData) |
DropPartitionsResult |
ThriftHiveMetastore.Iface.drop_partitions_req(DropPartitionsRequest req) |
DropPartitionsResult |
ThriftHiveMetastore.Client.drop_partitions_req(DropPartitionsRequest req) |
WMDropResourcePlanResponse |
ThriftHiveMetastore.Iface.drop_resource_plan(WMDropResourcePlanRequest request) |
WMDropResourcePlanResponse |
ThriftHiveMetastore.Client.drop_resource_plan(WMDropResourcePlanRequest request) |
void |
ThriftHiveMetastore.Iface.drop_schema_version(SchemaVersionDescriptor schemaVersion) |
void |
ThriftHiveMetastore.Client.drop_schema_version(SchemaVersionDescriptor schemaVersion) |
void |
ThriftHiveMetastore.Iface.drop_table_with_environment_context(String dbname,
String name,
boolean deleteData,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Client.drop_table_with_environment_context(String dbname,
String name,
boolean deleteData,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Iface.drop_table(String dbname,
String name,
boolean deleteData) |
void |
ThriftHiveMetastore.Client.drop_table(String dbname,
String name,
boolean deleteData) |
boolean |
ThriftHiveMetastore.Iface.drop_type(String type) |
boolean |
ThriftHiveMetastore.Client.drop_type(String type) |
WMDropMappingResponse |
ThriftHiveMetastore.Iface.drop_wm_mapping(WMDropMappingRequest request) |
WMDropMappingResponse |
ThriftHiveMetastore.Client.drop_wm_mapping(WMDropMappingRequest request) |
WMDropPoolResponse |
ThriftHiveMetastore.Iface.drop_wm_pool(WMDropPoolRequest request) |
WMDropPoolResponse |
ThriftHiveMetastore.Client.drop_wm_pool(WMDropPoolRequest request) |
WMDropTriggerResponse |
ThriftHiveMetastore.Iface.drop_wm_trigger(WMDropTriggerRequest request) |
WMDropTriggerResponse |
ThriftHiveMetastore.Client.drop_wm_trigger(WMDropTriggerRequest request) |
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) |
Package |
ThriftHiveMetastore.Iface.find_package(GetPackageRequest request) |
Package |
ThriftHiveMetastore.Client.find_package(GetPackageRequest request) |
AggrStats |
ThriftHiveMetastore.Iface.get_aggr_stats_for(PartitionsStatsRequest request) |
AggrStats |
ThriftHiveMetastore.Client.get_aggr_stats_for(PartitionsStatsRequest request) |
AllTableConstraintsResponse |
ThriftHiveMetastore.Iface.get_all_table_constraints(AllTableConstraintsRequest request) |
AllTableConstraintsResponse |
ThriftHiveMetastore.Client.get_all_table_constraints(AllTableConstraintsRequest request) |
GetCatalogResponse |
ThriftHiveMetastore.Iface.get_catalog(GetCatalogRequest catName) |
GetCatalogResponse |
ThriftHiveMetastore.Client.get_catalog(GetCatalogRequest catName) |
CheckConstraintsResponse |
ThriftHiveMetastore.Iface.get_check_constraints(CheckConstraintsRequest request) |
CheckConstraintsResponse |
ThriftHiveMetastore.Client.get_check_constraints(CheckConstraintsRequest request) |
Database |
ThriftHiveMetastore.Iface.get_database_req(GetDatabaseRequest request) |
Database |
ThriftHiveMetastore.Client.get_database_req(GetDatabaseRequest request) |
Database |
ThriftHiveMetastore.Iface.get_database(String name) |
Database |
ThriftHiveMetastore.Client.get_database(String name) |
DataConnector |
ThriftHiveMetastore.Iface.get_dataconnector_req(GetDataConnectorRequest request) |
DataConnector |
ThriftHiveMetastore.Client.get_dataconnector_req(GetDataConnectorRequest request) |
DefaultConstraintsResponse |
ThriftHiveMetastore.Iface.get_default_constraints(DefaultConstraintsRequest request) |
DefaultConstraintsResponse |
ThriftHiveMetastore.Client.get_default_constraints(DefaultConstraintsRequest request) |
ForeignKeysResponse |
ThriftHiveMetastore.Iface.get_foreign_keys(ForeignKeysRequest request) |
ForeignKeysResponse |
ThriftHiveMetastore.Client.get_foreign_keys(ForeignKeysRequest request) |
Function |
ThriftHiveMetastore.Iface.get_function(String dbName,
String funcName) |
Function |
ThriftHiveMetastore.Client.get_function(String dbName,
String funcName) |
ISchema |
ThriftHiveMetastore.Iface.get_ischema(ISchemaName name) |
ISchema |
ThriftHiveMetastore.Client.get_ischema(ISchemaName name) |
NotNullConstraintsResponse |
ThriftHiveMetastore.Iface.get_not_null_constraints(NotNullConstraintsRequest request) |
NotNullConstraintsResponse |
ThriftHiveMetastore.Client.get_not_null_constraints(NotNullConstraintsRequest request) |
int |
ThriftHiveMetastore.Iface.get_num_partitions_by_filter(String db_name,
String tbl_name,
String filter) |
int |
ThriftHiveMetastore.Client.get_num_partitions_by_filter(String db_name,
String tbl_name,
String filter) |
List<PartitionSpec> |
ThriftHiveMetastore.Iface.get_part_specs_by_filter(String db_name,
String tbl_name,
String filter,
int max_parts) |
List<PartitionSpec> |
ThriftHiveMetastore.Client.get_part_specs_by_filter(String db_name,
String tbl_name,
String filter,
int max_parts) |
Partition |
ThriftHiveMetastore.Iface.get_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
ThriftHiveMetastore.Client.get_partition_by_name(String db_name,
String tbl_name,
String part_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) |
GetPartitionNamesPsResponse |
ThriftHiveMetastore.Iface.get_partition_names_ps_req(GetPartitionNamesPsRequest req) |
GetPartitionNamesPsResponse |
ThriftHiveMetastore.Client.get_partition_names_ps_req(GetPartitionNamesPsRequest req) |
List<String> |
ThriftHiveMetastore.Iface.get_partition_names_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts) |
List<String> |
ThriftHiveMetastore.Client.get_partition_names_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts) |
List<String> |
ThriftHiveMetastore.Iface.get_partition_names_req(PartitionsByExprRequest req) |
List<String> |
ThriftHiveMetastore.Client.get_partition_names_req(PartitionsByExprRequest req) |
List<String> |
ThriftHiveMetastore.Iface.get_partition_names(String db_name,
String tbl_name,
short max_parts) |
List<String> |
ThriftHiveMetastore.Client.get_partition_names(String db_name,
String tbl_name,
short max_parts) |
GetPartitionResponse |
ThriftHiveMetastore.Iface.get_partition_req(GetPartitionRequest req) |
GetPartitionResponse |
ThriftHiveMetastore.Client.get_partition_req(GetPartitionRequest req) |
PartitionValuesResponse |
ThriftHiveMetastore.Iface.get_partition_values(PartitionValuesRequest request) |
PartitionValuesResponse |
ThriftHiveMetastore.Client.get_partition_values(PartitionValuesRequest request) |
Partition |
ThriftHiveMetastore.Iface.get_partition_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names) |
Partition |
ThriftHiveMetastore.Client.get_partition_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names) |
Partition |
ThriftHiveMetastore.Iface.get_partition(String db_name,
String tbl_name,
List<String> part_vals) |
Partition |
ThriftHiveMetastore.Client.get_partition(String db_name,
String tbl_name,
List<String> part_vals) |
PartitionsByExprResult |
ThriftHiveMetastore.Iface.get_partitions_by_expr(PartitionsByExprRequest req) |
PartitionsByExprResult |
ThriftHiveMetastore.Client.get_partitions_by_expr(PartitionsByExprRequest req) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_by_filter_req(GetPartitionsByFilterRequest req) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_by_filter_req(GetPartitionsByFilterRequest req) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_by_filter(String db_name,
String tbl_name,
String filter,
short max_parts) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_by_filter(String db_name,
String tbl_name,
String filter,
short max_parts) |
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) |
GetPartitionsPsWithAuthResponse |
ThriftHiveMetastore.Iface.get_partitions_ps_with_auth_req(GetPartitionsPsWithAuthRequest req) |
GetPartitionsPsWithAuthResponse |
ThriftHiveMetastore.Client.get_partitions_ps_with_auth_req(GetPartitionsPsWithAuthRequest req) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_ps_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_ps_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts) |
List<PartitionSpec> |
ThriftHiveMetastore.Iface.get_partitions_pspec(String db_name,
String tbl_name,
int max_parts) |
List<PartitionSpec> |
ThriftHiveMetastore.Client.get_partitions_pspec(String db_name,
String tbl_name,
int max_parts) |
PartitionsResponse |
ThriftHiveMetastore.Iface.get_partitions_req(PartitionsRequest req) |
PartitionsResponse |
ThriftHiveMetastore.Client.get_partitions_req(PartitionsRequest req) |
PartitionsSpecByExprResult |
ThriftHiveMetastore.Iface.get_partitions_spec_by_expr(PartitionsByExprRequest req) |
PartitionsSpecByExprResult |
ThriftHiveMetastore.Client.get_partitions_spec_by_expr(PartitionsByExprRequest req) |
PartitionsStatsResult |
ThriftHiveMetastore.Iface.get_partitions_statistics_req(PartitionsStatsRequest request) |
PartitionsStatsResult |
ThriftHiveMetastore.Client.get_partitions_statistics_req(PartitionsStatsRequest request) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_with_auth(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_with_auth(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions(String db_name,
String tbl_name,
short max_parts) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions(String db_name,
String tbl_name,
short max_parts) |
PrimaryKeysResponse |
ThriftHiveMetastore.Iface.get_primary_keys(PrimaryKeysRequest request) |
PrimaryKeysResponse |
ThriftHiveMetastore.Client.get_primary_keys(PrimaryKeysRequest request) |
PropertyGetResponse |
ThriftHiveMetastore.Iface.get_properties(PropertyGetRequest req) |
PropertyGetResponse |
ThriftHiveMetastore.Client.get_properties(PropertyGetRequest req) |
WMGetResourcePlanResponse |
ThriftHiveMetastore.Iface.get_resource_plan(WMGetResourcePlanRequest request) |
WMGetResourcePlanResponse |
ThriftHiveMetastore.Client.get_resource_plan(WMGetResourcePlanRequest request) |
ScheduledQuery |
ThriftHiveMetastore.Iface.get_scheduled_query(ScheduledQueryKey scheduleKey) |
ScheduledQuery |
ThriftHiveMetastore.Client.get_scheduled_query(ScheduledQueryKey scheduleKey) |
List<SchemaVersion> |
ThriftHiveMetastore.Iface.get_schema_all_versions(ISchemaName schemaName) |
List<SchemaVersion> |
ThriftHiveMetastore.Client.get_schema_all_versions(ISchemaName schemaName) |
SchemaVersion |
ThriftHiveMetastore.Iface.get_schema_latest_version(ISchemaName schemaName) |
SchemaVersion |
ThriftHiveMetastore.Client.get_schema_latest_version(ISchemaName schemaName) |
SchemaVersion |
ThriftHiveMetastore.Iface.get_schema_version(SchemaVersionDescriptor schemaVersion) |
SchemaVersion |
ThriftHiveMetastore.Client.get_schema_version(SchemaVersionDescriptor schemaVersion) |
SerDeInfo |
ThriftHiveMetastore.Iface.get_serde(GetSerdeRequest rqst) |
SerDeInfo |
ThriftHiveMetastore.Client.get_serde(GetSerdeRequest rqst) |
StoredProcedure |
ThriftHiveMetastore.Iface.get_stored_procedure(StoredProcedureRequest request) |
StoredProcedure |
ThriftHiveMetastore.Client.get_stored_procedure(StoredProcedureRequest request) |
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) |
GetTableResult |
ThriftHiveMetastore.Iface.get_table_req(GetTableRequest req) |
GetTableResult |
ThriftHiveMetastore.Client.get_table_req(GetTableRequest req) |
TableStatsResult |
ThriftHiveMetastore.Iface.get_table_statistics_req(TableStatsRequest request) |
TableStatsResult |
ThriftHiveMetastore.Client.get_table_statistics_req(TableStatsRequest request) |
Table |
ThriftHiveMetastore.Iface.get_table(String dbname,
String tbl_name) |
Table |
ThriftHiveMetastore.Client.get_table(String dbname,
String tbl_name) |
WMGetTriggersForResourePlanResponse |
ThriftHiveMetastore.Iface.get_triggers_for_resourceplan(WMGetTriggersForResourePlanRequest request) |
WMGetTriggersForResourePlanResponse |
ThriftHiveMetastore.Client.get_triggers_for_resourceplan(WMGetTriggersForResourePlanRequest request) |
Type |
ThriftHiveMetastore.Iface.get_type(String name) |
Type |
ThriftHiveMetastore.Client.get_type(String name) |
UniqueConstraintsResponse |
ThriftHiveMetastore.Iface.get_unique_constraints(UniqueConstraintsRequest request) |
UniqueConstraintsResponse |
ThriftHiveMetastore.Client.get_unique_constraints(UniqueConstraintsRequest request) |
Void |
ThriftHiveMetastore.AsyncClient.alter_catalog_call.getResult() |
GetCatalogResponse |
ThriftHiveMetastore.AsyncClient.get_catalog_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.drop_catalog_call.getResult() |
Database |
ThriftHiveMetastore.AsyncClient.get_database_call.getResult() |
Database |
ThriftHiveMetastore.AsyncClient.get_database_req_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.drop_database_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.drop_database_req_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.alter_database_call.getResult() |
DataConnector |
ThriftHiveMetastore.AsyncClient.get_dataconnector_req_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.drop_dataconnector_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.alter_dataconnector_call.getResult() |
Type |
ThriftHiveMetastore.AsyncClient.get_type_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.drop_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() |
Void |
ThriftHiveMetastore.AsyncClient.drop_constraint_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_primary_key_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_foreign_key_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_unique_constraint_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_not_null_constraint_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_default_constraint_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_check_constraint_call.getResult() |
Table |
ThriftHiveMetastore.AsyncClient.translate_table_dryrun_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.drop_table_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.drop_table_with_environment_context_call.getResult() |
Table |
ThriftHiveMetastore.AsyncClient.get_table_call.getResult() |
GetTableResult |
ThriftHiveMetastore.AsyncClient.get_table_req_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.drop_partition_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.drop_partition_with_environment_context_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.drop_partition_by_name_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.drop_partition_by_name_with_environment_context_call.getResult() |
DropPartitionsResult |
ThriftHiveMetastore.AsyncClient.drop_partitions_req_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.get_partition_call.getResult() |
GetPartitionResponse |
ThriftHiveMetastore.AsyncClient.get_partition_req_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.exchange_partition_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.exchange_partitions_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.get_partition_with_auth_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.get_partition_by_name_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_call.getResult() |
PartitionsResponse |
ThriftHiveMetastore.AsyncClient.get_partitions_req_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_with_auth_call.getResult() |
List<PartitionSpec> |
ThriftHiveMetastore.AsyncClient.get_partitions_pspec_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_partition_names_call.getResult() |
PartitionValuesResponse |
ThriftHiveMetastore.AsyncClient.get_partition_values_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_ps_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_ps_with_auth_call.getResult() |
GetPartitionsPsWithAuthResponse |
ThriftHiveMetastore.AsyncClient.get_partitions_ps_with_auth_req_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_partition_names_ps_call.getResult() |
GetPartitionNamesPsResponse |
ThriftHiveMetastore.AsyncClient.get_partition_names_ps_req_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_partition_names_req_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_by_filter_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_by_filter_req_call.getResult() |
List<PartitionSpec> |
ThriftHiveMetastore.AsyncClient.get_part_specs_by_filter_call.getResult() |
PartitionsByExprResult |
ThriftHiveMetastore.AsyncClient.get_partitions_by_expr_call.getResult() |
PartitionsSpecByExprResult |
ThriftHiveMetastore.AsyncClient.get_partitions_spec_by_expr_call.getResult() |
Integer |
ThriftHiveMetastore.AsyncClient.get_num_partitions_by_filter_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_by_names_call.getResult() |
GetPartitionsByNamesResult |
ThriftHiveMetastore.AsyncClient.get_partitions_by_names_req_call.getResult() |
PropertyGetResponse |
ThriftHiveMetastore.AsyncClient.get_properties_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.set_properties_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.markPartitionForEvent_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.isPartitionMarkedForEvent_call.getResult() |
PrimaryKeysResponse |
ThriftHiveMetastore.AsyncClient.get_primary_keys_call.getResult() |
ForeignKeysResponse |
ThriftHiveMetastore.AsyncClient.get_foreign_keys_call.getResult() |
UniqueConstraintsResponse |
ThriftHiveMetastore.AsyncClient.get_unique_constraints_call.getResult() |
NotNullConstraintsResponse |
ThriftHiveMetastore.AsyncClient.get_not_null_constraints_call.getResult() |
DefaultConstraintsResponse |
ThriftHiveMetastore.AsyncClient.get_default_constraints_call.getResult() |
CheckConstraintsResponse |
ThriftHiveMetastore.AsyncClient.get_check_constraints_call.getResult() |
AllTableConstraintsResponse |
ThriftHiveMetastore.AsyncClient.get_all_table_constraints_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() |
TableStatsResult |
ThriftHiveMetastore.AsyncClient.get_table_statistics_req_call.getResult() |
PartitionsStatsResult |
ThriftHiveMetastore.AsyncClient.get_partitions_statistics_req_call.getResult() |
AggrStats |
ThriftHiveMetastore.AsyncClient.get_aggr_stats_for_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() |
Void |
ThriftHiveMetastore.AsyncClient.drop_function_call.getResult() |
Function |
ThriftHiveMetastore.AsyncClient.get_function_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.update_master_key_call.getResult() |
WMGetResourcePlanResponse |
ThriftHiveMetastore.AsyncClient.get_resource_plan_call.getResult() |
WMAlterResourcePlanResponse |
ThriftHiveMetastore.AsyncClient.alter_resource_plan_call.getResult() |
WMValidateResourcePlanResponse |
ThriftHiveMetastore.AsyncClient.validate_resource_plan_call.getResult() |
WMDropResourcePlanResponse |
ThriftHiveMetastore.AsyncClient.drop_resource_plan_call.getResult() |
WMCreateTriggerResponse |
ThriftHiveMetastore.AsyncClient.create_wm_trigger_call.getResult() |
WMAlterTriggerResponse |
ThriftHiveMetastore.AsyncClient.alter_wm_trigger_call.getResult() |
WMDropTriggerResponse |
ThriftHiveMetastore.AsyncClient.drop_wm_trigger_call.getResult() |
WMGetTriggersForResourePlanResponse |
ThriftHiveMetastore.AsyncClient.get_triggers_for_resourceplan_call.getResult() |
WMCreatePoolResponse |
ThriftHiveMetastore.AsyncClient.create_wm_pool_call.getResult() |
WMAlterPoolResponse |
ThriftHiveMetastore.AsyncClient.alter_wm_pool_call.getResult() |
WMDropPoolResponse |
ThriftHiveMetastore.AsyncClient.drop_wm_pool_call.getResult() |
WMCreateOrUpdateMappingResponse |
ThriftHiveMetastore.AsyncClient.create_or_update_wm_mapping_call.getResult() |
WMDropMappingResponse |
ThriftHiveMetastore.AsyncClient.drop_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.alter_ischema_call.getResult() |
ISchema |
ThriftHiveMetastore.AsyncClient.get_ischema_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.drop_ischema_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_schema_version_call.getResult() |
SchemaVersion |
ThriftHiveMetastore.AsyncClient.get_schema_version_call.getResult() |
SchemaVersion |
ThriftHiveMetastore.AsyncClient.get_schema_latest_version_call.getResult() |
List<SchemaVersion> |
ThriftHiveMetastore.AsyncClient.get_schema_all_versions_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.drop_schema_version_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.map_schema_version_to_serde_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.set_schema_version_state_call.getResult() |
SerDeInfo |
ThriftHiveMetastore.AsyncClient.get_serde_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.scheduled_query_maintenance_call.getResult() |
ScheduledQuery |
ThriftHiveMetastore.AsyncClient.get_scheduled_query_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.create_stored_procedure_call.getResult() |
StoredProcedure |
ThriftHiveMetastore.AsyncClient.get_stored_procedure_call.getResult() |
Package |
ThriftHiveMetastore.AsyncClient.find_package_call.getResult() |
boolean |
ThriftHiveMetastore.Iface.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
boolean |
ThriftHiveMetastore.Client.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
void |
ThriftHiveMetastore.Iface.map_schema_version_to_serde(MapSchemaVersionToSerdeRequest rqst) |
void |
ThriftHiveMetastore.Client.map_schema_version_to_serde(MapSchemaVersionToSerdeRequest rqst) |
void |
ThriftHiveMetastore.Iface.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
void |
ThriftHiveMetastore.Client.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
void |
ThriftHiveMetastore.Client.recv_add_check_constraint() |
void |
ThriftHiveMetastore.Client.recv_add_default_constraint() |
void |
ThriftHiveMetastore.Client.recv_add_foreign_key() |
void |
ThriftHiveMetastore.Client.recv_add_not_null_constraint() |
void |
ThriftHiveMetastore.Client.recv_add_primary_key() |
void |
ThriftHiveMetastore.Client.recv_add_schema_version() |
void |
ThriftHiveMetastore.Client.recv_add_unique_constraint() |
void |
ThriftHiveMetastore.Client.recv_alter_catalog() |
void |
ThriftHiveMetastore.Client.recv_alter_database() |
void |
ThriftHiveMetastore.Client.recv_alter_dataconnector() |
void |
ThriftHiveMetastore.Client.recv_alter_ischema() |
WMAlterResourcePlanResponse |
ThriftHiveMetastore.Client.recv_alter_resource_plan() |
WMAlterPoolResponse |
ThriftHiveMetastore.Client.recv_alter_wm_pool() |
WMAlterTriggerResponse |
ThriftHiveMetastore.Client.recv_alter_wm_trigger() |
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() |
void |
ThriftHiveMetastore.Client.recv_create_stored_procedure() |
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() |
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() |
void |
ThriftHiveMetastore.Client.recv_drop_catalog() |
void |
ThriftHiveMetastore.Client.recv_drop_constraint() |
void |
ThriftHiveMetastore.Client.recv_drop_database_req() |
void |
ThriftHiveMetastore.Client.recv_drop_database() |
void |
ThriftHiveMetastore.Client.recv_drop_dataconnector() |
void |
ThriftHiveMetastore.Client.recv_drop_function() |
void |
ThriftHiveMetastore.Client.recv_drop_ischema() |
boolean |
ThriftHiveMetastore.Client.recv_drop_partition_by_name_with_environment_context() |
boolean |
ThriftHiveMetastore.Client.recv_drop_partition_by_name() |
boolean |
ThriftHiveMetastore.Client.recv_drop_partition_with_environment_context() |
boolean |
ThriftHiveMetastore.Client.recv_drop_partition() |
DropPartitionsResult |
ThriftHiveMetastore.Client.recv_drop_partitions_req() |
WMDropResourcePlanResponse |
ThriftHiveMetastore.Client.recv_drop_resource_plan() |
void |
ThriftHiveMetastore.Client.recv_drop_schema_version() |
void |
ThriftHiveMetastore.Client.recv_drop_table_with_environment_context() |
void |
ThriftHiveMetastore.Client.recv_drop_table() |
boolean |
ThriftHiveMetastore.Client.recv_drop_type() |
WMDropMappingResponse |
ThriftHiveMetastore.Client.recv_drop_wm_mapping() |
WMDropPoolResponse |
ThriftHiveMetastore.Client.recv_drop_wm_pool() |
WMDropTriggerResponse |
ThriftHiveMetastore.Client.recv_drop_wm_trigger() |
Partition |
ThriftHiveMetastore.Client.recv_exchange_partition() |
List<Partition> |
ThriftHiveMetastore.Client.recv_exchange_partitions() |
Package |
ThriftHiveMetastore.Client.recv_find_package() |
AggrStats |
ThriftHiveMetastore.Client.recv_get_aggr_stats_for() |
AllTableConstraintsResponse |
ThriftHiveMetastore.Client.recv_get_all_table_constraints() |
GetCatalogResponse |
ThriftHiveMetastore.Client.recv_get_catalog() |
CheckConstraintsResponse |
ThriftHiveMetastore.Client.recv_get_check_constraints() |
Database |
ThriftHiveMetastore.Client.recv_get_database_req() |
Database |
ThriftHiveMetastore.Client.recv_get_database() |
DataConnector |
ThriftHiveMetastore.Client.recv_get_dataconnector_req() |
DefaultConstraintsResponse |
ThriftHiveMetastore.Client.recv_get_default_constraints() |
ForeignKeysResponse |
ThriftHiveMetastore.Client.recv_get_foreign_keys() |
Function |
ThriftHiveMetastore.Client.recv_get_function() |
ISchema |
ThriftHiveMetastore.Client.recv_get_ischema() |
NotNullConstraintsResponse |
ThriftHiveMetastore.Client.recv_get_not_null_constraints() |
int |
ThriftHiveMetastore.Client.recv_get_num_partitions_by_filter() |
List<PartitionSpec> |
ThriftHiveMetastore.Client.recv_get_part_specs_by_filter() |
Partition |
ThriftHiveMetastore.Client.recv_get_partition_by_name() |
ColumnStatistics |
ThriftHiveMetastore.Client.recv_get_partition_column_statistics() |
GetPartitionNamesPsResponse |
ThriftHiveMetastore.Client.recv_get_partition_names_ps_req() |
List<String> |
ThriftHiveMetastore.Client.recv_get_partition_names_ps() |
List<String> |
ThriftHiveMetastore.Client.recv_get_partition_names_req() |
List<String> |
ThriftHiveMetastore.Client.recv_get_partition_names() |
GetPartitionResponse |
ThriftHiveMetastore.Client.recv_get_partition_req() |
PartitionValuesResponse |
ThriftHiveMetastore.Client.recv_get_partition_values() |
Partition |
ThriftHiveMetastore.Client.recv_get_partition_with_auth() |
Partition |
ThriftHiveMetastore.Client.recv_get_partition() |
PartitionsByExprResult |
ThriftHiveMetastore.Client.recv_get_partitions_by_expr() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_by_filter_req() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_by_filter() |
GetPartitionsByNamesResult |
ThriftHiveMetastore.Client.recv_get_partitions_by_names_req() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_by_names() |
GetPartitionsPsWithAuthResponse |
ThriftHiveMetastore.Client.recv_get_partitions_ps_with_auth_req() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_ps_with_auth() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_ps() |
List<PartitionSpec> |
ThriftHiveMetastore.Client.recv_get_partitions_pspec() |
PartitionsResponse |
ThriftHiveMetastore.Client.recv_get_partitions_req() |
PartitionsSpecByExprResult |
ThriftHiveMetastore.Client.recv_get_partitions_spec_by_expr() |
PartitionsStatsResult |
ThriftHiveMetastore.Client.recv_get_partitions_statistics_req() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_with_auth() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions() |
PrimaryKeysResponse |
ThriftHiveMetastore.Client.recv_get_primary_keys() |
PropertyGetResponse |
ThriftHiveMetastore.Client.recv_get_properties() |
WMGetResourcePlanResponse |
ThriftHiveMetastore.Client.recv_get_resource_plan() |
ScheduledQuery |
ThriftHiveMetastore.Client.recv_get_scheduled_query() |
List<SchemaVersion> |
ThriftHiveMetastore.Client.recv_get_schema_all_versions() |
SchemaVersion |
ThriftHiveMetastore.Client.recv_get_schema_latest_version() |
SchemaVersion |
ThriftHiveMetastore.Client.recv_get_schema_version() |
SerDeInfo |
ThriftHiveMetastore.Client.recv_get_serde() |
StoredProcedure |
ThriftHiveMetastore.Client.recv_get_stored_procedure() |
ColumnStatistics |
ThriftHiveMetastore.Client.recv_get_table_column_statistics() |
GetTableResult |
ThriftHiveMetastore.Client.recv_get_table_req() |
TableStatsResult |
ThriftHiveMetastore.Client.recv_get_table_statistics_req() |
Table |
ThriftHiveMetastore.Client.recv_get_table() |
WMGetTriggersForResourePlanResponse |
ThriftHiveMetastore.Client.recv_get_triggers_for_resourceplan() |
Type |
ThriftHiveMetastore.Client.recv_get_type() |
UniqueConstraintsResponse |
ThriftHiveMetastore.Client.recv_get_unique_constraints() |
boolean |
ThriftHiveMetastore.Client.recv_isPartitionMarkedForEvent() |
void |
ThriftHiveMetastore.Client.recv_map_schema_version_to_serde() |
void |
ThriftHiveMetastore.Client.recv_markPartitionForEvent() |
void |
ThriftHiveMetastore.Client.recv_scheduled_query_maintenance() |
boolean |
ThriftHiveMetastore.Client.recv_set_aggr_stats_for() |
boolean |
ThriftHiveMetastore.Client.recv_set_properties() |
void |
ThriftHiveMetastore.Client.recv_set_schema_version_state() |
Table |
ThriftHiveMetastore.Client.recv_translate_table_dryrun() |
void |
ThriftHiveMetastore.Client.recv_update_master_key() |
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() |
WMValidateResourcePlanResponse |
ThriftHiveMetastore.Client.recv_validate_resource_plan() |
void |
ThriftHiveMetastore.Iface.scheduled_query_maintenance(ScheduledQueryMaintenanceRequest request) |
void |
ThriftHiveMetastore.Client.scheduled_query_maintenance(ScheduledQueryMaintenanceRequest request) |
boolean |
ThriftHiveMetastore.Iface.set_aggr_stats_for(SetPartitionsStatsRequest request) |
boolean |
ThriftHiveMetastore.Client.set_aggr_stats_for(SetPartitionsStatsRequest request) |
boolean |
ThriftHiveMetastore.Iface.set_properties(PropertySetRequest req) |
boolean |
ThriftHiveMetastore.Client.set_properties(PropertySetRequest req) |
void |
ThriftHiveMetastore.Iface.set_schema_version_state(SetSchemaVersionStateRequest rqst) |
void |
ThriftHiveMetastore.Client.set_schema_version_state(SetSchemaVersionStateRequest rqst) |
Table |
ThriftHiveMetastore.Iface.translate_table_dryrun(CreateTableRequest request) |
Table |
ThriftHiveMetastore.Client.translate_table_dryrun(CreateTableRequest request) |
void |
ThriftHiveMetastore.Iface.update_master_key(int seq_number,
String key) |
void |
ThriftHiveMetastore.Client.update_master_key(int seq_number,
String key) |
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) |
WMValidateResourcePlanResponse |
ThriftHiveMetastore.Iface.validate_resource_plan(WMValidateResourcePlanRequest request) |
WMValidateResourcePlanResponse |
ThriftHiveMetastore.Client.validate_resource_plan(WMValidateResourcePlanRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyManager |
PropertyManager.create(String namespace,
PropertyStore store)
Creates an instance of manager using its declared namespace.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FilterUtils.checkDbAndTableFilters(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
String catName,
String dbName,
String tblName)
Check if the current user has access to a given database and table name.
|
static Catalog |
FilterUtils.filterCatalogIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
Catalog catalog)
Filter the catalog if filtering is enabled; Otherwise, return original object
|
static Database |
FilterUtils.filterDbIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
Database db)
Filter the DB if filtering is enabled.
|
static Partition |
FilterUtils.filterPartitionIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
Partition p)
Filter the partition if filtering is enabled.
|
static Table |
FilterUtils.filterTableIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
Table table)
Filter the table if filtering is enabled.
|
static List<TableMeta> |
FilterUtils.filterTableMetasIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
List<TableMeta> tableMetas)
Filter list of meta data of tables if filtering is enabled.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.