| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api | |
| org.apache.hadoop.hive.metastore.partition.spec | |
| org.apache.hadoop.hive.metastore.properties | |
| org.apache.hadoop.hive.metastore.utils |
Package consisting the utility methods for metastore.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
IMetaStoreClient.IncompatibleMetastoreException |
| 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) |
int |
AbstractThriftHiveMetastore.add_master_key(String key) |
void |
AbstractThriftHiveMetastore.add_not_null_constraint(AddNotNullConstraintRequest req) |
void |
AbstractThriftHiveMetastore.add_package(AddPackageRequest request) |
Partition |
AbstractThriftHiveMetastore.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
AbstractThriftHiveMetastore.add_partition(Partition new_part) |
Partition |
IMetaStoreClient.add_partition(Partition partition)
Add a partition to the table.
|
int |
AbstractThriftHiveMetastore.add_partitions_pspec(List<PartitionSpec> new_parts) |
int |
IMetaStoreClient.add_partitions_pspec(PartitionSpecProxy partitionSpec)
Add a partitions using a spec proxy.
|
AddPartitionsResult |
AbstractThriftHiveMetastore.add_partitions_req(AddPartitionsRequest request) |
int |
AbstractThriftHiveMetastore.add_partitions(List<Partition> new_parts) |
int |
IMetaStoreClient.add_partitions(List<Partition> partitions)
Add partitions to the table.
|
List<Partition> |
IMetaStoreClient.add_partitions(List<Partition> partitions,
boolean ifNotExists,
boolean needResults)
Add partitions to the table.
|
void |
AbstractThriftHiveMetastore.add_primary_key(AddPrimaryKeyRequest req) |
void |
AbstractThriftHiveMetastore.add_replication_metrics(ReplicationMetricList replicationMetricList) |
void |
AbstractThriftHiveMetastore.add_runtime_stats(RuntimeStat stat) |
void |
AbstractThriftHiveMetastore.add_schema_version(SchemaVersion schemaVersion) |
void |
AbstractThriftHiveMetastore.add_serde(SerDeInfo serde) |
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
|
int |
HiveMetaStoreClient.addMasterKey(String key) |
int |
IMetaStoreClient.addMasterKey(String 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.addReplicationMetrics(ReplicationMetricList replicationMetricList) |
void |
IMetaStoreClient.addReplicationMetrics(ReplicationMetricList replicationMetricList)
Adds replication metrics for the replication policies.
|
void |
HiveMetaStoreClient.addUniqueConstraint(List<SQLUniqueConstraint> uniqueConstraintCols) |
void |
IMetaStoreClient.addUniqueConstraint(List<SQLUniqueConstraint> uniqueConstraintCols)
Add a unique constraint
|
AllocateTableWriteIdsResponse |
AbstractThriftHiveMetastore.allocate_table_write_ids(AllocateTableWriteIdsRequest rqst) |
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_function(String dbName,
String funcName,
Function newFunc) |
void |
AbstractThriftHiveMetastore.alter_ischema(AlterISchemaRequest rqst) |
void |
AbstractThriftHiveMetastore.alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context) |
void |
HiveMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart) |
void |
AbstractThriftHiveMetastore.alter_partition(String db_name,
String tbl_name,
Partition new_part) |
void |
IMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart)
updates a partition to new partition
|
void |
HiveMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart,
EnvironmentContext environmentContext) |
void |
IMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart,
EnvironmentContext environmentContext)
Deprecated.
|
default void |
IMetaStoreClient.alter_partition(String catName,
String dbName,
String tblName,
Partition newPart)
Deprecated.
|
void |
IMetaStoreClient.alter_partition(String catName,
String dbName,
String tblName,
Partition newPart,
EnvironmentContext environmentContext)
updates a partition to new partition
|
void |
HiveMetaStoreClient.alter_partition(String catName,
String dbName,
String tblName,
Partition newPart,
EnvironmentContext environmentContext,
String writeIdList) |
void |
IMetaStoreClient.alter_partition(String catName,
String dbName,
String tblName,
Partition newPart,
EnvironmentContext environmentContext,
String writeIdList) |
AlterPartitionsResponse |
AbstractThriftHiveMetastore.alter_partitions_req(AlterPartitionsRequest req) |
void |
AbstractThriftHiveMetastore.alter_partitions_with_environment_context(String db_name,
String tbl_name,
List<Partition> new_parts,
EnvironmentContext environment_context) |
void |
AbstractThriftHiveMetastore.alter_partitions(String db_name,
String tbl_name,
List<Partition> new_parts) |
void |
IMetaStoreClient.alter_partitions(String dbName,
String tblName,
List<Partition> newParts)
Deprecated.
|
void |
IMetaStoreClient.alter_partitions(String dbName,
String tblName,
List<Partition> newParts,
EnvironmentContext environmentContext)
Deprecated.
|
void |
HiveMetaStoreClient.alter_partitions(String dbName,
String tblName,
List<Partition> newParts,
EnvironmentContext environmentContext,
String writeIdList,
long writeId) |
void |
IMetaStoreClient.alter_partitions(String dbName,
String tblName,
List<Partition> newParts,
EnvironmentContext environmentContext,
String writeIdList,
long writeId) |
default void |
IMetaStoreClient.alter_partitions(String catName,
String dbName,
String tblName,
List<Partition> newParts)
Deprecated.
|
void |
IMetaStoreClient.alter_partitions(String catName,
String dbName,
String tblName,
List<Partition> newParts,
EnvironmentContext environmentContext,
String writeIdList,
long writeId)
updates a list of partitions
|
WMAlterResourcePlanResponse |
AbstractThriftHiveMetastore.alter_resource_plan(WMAlterResourcePlanRequest request) |
AlterTableResponse |
AbstractThriftHiveMetastore.alter_table_req(AlterTableRequest req) |
void |
AbstractThriftHiveMetastore.alter_table_with_cascade(String dbname,
String tbl_name,
Table new_tbl,
boolean cascade) |
void |
AbstractThriftHiveMetastore.alter_table_with_environment_context(String dbname,
String tbl_name,
Table new_tbl,
EnvironmentContext environment_context) |
void |
HiveMetaStoreClient.alter_table_with_environmentContext(String dbname,
String tbl_name,
Table new_tbl,
EnvironmentContext envContext) |
void |
IMetaStoreClient.alter_table_with_environmentContext(String databaseName,
String tblName,
Table table,
EnvironmentContext environmentContext)
Deprecated.
|
default void |
IMetaStoreClient.alter_table(String catName,
String dbName,
String tblName,
Table newTable)
Alter a table.
|
void |
IMetaStoreClient.alter_table(String catName,
String dbName,
String tblName,
Table newTable,
EnvironmentContext envContext)
Alter a table.
|
void |
HiveMetaStoreClient.alter_table(String catName,
String dbName,
String tbl_name,
Table new_tbl,
EnvironmentContext envContext,
String validWriteIds) |
void |
IMetaStoreClient.alter_table(String catName,
String databaseName,
String tblName,
Table table,
EnvironmentContext environmentContext,
String validWriteIdList) |
void |
AbstractThriftHiveMetastore.alter_table(String dbname,
String tbl_name,
Table new_tbl) |
void |
IMetaStoreClient.alter_table(String databaseName,
String tblName,
Table table)
Alter a table
|
void |
IMetaStoreClient.alter_table(String defaultDatabaseName,
String tblName,
Table table,
boolean cascade)
Deprecated.
Use alter_table_with_environmentContext instead of alter_table with cascade option
passed in EnvironmentContext using
StatsSetupConst.CASCADE |
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.
|
void |
IMetaStoreClient.alterFunction(String dbName,
String funcName,
Function newFunction)
Alter a function.
|
void |
IMetaStoreClient.alterFunction(String catName,
String dbName,
String funcName,
Function newFunction)
Alter a function.
|
WMFullResourcePlan |
HiveMetaStoreClient.alterResourcePlan(String resourcePlanName,
String ns,
WMNullableResourcePlan resourcePlan,
boolean canActivateDisabled,
boolean isForceDeactivate,
boolean isReplace) |
WMFullResourcePlan |
IMetaStoreClient.alterResourcePlan(String resourcePlanName,
String ns,
WMNullableResourcePlan resourcePlan,
boolean canActivateDisabled,
boolean isForceDeactivate,
boolean isReplace) |
void |
HiveMetaStoreClient.alterWMPool(WMNullablePool pool,
String poolPath) |
void |
HiveMetaStoreClient.alterWMTrigger(WMTrigger trigger) |
void |
IMetaStoreClient.alterWMTrigger(WMTrigger trigger) |
Partition |
AbstractThriftHiveMetastore.append_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
EnvironmentContext environment_context) |
Partition |
AbstractThriftHiveMetastore.append_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
AbstractThriftHiveMetastore.append_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
EnvironmentContext environment_context) |
Partition |
AbstractThriftHiveMetastore.append_partition(String db_name,
String tbl_name,
List<String> part_vals) |
Partition |
IMetaStoreClient.appendPartition(String dbName,
String tableName,
List<String> partVals)
/**
Add a partition to a table and get back the resulting Partition object.
|
Partition |
IMetaStoreClient.appendPartition(String dbName,
String tableName,
String name)
Add a partition to a table and get back the resulting Partition object.
|
Partition |
IMetaStoreClient.appendPartition(String catName,
String dbName,
String tableName,
List<String> partVals)
Add a partition to a table and get back the resulting Partition object.
|
Partition |
IMetaStoreClient.appendPartition(String catName,
String dbName,
String tableName,
String name)
Add a partition to a table and get back the resulting Partition object.
|
Partition |
HiveMetaStoreClient.appendPartitionByName(String dbName,
String tableName,
String partName) |
Partition |
HiveMetaStoreClient.appendPartitionByName(String dbName,
String tableName,
String partName,
EnvironmentContext envContext) |
void |
AbstractThriftHiveMetastore.cancel_delegation_token(String token_str_form) |
void |
HiveMetaStoreClient.cancelDelegationToken(String tokenStrForm) |
void |
IMetaStoreClient.cancelDelegationToken(String tokenStrForm) |
CmRecycleResponse |
AbstractThriftHiveMetastore.cm_recycle(CmRecycleRequest request) |
default void |
HiveMetaHook.commitAlterTable(Table table,
EnvironmentContext context)
Called after a table is altered in the metastore during ALTER TABLE.
|
void |
HiveMetaHook.commitCreateTable(Table table)
Called after successfully adding a new table definition to the metastore
during CREATE TABLE.
|
void |
HiveMetaHook.commitDropTable(Table table,
boolean deleteData)
Called after successfully removing a table definition from the metastore
during DROP TABLE.
|
abstract void |
DefaultHiveMetaHook.commitInsertTable(Table table,
boolean overwrite)
Called after successfully INSERT [OVERWRITE] statement is executed.
|
String |
PartitionExpressionProxy.convertExprToFilter(byte[] exprBytes,
String defaultPartitionName,
boolean decodeFilterExpToStr)
Converts serialized Hive expression into filter in the format suitable for Filter.g.
|
boolean |
Warehouse.copyDir(org.apache.hadoop.fs.Path sourcePath,
org.apache.hadoop.fs.Path destPath,
boolean needCmRecycle) |
void |
AbstractThriftHiveMetastore.create_catalog(CreateCatalogRequest catalog) |
void |
AbstractThriftHiveMetastore.create_database(Database database) |
void |
AbstractThriftHiveMetastore.create_dataconnector(DataConnector connector) |
void |
AbstractThriftHiveMetastore.create_function(Function func) |
void |
AbstractThriftHiveMetastore.create_ischema(ISchema schema) |
WMCreateOrDropTriggerToPoolMappingResponse |
AbstractThriftHiveMetastore.create_or_drop_wm_trigger_to_pool_mapping(WMCreateOrDropTriggerToPoolMappingRequest request) |
WMCreateOrUpdateMappingResponse |
AbstractThriftHiveMetastore.create_or_update_wm_mapping(WMCreateOrUpdateMappingRequest request) |
WMCreateResourcePlanResponse |
AbstractThriftHiveMetastore.create_resource_plan(WMCreateResourcePlanRequest request) |
boolean |
HiveMetaStoreClient.create_role(Role role) |
boolean |
AbstractThriftHiveMetastore.create_role(Role role) |
boolean |
IMetaStoreClient.create_role(Role role) |
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) |
boolean |
AbstractThriftHiveMetastore.create_type(Type type) |
WMCreatePoolResponse |
AbstractThriftHiveMetastore.create_wm_pool(WMCreatePoolRequest request) |
WMCreateTriggerResponse |
AbstractThriftHiveMetastore.create_wm_trigger(WMCreateTriggerRequest request) |
void |
IMetaStoreClient.createCatalog(Catalog catalog)
Create a new catalog.
|
void |
HiveMetaStoreClient.createDatabase(Database db)
Create a new Database
|
void |
IMetaStoreClient.createDatabase(Database db)
Create a new database.
|
void |
HiveMetaStoreClient.createDataConnector(DataConnector connector)
Create a new DataConnector // TODO
|
void |
IMetaStoreClient.createDataConnector(DataConnector connector)
Create a new dataconnector.
|
void |
IMetaStoreClient.createFunction(Function func)
Create a new function.
|
protected org.apache.http.impl.client.HttpClientBuilder |
HiveMetaStoreClient.createHttpClientBuilder() |
void |
HiveMetaStoreClient.createOrDropTriggerToPoolMapping(String resourcePlanName,
String triggerName,
String poolPath,
boolean shouldDrop,
String ns) |
void |
IMetaStoreClient.createOrDropTriggerToPoolMapping(String resourcePlanName,
String triggerName,
String poolPath,
boolean shouldDrop,
String ns) |
void |
HiveMetaStoreClient.createOrUpdateWMMapping(WMMapping mapping,
boolean isUpdate) |
void |
HiveMetaStoreClient.createResourcePlan(WMResourcePlan resourcePlan,
String copyFromName) |
void |
IMetaStoreClient.createResourcePlan(WMResourcePlan resourcePlan,
String copyFromName) |
void |
HiveMetaStoreClient.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) |
boolean |
HiveMetaStoreClient.createType(Type type) |
void |
HiveMetaStoreClient.createWMPool(WMPool pool) |
void |
IMetaStoreClient.createWMPool(WMPool pool) |
void |
HiveMetaStoreClient.createWMTrigger(WMTrigger trigger) |
void |
IMetaStoreClient.createWMTrigger(WMTrigger trigger) |
boolean |
AbstractThriftHiveMetastore.delete_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name,
String engine) |
boolean |
AbstractThriftHiveMetastore.delete_table_column_statistics(String db_name,
String tbl_name,
String col_name,
String engine) |
boolean |
MetaStoreFS.deleteDir(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path f,
boolean recursive,
boolean ifPurge,
org.apache.hadoop.conf.Configuration conf)
delete a directory
|
boolean |
Warehouse.deleteDir(org.apache.hadoop.fs.Path f,
boolean recursive,
boolean ifPurge,
boolean needCmRecycle) |
boolean |
Warehouse.deleteDir(org.apache.hadoop.fs.Path f,
boolean recursive,
boolean ifPurge,
Database db) |
boolean |
Warehouse.deleteDir(org.apache.hadoop.fs.Path f,
boolean recursive,
Database db) |
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.
|
org.apache.hadoop.fs.Path |
Warehouse.determineDatabasePath(Catalog cat,
Database db)
Build the database path based on catalog name and database name.
|
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) |
void |
AbstractThriftHiveMetastore.drop_package(DropPackageRequest request) |
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) |
boolean |
HiveMetaStoreClient.drop_role(String roleName) |
boolean |
AbstractThriftHiveMetastore.drop_role(String role_name) |
boolean |
IMetaStoreClient.drop_role(String role_name) |
void |
AbstractThriftHiveMetastore.drop_schema_version(SchemaVersionDescriptor schemaVersion) |
void |
AbstractThriftHiveMetastore.drop_stored_procedure(StoredProcedureRequest request) |
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.
|
default Catalog |
MetaStoreFilterHook.filterCatalog(Catalog catalog)
Filter a catalog object.
|
default List<String> |
MetaStoreFilterHook.filterCatalogs(List<String> catalogs)
Filter a list of catalog names.
|
Database |
MetaStoreFilterHook.filterDatabase(Database dataBase)
filter to given database object if applicable
|
List<String> |
DefaultMetaStoreFilterHookImpl.filterDatabases(List<String> dbList) |
List<String> |
MetaStoreFilterHook.filterDatabases(List<String> dbList)
Filter given list of databases
|
List<String> |
DefaultMetaStoreFilterHookImpl.filterDataConnectors(List<String> dcList) |
List<String> |
MetaStoreFilterHook.filterDataConnectors(List<String> dcList)
Filter given list of data connectors
|
Partition |
MetaStoreFilterHook.filterPartition(Partition partition)
filter to given partition object if applicable
|
List<String> |
DefaultMetaStoreFilterHookImpl.filterPartitionNames(String catName,
String dbName,
String tblName,
List<String> partitionNames) |
List<String> |
MetaStoreFilterHook.filterPartitionNames(String catName,
String dbName,
String tblName,
List<String> partitionNames)
Filter given list of partition names
|
List<Partition> |
DefaultMetaStoreFilterHookImpl.filterPartitions(List<Partition> partitionList) |
List<Partition> |
MetaStoreFilterHook.filterPartitions(List<Partition> partitionList)
Filter given list of partitions
|
boolean |
PartitionExpressionProxy.filterPartitionsByExpr(List<FieldSchema> partColumns,
byte[] expr,
String defaultPartitionName,
List<String> partitionNames)
Filters the partition names via serialized Hive expression.
|
List<PartitionSpec> |
DefaultMetaStoreFilterHookImpl.filterPartitionSpecs(List<PartitionSpec> partitionSpecList) |
List<PartitionSpec> |
MetaStoreFilterHook.filterPartitionSpecs(List<PartitionSpec> partitionSpecList)
Filter given list of partition specs
|
Table |
MetaStoreFilterHook.filterTable(Table table)
filter to given table object if applicable
|
List<TableMeta> |
DefaultMetaStoreFilterHookImpl.filterTableMetas(List<TableMeta> tableMetas) |
List<TableMeta> |
MetaStoreFilterHook.filterTableMetas(List<TableMeta> tableMetas)
Filter a list of TableMeta objects.
|
List<TableMeta> |
DefaultMetaStoreFilterHookImpl.filterTableMetas(String catName,
String dbName,
List<TableMeta> tableMetas)
Deprecated.
|
List<TableMeta> |
MetaStoreFilterHook.filterTableMetas(String catName,
String dbName,
List<TableMeta> tableMetas)
Deprecated.
Replaced by
MetaStoreFilterHook.filterTableMetas(List) |
List<String> |
DefaultMetaStoreFilterHookImpl.filterTableNames(String catName,
String dbName,
List<String> tableList) |
List<String> |
MetaStoreFilterHook.filterTableNames(String catName,
String dbName,
List<String> tableList)
Filter given list of tables
|
List<Table> |
DefaultMetaStoreFilterHookImpl.filterTables(List<Table> tableList) |
List<Table> |
MetaStoreFilterHook.filterTables(List<Table> tableList)
Filter given list of tables
|
OptionalCompactionInfoStruct |
AbstractThriftHiveMetastore.find_next_compact(String workerId)
Deprecated.
|
OptionalCompactionInfoStruct |
AbstractThriftHiveMetastore.find_next_compact2(FindNextCompactRequest rqst) |
Package |
AbstractThriftHiveMetastore.find_package(GetPackageRequest request) |
OptionalCompactionInfoStruct |
IMetaStoreClient.findNextCompact(FindNextCompactRequest rqst)
Get the next compaction job to do.
|
OptionalCompactionInfoStruct |
IMetaStoreClient.findNextCompact(String workerId)
Deprecated.
|
WMGetActiveResourcePlanResponse |
AbstractThriftHiveMetastore.get_active_resource_plan(WMGetActiveResourcePlanRequest request) |
AggrStats |
AbstractThriftHiveMetastore.get_aggr_stats_for(PartitionsStatsRequest request) |
List<String> |
AbstractThriftHiveMetastore.get_all_databases() |
GetAllFunctionsResponse |
AbstractThriftHiveMetastore.get_all_functions() |
List<Table> |
AbstractThriftHiveMetastore.get_all_materialized_view_objects_for_rewriting() |
List<String> |
AbstractThriftHiveMetastore.get_all_packages(ListPackageRequest request) |
WMGetAllResourcePlanResponse |
AbstractThriftHiveMetastore.get_all_resource_plans(WMGetAllResourcePlanRequest request) |
List<String> |
AbstractThriftHiveMetastore.get_all_stored_procedures(ListStoredProcedureRequest request) |
AllTableConstraintsResponse |
AbstractThriftHiveMetastore.get_all_table_constraints(AllTableConstraintsRequest request) |
List<String> |
AbstractThriftHiveMetastore.get_all_tables(String db_name) |
List<WriteEventInfo> |
AbstractThriftHiveMetastore.get_all_write_event_info(GetAllWriteEventInfoRequest request) |
GetCatalogResponse |
AbstractThriftHiveMetastore.get_catalog(GetCatalogRequest catName) |
GetCatalogsResponse |
AbstractThriftHiveMetastore.get_catalogs() |
CheckConstraintsResponse |
AbstractThriftHiveMetastore.get_check_constraints(CheckConstraintsRequest request) |
Database |
AbstractThriftHiveMetastore.get_database_req(GetDatabaseRequest request) |
Database |
AbstractThriftHiveMetastore.get_database(String name) |
List<String> |
AbstractThriftHiveMetastore.get_databases(String pattern) |
DataConnector |
AbstractThriftHiveMetastore.get_dataconnector_req(GetDataConnectorRequest request) |
List<String> |
AbstractThriftHiveMetastore.get_dataconnectors() |
DefaultConstraintsResponse |
AbstractThriftHiveMetastore.get_default_constraints(DefaultConstraintsRequest request) |
String |
AbstractThriftHiveMetastore.get_delegation_token(String token_owner,
String renewer_kerberos_principal_name) |
GetFieldsResponse |
AbstractThriftHiveMetastore.get_fields_req(GetFieldsRequest req) |
List<FieldSchema> |
AbstractThriftHiveMetastore.get_fields_with_environment_context(String db_name,
String table_name,
EnvironmentContext environment_context) |
List<FieldSchema> |
AbstractThriftHiveMetastore.get_fields(String db_name,
String table_name) |
ForeignKeysResponse |
AbstractThriftHiveMetastore.get_foreign_keys(ForeignKeysRequest request) |
Function |
AbstractThriftHiveMetastore.get_function(String dbName,
String funcName) |
List<String> |
AbstractThriftHiveMetastore.get_functions(String dbName,
String pattern) |
ISchema |
AbstractThriftHiveMetastore.get_ischema(ISchemaName name) |
long |
AbstractThriftHiveMetastore.get_latest_txnid_in_conflict(long txnId) |
Materialization |
AbstractThriftHiveMetastore.get_materialization_invalidation_info(CreationMetadata creation_metadata,
String validTxnList) |
List<String> |
AbstractThriftHiveMetastore.get_materialized_views_for_rewriting(String db_name) |
MaxAllocatedTableWriteIdResponse |
AbstractThriftHiveMetastore.get_max_allocated_table_write_id(MaxAllocatedTableWriteIdRequest rqst) |
String |
AbstractThriftHiveMetastore.get_metastore_db_uuid() |
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) |
GetPartitionsResponse |
AbstractThriftHiveMetastore.get_partitions_with_specs(GetPartitionsRequest request) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions(String db_name,
String tbl_name,
short max_parts) |
PrimaryKeysResponse |
AbstractThriftHiveMetastore.get_primary_keys(PrimaryKeysRequest request) |
GetPrincipalsInRoleResponse |
HiveMetaStoreClient.get_principals_in_role(GetPrincipalsInRoleRequest req) |
GetPrincipalsInRoleResponse |
AbstractThriftHiveMetastore.get_principals_in_role(GetPrincipalsInRoleRequest request) |
GetPrincipalsInRoleResponse |
IMetaStoreClient.get_principals_in_role(GetPrincipalsInRoleRequest getPrincRoleReq)
get all role-grants for users/roles that have been granted the given role
Note that in the returned list of RolePrincipalGrants, the roleName is
redundant as it would match the role_name argument of this function
|
PrincipalPrivilegeSet |
HiveMetaStoreClient.get_privilege_set(HiveObjectRef hiveObject,
String userName,
List<String> groupNames) |
PrincipalPrivilegeSet |
AbstractThriftHiveMetastore.get_privilege_set(HiveObjectRef hiveObject,
String user_name,
List<String> group_names) |
PrincipalPrivilegeSet |
IMetaStoreClient.get_privilege_set(HiveObjectRef hiveObject,
String user_name,
List<String> group_names)
Return the privileges that the user, group have directly and indirectly through roles
on the given hiveObject
|
ReplicationMetricList |
AbstractThriftHiveMetastore.get_replication_metrics(GetReplicationMetricsRequest rqst) |
WMGetResourcePlanResponse |
AbstractThriftHiveMetastore.get_resource_plan(WMGetResourcePlanRequest request) |
GetRoleGrantsForPrincipalResponse |
HiveMetaStoreClient.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest getRolePrincReq) |
GetRoleGrantsForPrincipalResponse |
AbstractThriftHiveMetastore.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request) |
GetRoleGrantsForPrincipalResponse |
IMetaStoreClient.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest getRolePrincReq)
get all role-grants for roles that have been granted to given principal
Note that in the returned list of RolePrincipalGrants, the principal information
redundant as it would match the principal information in request
|
List<String> |
AbstractThriftHiveMetastore.get_role_names() |
List<RuntimeStat> |
AbstractThriftHiveMetastore.get_runtime_stats(GetRuntimeStatsRequest rqst) |
ScheduledQuery |
AbstractThriftHiveMetastore.get_scheduled_query(ScheduledQueryKey scheduleKey) |
List<SchemaVersion> |
AbstractThriftHiveMetastore.get_schema_all_versions(ISchemaName schemaName) |
SchemaVersion |
AbstractThriftHiveMetastore.get_schema_latest_version(ISchemaName schemaName) |
GetSchemaResponse |
AbstractThriftHiveMetastore.get_schema_req(GetSchemaRequest req) |
SchemaVersion |
AbstractThriftHiveMetastore.get_schema_version(SchemaVersionDescriptor schemaVersion) |
List<FieldSchema> |
AbstractThriftHiveMetastore.get_schema_with_environment_context(String db_name,
String table_name,
EnvironmentContext environment_context) |
List<FieldSchema> |
AbstractThriftHiveMetastore.get_schema(String db_name,
String table_name) |
FindSchemasByColsResp |
AbstractThriftHiveMetastore.get_schemas_by_cols(FindSchemasByColsRqst rqst) |
SerDeInfo |
AbstractThriftHiveMetastore.get_serde(GetSerdeRequest rqst) |
StoredProcedure |
AbstractThriftHiveMetastore.get_stored_procedure(StoredProcedureRequest request) |
ColumnStatistics |
AbstractThriftHiveMetastore.get_table_column_statistics(String db_name,
String tbl_name,
String col_name) |
List<TableMeta> |
AbstractThriftHiveMetastore.get_table_meta(String db_patterns,
String tbl_patterns,
List<String> tbl_types) |
List<String> |
AbstractThriftHiveMetastore.get_table_names_by_filter(String dbname,
String filter,
short max_tables) |
GetTablesResult |
AbstractThriftHiveMetastore.get_table_objects_by_name_req(GetTablesRequest req) |
GetTableResult |
AbstractThriftHiveMetastore.get_table_req(GetTableRequest req) |
TableStatsResult |
AbstractThriftHiveMetastore.get_table_statistics_req(TableStatsRequest request) |
Table |
AbstractThriftHiveMetastore.get_table(String dbname,
String tbl_name) |
List<String> |
AbstractThriftHiveMetastore.get_tables_by_type(String db_name,
String pattern,
String tableType) |
List<ExtendedTableInfo> |
AbstractThriftHiveMetastore.get_tables_ext(GetTablesExtRequest req) |
List<String> |
AbstractThriftHiveMetastore.get_tables(String db_name,
String pattern) |
WMGetTriggersForResourePlanResponse |
AbstractThriftHiveMetastore.get_triggers_for_resourceplan(WMGetTriggersForResourePlanRequest request) |
Map<String,Type> |
AbstractThriftHiveMetastore.get_type_all(String name) |
Type |
AbstractThriftHiveMetastore.get_type(String name) |
UniqueConstraintsResponse |
AbstractThriftHiveMetastore.get_unique_constraints(UniqueConstraintsRequest request) |
GetValidWriteIdsResponse |
AbstractThriftHiveMetastore.get_valid_write_ids(GetValidWriteIdsRequest rqst) |
WMFullResourcePlan |
HiveMetaStoreClient.getActiveResourcePlan(String ns) |
WMFullResourcePlan |
IMetaStoreClient.getActiveResourcePlan(String ns) |
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<String> |
IMetaStoreClient.getAllDatabases()
Get the names of all databases in the MetaStore.
|
List<String> |
IMetaStoreClient.getAllDatabases(String catName)
Get all databases in a catalog.
|
List<String> |
HiveMetaStoreClient.getAllDataConnectorNames()
Get the names of all dataconnectors in the MetaStore.
|
List<String> |
IMetaStoreClient.getAllDataConnectorNames()
Get the names of all dataconnectors in the MetaStore.
|
GetAllFunctionsResponse |
IMetaStoreClient.getAllFunctions()
Get all functions in the default catalog.
|
List<Table> |
IMetaStoreClient.getAllMaterializedViewObjectsForRewriting()
Retrieve all materialized views that have rewriting enabled.
|
List<WMResourcePlan> |
HiveMetaStoreClient.getAllResourcePlans(String ns) |
List<WMResourcePlan> |
IMetaStoreClient.getAllResourcePlans(String ns) |
List<String> |
HiveMetaStoreClient.getAllStoredProcedures(ListStoredProcedureRequest request) |
List<String> |
IMetaStoreClient.getAllStoredProcedures(ListStoredProcedureRequest request) |
SQLAllTableConstraints |
HiveMetaStoreClient.getAllTableConstraints(AllTableConstraintsRequest req)
Api to fetch all table constraints at once
|
SQLAllTableConstraints |
IMetaStoreClient.getAllTableConstraints(AllTableConstraintsRequest request)
Get all constraints of given table
|
List<String> |
HiveMetaStoreClient.getAllTables(String dbname) |
List<String> |
IMetaStoreClient.getAllTables(String dbName)
Get the names of all tables in the specified database.
|
List<String> |
IMetaStoreClient.getAllTables(String catName,
String dbName)
Get the names of all tables in the specified database.
|
Catalog |
IMetaStoreClient.getCatalog(String catName)
Get a catalog object.
|
List<String> |
IMetaStoreClient.getCatalogs()
Get a list of all catalogs known to the system.
|
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.
|
org.apache.hadoop.fs.Path |
Warehouse.getDatabaseExternalPath(Database db)
Get the external tables path specified by the database.
|
org.apache.hadoop.fs.Path |
Warehouse.getDatabaseManagedPath(Database db)
Get the managed tables path specified by the database.
|
org.apache.hadoop.fs.Path |
Warehouse.getDatabasePath(Database db)
Get the managed tables path specified by the database.
|
List<String> |
IMetaStoreClient.getDatabases(String databasePattern)
Get the names of all databases in the default catalog that match the given pattern.
|
List<String> |
IMetaStoreClient.getDatabases(String catName,
String databasePattern)
Get all databases in a catalog whose names match a pattern.
|
DataConnector |
HiveMetaStoreClient.getDataConnector(String name)
Get the dataconnector by name
|
DataConnector |
IMetaStoreClient.getDataConnector(String name)
Get the dataconnector by name
|
List<SQLDefaultConstraint> |
HiveMetaStoreClient.getDefaultConstraints(DefaultConstraintsRequest req) |
List<SQLDefaultConstraint> |
IMetaStoreClient.getDefaultConstraints(DefaultConstraintsRequest request) |
org.apache.hadoop.fs.Path |
Warehouse.getDefaultDatabasePath(String dbName) |
org.apache.hadoop.fs.Path |
Warehouse.getDefaultDatabasePath(String dbName,
boolean inExternalWH) |
org.apache.hadoop.fs.Path |
Warehouse.getDefaultExternalDatabasePath(String dbName) |
org.apache.hadoop.fs.Path |
Warehouse.getDefaultManagedTablePath(Database db,
String tableName) |
org.apache.hadoop.fs.Path |
Warehouse.getDefaultPartitionPath(Database db,
Table table,
Map<String,String> pm)
Returns the default partition path of a table within a given database and partition key value
pairs.
|
org.apache.hadoop.fs.Path |
Warehouse.getDefaultTablePath(Database db,
String tableName)
Deprecated.
|
org.apache.hadoop.fs.Path |
Warehouse.getDefaultTablePath(Database db,
String tableName,
boolean isExternal) |
org.apache.hadoop.fs.Path |
Warehouse.getDefaultTablePath(Database db,
Table table) |
org.apache.hadoop.fs.Path |
Warehouse.getDefaultTablePath(String dbName,
String tableName,
boolean isExternal) |
String |
HiveMetaStoreClient.getDelegationToken(String renewerKerberosPrincipalName) |
String |
HiveMetaStoreClient.getDelegationToken(String owner,
String renewerKerberosPrincipalName) |
String |
IMetaStoreClient.getDelegationToken(String owner,
String renewerKerberosPrincipalName)
This is expected to be a no-op when in local mode,
which means that the implementation will return null.
|
org.apache.hadoop.fs.Path |
Warehouse.getDnsPath(org.apache.hadoop.fs.Path path) |
static org.apache.hadoop.fs.Path |
Warehouse.getDnsPath(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf)
Hadoop File System reverse lookups paths with raw ip addresses The File
System URI always contains the canonical DNS name of the Namenode.
|
List<FieldSchema> |
IMetaStoreClient.getFields(String db,
String tableName)
Get schema for a table, excluding the partition columns.
|
List<FieldSchema> |
IMetaStoreClient.getFields(String catName,
String db,
String tableName)
Get schema for a table, excluding the partition columns.
|
GetFieldsResponse |
HiveMetaStoreClient.getFieldsRequest(GetFieldsRequest req) |
GetFieldsResponse |
IMetaStoreClient.getFieldsRequest(GetFieldsRequest req)
Get schema for a table, excluding the partition columns.
|
List<org.apache.hadoop.fs.FileStatus> |
Warehouse.getFileStatusesForLocation(String location) |
List<org.apache.hadoop.fs.FileStatus> |
Warehouse.getFileStatusesForSD(StorageDescriptor desc) |
List<org.apache.hadoop.fs.FileStatus> |
Warehouse.getFileStatusesForUnpartitionedTable(Database db,
Table table) |
List<SQLForeignKey> |
HiveMetaStoreClient.getForeignKeys(ForeignKeysRequest req) |
List<SQLForeignKey> |
IMetaStoreClient.getForeignKeys(ForeignKeysRequest request)
Get a foreign key for a table.
|
org.apache.hadoop.fs.FileSystem |
Warehouse.getFs(org.apache.hadoop.fs.Path f) |
static org.apache.hadoop.fs.FileSystem |
Warehouse.getFs(org.apache.hadoop.fs.Path f,
org.apache.hadoop.conf.Configuration conf)
Helper functions to convert IOException to MetaException
|
Function |
IMetaStoreClient.getFunction(String dbName,
String funcName)
Get a function.
|
Function |
IMetaStoreClient.getFunction(String catName,
String dbName,
String funcName)
Get a function.
|
List<String> |
IMetaStoreClient.getFunctions(String dbName,
String pattern)
Get all functions matching a pattern
|
List<String> |
IMetaStoreClient.getFunctions(String catName,
String dbName,
String pattern)
Get all functions matching a pattern
|
HiveMetaHook |
HiveMetaHookLoader.getHook(Table tbl)
Loads a hook for the specified table.
|
static ReplChangeManager |
ReplChangeManager.getInstance(org.apache.hadoop.conf.Configuration conf) |
org.apache.hadoop.fs.Path |
CheckResult.PartitionResult.getLocation(org.apache.hadoop.fs.Path tablePath,
Map<String,String> partSpec) |
Materialization |
HiveMetaStoreClient.getMaterializationInvalidationInfo(CreationMetadata cm,
String validTxnList) |
Materialization |
IMetaStoreClient.getMaterializationInvalidationInfo(CreationMetadata cm,
String validTxnList)
Returns the invalidation information for the materialized views given as input.
|
List<String> |
IMetaStoreClient.getMaterializedViewsForRewriting(String dbName)
Get materialized views that have rewriting enabled.
|
List<String> |
HiveMetaStoreClient.getMaterializedViewsForRewriting(String catName,
String dbname) |
List<String> |
IMetaStoreClient.getMaterializedViewsForRewriting(String catName,
String dbName)
Get materialized views that have rewriting enabled.
|
String |
AbstractThriftHiveMetastore.getMetaConf(String key) |
String |
IMetaStoreClient.getMetaConf(String key)
get current meta variable
|
String |
IMetaStoreClient.getMetastoreDbUuid()
Gets the unique id of the backing database instance used for storing metadata
|
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) |
org.apache.hadoop.fs.Path |
Warehouse.getPartitionPath(Database db,
Table table,
List<String> vals)
Given a database, a table and the partition key value pairs this method returns the Path object
corresponding to the partition key value pairs.
|
org.apache.hadoop.fs.Path |
Warehouse.getPartitionPath(org.apache.hadoop.fs.Path tblPath,
Map<String,String> pm)
Returns the path object for the given partition key-value pairs and the base location
|
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.
|
static List<String> |
Warehouse.getPartValuesFromPartName(String partName) |
List<SQLPrimaryKey> |
IMetaStoreClient.getPrimaryKeys(PrimaryKeysRequest request)
Get a primary key for a table.
|
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.conf.Configuration hiveConf,
boolean allowEmbedded) |
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.conf.Configuration hiveConf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
ConcurrentHashMap<String,Long> metaCallTimeMap,
String mscClassName)
This constructor is meant for Hive internal use only.
|
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.conf.Configuration hiveConf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
String mscClassName)
This constructor is meant for Hive internal use only.
|
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.conf.Configuration hiveConf,
HiveMetaHookLoader hookLoader,
ConcurrentHashMap<String,Long> metaCallTimeMap,
String mscClassName,
boolean allowEmbedded) |
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.conf.Configuration hiveConf,
HiveMetaHookLoader hookLoader,
String mscClassName) |
ReplicationMetricList |
HiveMetaStoreClient.getReplicationMetrics(GetReplicationMetricsRequest replicationMetricsRequest) |
ReplicationMetricList |
IMetaStoreClient.getReplicationMetrics(GetReplicationMetricsRequest replicationMetricsRequest) |
WMFullResourcePlan |
HiveMetaStoreClient.getResourcePlan(String resourcePlanName,
String ns) |
WMFullResourcePlan |
IMetaStoreClient.getResourcePlan(String resourcePlanName,
String ns) |
List<FieldSchema> |
IMetaStoreClient.getSchema(String db,
String tableName)
Get schema for a table, including the partition columns.
|
List<FieldSchema> |
IMetaStoreClient.getSchema(String catName,
String db,
String tableName)
Get schema for a table, including the partition columns.
|
GetSchemaResponse |
HiveMetaStoreClient.getSchemaRequest(GetSchemaRequest req) |
GetSchemaResponse |
IMetaStoreClient.getSchemaRequest(GetSchemaRequest req)
Get schema for a table, including the partition columns.
|
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)
|
Table |
IMetaStoreClient.getTable(String catName,
String dbName,
String tableName)
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) |
List<TableMeta> |
HiveMetaStoreClient.getTableMeta(String dbPatterns,
String tablePatterns,
List<String> tableTypes) |
List<TableMeta> |
IMetaStoreClient.getTableMeta(String dbPatterns,
String tablePatterns,
List<String> tableTypes)
Fetches just table name and comments.
|
List<TableMeta> |
IMetaStoreClient.getTableMeta(String catName,
String dbPatterns,
String tablePatterns,
List<String> tableTypes)
Fetches just table name and comments.
|
List<Table> |
IMetaStoreClient.getTableObjectsByName(String dbName,
List<String> tableNames)
Get tables as objects (rather than just fetching their names).
|
List<Table> |
IMetaStoreClient.getTableObjectsByName(String catName,
String dbName,
List<String> tableNames)
Get tables as objects (rather than just fetching their names).
|
List<String> |
HiveMetaStoreClient.getTables(String dbname,
String tablePattern) |
List<String> |
IMetaStoreClient.getTables(String dbName,
String tablePattern)
Get the names of all tables in the specified database that satisfy the supplied
table name pattern.
|
List<Table> |
IMetaStoreClient.getTables(String catName,
String dbName,
List<String> tableNames,
GetProjectionsSpec projectionsSpec)
Get tables as objects (rather than just fetching their names).
|
List<String> |
IMetaStoreClient.getTables(String catName,
String dbName,
String tablePattern)
Get the names of all tables in the specified database that satisfy the supplied
table name pattern.
|
List<String> |
IMetaStoreClient.getTables(String catName,
String dbName,
String tablePattern,
TableType tableType)
Get the names of all tables in the specified database that satisfy the supplied
table name pattern and table type (MANAGED_TABLE || EXTERNAL_TABLE || VIRTUAL_VIEW)
|
List<String> |
HiveMetaStoreClient.getTables(String dbname,
String tablePattern,
TableType tableType) |
List<String> |
IMetaStoreClient.getTables(String dbName,
String tablePattern,
TableType tableType)
Get the names of all tables in the specified database that satisfy the supplied
table name pattern and table type (MANAGED_TABLE || EXTERNAL_TABLE || VIRTUAL_VIEW)
|
List<ExtendedTableInfo> |
HiveMetaStoreClient.getTablesExt(String catName,
String dbName,
String tablePattern,
int requestedFields,
int limit)
Get the names of all the tables along with extended table metadata
|
List<ExtendedTableInfo> |
IMetaStoreClient.getTablesExt(String catName,
String dbName,
String tablePattern,
int requestedFields,
int limit)
Get the names of all the tables along with extended table metadata
|
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) |
Map<String,Type> |
HiveMetaStoreClient.getTypeAll(String name) |
List<SQLUniqueConstraint> |
HiveMetaStoreClient.getUniqueConstraints(UniqueConstraintsRequest req) |
List<SQLUniqueConstraint> |
IMetaStoreClient.getUniqueConstraints(UniqueConstraintsRequest request)
Get a unique constraint for a table.
|
org.apache.hadoop.fs.Path |
Warehouse.getWhRoot()
Resolve the configured warehouse root dir with respect to the configuration
This involves opening the FileSystem corresponding to the warehouse root
dir (but that should be ok given that this is only called during DDL
statements for non-external tables).
|
org.apache.hadoop.fs.Path |
Warehouse.getWhRootExternal() |
boolean |
HiveMetaStoreClient.grant_privileges(PrivilegeBag privileges) |
boolean |
AbstractThriftHiveMetastore.grant_privileges(PrivilegeBag privileges) |
boolean |
IMetaStoreClient.grant_privileges(PrivilegeBag privileges) |
GrantRevokePrivilegeResponse |
AbstractThriftHiveMetastore.grant_revoke_privileges(GrantRevokePrivilegeRequest request) |
GrantRevokeRoleResponse |
AbstractThriftHiveMetastore.grant_revoke_role(GrantRevokeRoleRequest request) |
boolean |
HiveMetaStoreClient.grant_role(String roleName,
String userName,
PrincipalType principalType,
String grantor,
PrincipalType grantorType,
boolean grantOption) |
boolean |
AbstractThriftHiveMetastore.grant_role(String role_name,
String principal_name,
PrincipalType principal_type,
String grantor,
PrincipalType grantorType,
boolean grant_option) |
boolean |
IMetaStoreClient.grant_role(String role_name,
String user_name,
PrincipalType principalType,
String grantor,
PrincipalType grantorType,
boolean grantOption) |
void |
HiveMetaStoreClient.insertTable(Table table,
boolean overwrite) |
void |
IMetaStoreClient.insertTable(Table table,
boolean overwrite)
Performs the commit/rollback to the metadata storage for insert operator from external storage handler.
|
boolean |
Warehouse.isDir(org.apache.hadoop.fs.Path f) |
boolean |
Warehouse.isEmptyDir(org.apache.hadoop.fs.Path path) |
boolean |
Warehouse.isEmptyDir(org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.PathFilter pathFilter) |
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<HiveObjectPrivilege> |
HiveMetaStoreClient.list_privileges(String principalName,
PrincipalType principalType,
HiveObjectRef hiveObject) |
List<HiveObjectPrivilege> |
AbstractThriftHiveMetastore.list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject) |
List<HiveObjectPrivilege> |
IMetaStoreClient.list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject)
Return the privileges that this principal has directly over the object (not through roles).
|
List<Role> |
HiveMetaStoreClient.list_roles(String principalName,
PrincipalType principalType) |
List<Role> |
AbstractThriftHiveMetastore.list_roles(String principal_name,
PrincipalType principal_type) |
List<Role> |
IMetaStoreClient.list_roles(String principalName,
PrincipalType principalType) |
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
|
List<String> |
HiveMetaStoreClient.listRoleNames() |
List<String> |
IMetaStoreClient.listRoleNames()
list all role names
|
static Map<String,String> |
Warehouse.makeEscSpecFromName(String name) |
static String |
Warehouse.makePartName(List<FieldSchema> partCols,
List<String> vals) |
static String |
Warehouse.makePartName(List<FieldSchema> partCols,
List<String> vals,
String defaultStr)
Makes a valid partition name.
|
static String |
Warehouse.makePartName(Map<String,String> spec,
boolean addTrailingSeperator)
Makes a partition name from a specification
|
static String |
Warehouse.makePartNameUtil(Map<String,String> spec,
boolean addTrailingSeperator,
boolean dynamic)
Makes a partition name from a specification
|
static String |
Warehouse.makePartPath(Map<String,String> spec)
Given a partition specification, return the path corresponding to the
partition spec.
|
static LinkedHashMap<String,String> |
Warehouse.makeSpecFromName(String name) |
static AbstractList<String> |
Warehouse.makeValsFromName(String name,
AbstractList<String> result)
Extracts values from partition name without the column names.
|
void |
AbstractThriftHiveMetastore.map_schema_version_to_serde(MapSchemaVersionToSerdeRequest rqst) |
void |
AbstractThriftHiveMetastore.mark_cleaned(CompactionInfoStruct cr) |
void |
AbstractThriftHiveMetastore.mark_compacted(CompactionInfoStruct cr) |
void |
AbstractThriftHiveMetastore.mark_failed(CompactionInfoStruct cr) |
void |
HiveMetaStoreClient.markCleaned(CompactionInfoStruct cr) |
void |
IMetaStoreClient.markCleaned(CompactionInfoStruct cr)
Mark a finished compaction as cleaned.
|
void |
HiveMetaStoreClient.markCompacted(CompactionInfoStruct cr) |
void |
IMetaStoreClient.markCompacted(CompactionInfoStruct cr)
Mark a finished compaction as compacted.
|
void |
HiveMetaStoreClient.markFailed(CompactionInfoStruct cr) |
void |
IMetaStoreClient.markFailed(CompactionInfoStruct cr)
Mark a finished compaction as failed.
|
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 |
HiveMetaStoreClient.markRefused(CompactionInfoStruct cr) |
void |
IMetaStoreClient.markRefused(CompactionInfoStruct cr)
Mark a compaction as refused (to run).
|
boolean |
Warehouse.mkdirs(org.apache.hadoop.fs.Path f) |
boolean |
AbstractThriftHiveMetastore.partition_name_has_valid_characters(List<String> part_vals,
boolean throw_exception) |
Map<String,String> |
AbstractThriftHiveMetastore.partition_name_to_spec(String part_name) |
List<String> |
AbstractThriftHiveMetastore.partition_name_to_vals(String part_name) |
Map<String,String> |
HiveMetaStoreClient.partitionNameToSpec(String name) |
Map<String,String> |
IMetaStoreClient.partitionNameToSpec(String name) |
List<String> |
HiveMetaStoreClient.partitionNameToVals(String name) |
List<String> |
IMetaStoreClient.partitionNameToVals(String name) |
default void |
HiveMetaHook.preAlterTable(Table table,
EnvironmentContext context)
Called before a table is altered in the metastore
during ALTER TABLE.
|
default void |
HiveMetaHook.preCreateTable(CreateTableRequest request)
Called before a new table definition is added to the metastore
during CREATE TABLE.
|
void |
HiveMetaHook.preCreateTable(Table table)
Called before a new table definition is added to the metastore
during CREATE TABLE.
|
default void |
HiveMetaHook.preDropPartitions(Table table,
EnvironmentContext context,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs)
Called before dropping the partitions from the table in the metastore during ALTER TABLE DROP PARTITION.
|
void |
HiveMetaHook.preDropTable(Table table)
Called before a table definition is removed from the metastore
during DROP TABLE.
|
default void |
HiveMetaHook.preDropTable(Table table,
boolean deleteData)
Called before a table definition is removed from the metastore
during DROP TABLE
|
abstract void |
DefaultHiveMetaHook.preInsertTable(Table table,
boolean overwrite)
called before commit insert method is called
|
default void |
HiveMetaHook.preTruncateTable(Table table,
EnvironmentContext context)
Called before deleting the data and statistics from the table in the metastore during TRUNCATE TABLE.
|
default void |
HiveMetaHook.preTruncateTable(Table table,
EnvironmentContext context,
List<String> partNames) |
void |
HiveMetaStoreClient.reconnect() |
void |
IMetaStoreClient.reconnect()
Tries to reconnect this MetaStoreClient to the MetaStore.
|
CmRecycleResponse |
HiveMetaStoreClient.recycleDirToCmPath(CmRecycleRequest request)
Recycles the files recursively from the input path to the cmroot directory either by copying or moving it.
|
CmRecycleResponse |
IMetaStoreClient.recycleDirToCmPath(CmRecycleRequest request)
Recycles the files recursively from the input path to the cmroot directory either by copying or moving it.
|
void |
Warehouse.recycleDirToCmPath(org.apache.hadoop.fs.Path f,
boolean ifPurge) |
GrantRevokePrivilegeResponse |
AbstractThriftHiveMetastore.refresh_privileges(HiveObjectRef objToRefresh,
String authorizer,
GrantRevokePrivilegeRequest grantRequest) |
boolean |
HiveMetaStoreClient.refresh_privileges(HiveObjectRef objToRefresh,
String authorizer,
PrivilegeBag grantPrivileges) |
boolean |
IMetaStoreClient.refresh_privileges(HiveObjectRef objToRefresh,
String authorizer,
PrivilegeBag grantPrivileges) |
void |
HiveMetaStoreClient.removeCompactionMetricsData(CompactionMetricsDataRequest request) |
void |
IMetaStoreClient.removeCompactionMetricsData(CompactionMetricsDataRequest request)
Remove records from the compaction metrics cache matching the filter criteria passed in as parameters
|
RenamePartitionResponse |
AbstractThriftHiveMetastore.rename_partition_req(RenamePartitionRequest req) |
void |
AbstractThriftHiveMetastore.rename_partition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part) |
boolean |
Warehouse.renameDir(org.apache.hadoop.fs.Path sourcePath,
org.apache.hadoop.fs.Path destPath,
boolean needCmRecycle) |
void |
IMetaStoreClient.renamePartition(String dbname,
String tableName,
List<String> part_vals,
Partition newPart)
Deprecated.
|
long |
AbstractThriftHiveMetastore.renew_delegation_token(String token_str_form) |
long |
HiveMetaStoreClient.renewDelegationToken(String tokenStrForm) |
long |
IMetaStoreClient.renewDelegationToken(String tokenStrForm) |
boolean |
AbstractThriftHiveMetastore.revoke_privileges(PrivilegeBag privileges) |
boolean |
HiveMetaStoreClient.revoke_privileges(PrivilegeBag privileges,
boolean grantOption) |
boolean |
IMetaStoreClient.revoke_privileges(PrivilegeBag privileges,
boolean grantOption) |
boolean |
AbstractThriftHiveMetastore.revoke_role(String role_name,
String principal_name,
PrincipalType principal_type) |
boolean |
HiveMetaStoreClient.revoke_role(String roleName,
String userName,
PrincipalType principalType,
boolean grantOption) |
boolean |
IMetaStoreClient.revoke_role(String role_name,
String user_name,
PrincipalType principalType,
boolean grantOption) |
default void |
HiveMetaHook.rollbackAlterTable(Table table,
EnvironmentContext context)
Called after failure altering a table definition from the metastore
during ALTER TABLE
|
void |
HiveMetaHook.rollbackCreateTable(Table table)
Called after failure adding a new table definition to the metastore
during CREATE TABLE.
|
void |
HiveMetaHook.rollbackDropTable(Table table)
Called after failure removing a table definition from the metastore
during DROP TABLE.
|
abstract void |
DefaultHiveMetaHook.rollbackInsertTable(Table table,
boolean overwrite)
called in case pre commit or commit insert fail.
|
void |
AbstractThriftHiveMetastore.scheduled_query_maintenance(ScheduledQueryMaintenanceRequest request) |
ScheduledQueryPollResponse |
AbstractThriftHiveMetastore.scheduled_query_poll(ScheduledQueryPollRequest request) |
void |
AbstractThriftHiveMetastore.scheduled_query_progress(ScheduledQueryProgressInfo info) |
void |
HiveMetaStoreClient.scheduledQueryMaintenance(ScheduledQueryMaintenanceRequest request) |
void |
IMetaStoreClient.scheduledQueryMaintenance(ScheduledQueryMaintenanceRequest request)
Carries out maintenance of scheduled queries (insert/update/drop).
|
ScheduledQueryPollResponse |
HiveMetaStoreClient.scheduledQueryPoll(ScheduledQueryPollRequest request) |
ScheduledQueryPollResponse |
IMetaStoreClient.scheduledQueryPoll(ScheduledQueryPollRequest request)
Checks whenever a query is available for execution.
|
void |
AbstractThriftHiveMetastore.seed_txn_id(SeedTxnIdRequest rqst) |
void |
AbstractThriftHiveMetastore.seed_write_id(SeedTableWriteIdsRequest rqst) |
boolean |
AbstractThriftHiveMetastore.set_aggr_stats_for(SetPartitionsStatsRequest request) |
void |
AbstractThriftHiveMetastore.set_schema_version_state(SetSchemaVersionStateRequest rqst) |
List<String> |
AbstractThriftHiveMetastore.set_ugi(String user_name,
List<String> group_names) |
void |
HiveMetaStoreClient.setHadoopJobid(String jobId,
long cqId) |
void |
IMetaStoreClient.setHadoopJobid(String jobId,
long cqId)
Set the hadoop id for a compaction.
|
void |
AbstractThriftHiveMetastore.setMetaConf(String key,
String value) |
void |
IMetaStoreClient.setMetaConf(String key,
String value)
set meta variable which is open to end users
|
boolean |
IMetaStoreClient.setPartitionColumnStatistics(SetPartitionsStatsRequest request)
Set table or partition column statistics.
|
boolean |
IMetaStoreClient.tableExists(String databaseName,
String tableName)
Check whether a table exists in the default catalog.
|
boolean |
IMetaStoreClient.tableExists(String catName,
String dbName,
String tableName)
Check whether a table exists.
|
TruncateTableResponse |
AbstractThriftHiveMetastore.truncate_table_req(TruncateTableRequest req) |
void |
AbstractThriftHiveMetastore.truncate_table(String dbName,
String tableName,
List<String> partNames) |
void |
IMetaStoreClient.truncateTable(String dbName,
String tableName,
List<String> partNames)
Truncate the table/partitions in the DEFAULT database.
|
void |
IMetaStoreClient.truncateTable(String catName,
String dbName,
String tableName,
List<String> partNames)
Truncate the table/partitions in the DEFAULT database.
|
void |
AbstractThriftHiveMetastore.update_creation_metadata(String catName,
String dbname,
String tbl_name,
CreationMetadata creation_metadata) |
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) |
boolean |
HiveMetaStoreClient.updateCompactionMetricsData(CompactionMetricsDataStruct struct) |
boolean |
IMetaStoreClient.updateCompactionMetricsData(CompactionMetricsDataStruct struct)
Create, update or delete one record in the compaction metrics cache.
|
void |
HiveMetaStoreClient.updateCreationMetadata(String dbName,
String tableName,
CreationMetadata cm) |
void |
IMetaStoreClient.updateCreationMetadata(String dbName,
String tableName,
CreationMetadata cm)
Updates the creation metadata for the materialized view.
|
void |
HiveMetaStoreClient.updateCreationMetadata(String catName,
String dbName,
String tableName,
CreationMetadata cm) |
void |
IMetaStoreClient.updateCreationMetadata(String catName,
String dbName,
String tableName,
CreationMetadata cm)
Updates the creation metadata for the materialized view.
|
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) |
void |
HiveMetaStoreClient.validatePartitionNameCharacters(List<String> partVals) |
void |
IMetaStoreClient.validatePartitionNameCharacters(List<String> partVals) |
WMValidateResourcePlanResponse |
HiveMetaStoreClient.validateResourcePlan(String resourcePlanName,
String ns) |
WMValidateResourcePlanResponse |
IMetaStoreClient.validateResourcePlan(String resourcePlanName,
String ns) |
| Constructor and Description |
|---|
HiveMetaStoreClient(org.apache.hadoop.conf.Configuration conf) |
HiveMetaStoreClient(org.apache.hadoop.conf.Configuration conf,
HiveMetaHookLoader hookLoader) |
HiveMetaStoreClient(org.apache.hadoop.conf.Configuration conf,
HiveMetaHookLoader hookLoader,
Boolean allowEmbedded) |
RetryingMetaStoreClient(org.apache.hadoop.conf.Configuration conf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
ConcurrentHashMap<String,Long> metaCallTimeMap,
Class<? extends IMetaStoreClient> msClientClass) |
Warehouse(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
MetaException |
MetaException.deepCopy() |
MetaException |
ThriftHiveMetastore.get_properties_result.getE1() |
MetaException |
ThriftHiveMetastore.set_properties_result.getE1() |
MetaException |
ThriftHiveMetastore.getMetaConf_result.getO1() |
MetaException |
ThriftHiveMetastore.setMetaConf_result.getO1() |
MetaException |
ThriftHiveMetastore.get_catalogs_result.getO1() |
MetaException |
ThriftHiveMetastore.get_databases_result.getO1() |
MetaException |
ThriftHiveMetastore.get_all_databases_result.getO1() |
MetaException |
ThriftHiveMetastore.alter_database_result.getO1() |
MetaException |
ThriftHiveMetastore.get_dataconnectors_result.getO1() |
MetaException |
ThriftHiveMetastore.alter_dataconnector_result.getO1() |
MetaException |
ThriftHiveMetastore.get_type_result.getO1() |
MetaException |
ThriftHiveMetastore.drop_type_result.getO1() |
MetaException |
ThriftHiveMetastore.get_fields_result.getO1() |
MetaException |
ThriftHiveMetastore.get_fields_with_environment_context_result.getO1() |
MetaException |
ThriftHiveMetastore.get_fields_req_result.getO1() |
MetaException |
ThriftHiveMetastore.get_schema_result.getO1() |
MetaException |
ThriftHiveMetastore.get_schema_with_environment_context_result.getO1() |
MetaException |
ThriftHiveMetastore.get_schema_req_result.getO1() |
MetaException |
ThriftHiveMetastore.truncate_table_result.getO1() |
MetaException |
ThriftHiveMetastore.truncate_table_req_result.getO1() |
MetaException |
ThriftHiveMetastore.get_tables_result.getO1() |
MetaException |
ThriftHiveMetastore.get_tables_by_type_result.getO1() |
MetaException |
ThriftHiveMetastore.get_all_materialized_view_objects_for_rewriting_result.getO1() |
MetaException |
ThriftHiveMetastore.get_materialized_views_for_rewriting_result.getO1() |
MetaException |
ThriftHiveMetastore.get_table_meta_result.getO1() |
MetaException |
ThriftHiveMetastore.get_all_tables_result.getO1() |
MetaException |
ThriftHiveMetastore.get_table_result.getO1() |
MetaException |
ThriftHiveMetastore.get_tables_ext_result.getO1() |
MetaException |
ThriftHiveMetastore.get_table_req_result.getO1() |
MetaException |
ThriftHiveMetastore.get_table_objects_by_name_req_result.getO1() |
MetaException |
ThriftHiveMetastore.get_materialization_invalidation_info_result.getO1() |
MetaException |
ThriftHiveMetastore.update_creation_metadata_result.getO1() |
MetaException |
ThriftHiveMetastore.get_table_names_by_filter_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partition_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partition_req_result.getO1() |
MetaException |
ThriftHiveMetastore.exchange_partition_result.getO1() |
MetaException |
ThriftHiveMetastore.exchange_partitions_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partition_with_auth_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partition_by_name_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partition_values_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partitions_ps_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partitions_ps_with_auth_req_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partition_names_ps_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partition_names_ps_req_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partition_names_req_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partitions_by_filter_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partitions_by_filter_req_result.getO1() |
MetaException |
ThriftHiveMetastore.get_part_specs_by_filter_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partitions_by_expr_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partitions_spec_by_expr_result.getO1() |
MetaException |
ThriftHiveMetastore.get_num_partitions_by_filter_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partitions_by_names_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partitions_by_names_req_result.getO1() |
MetaException |
ThriftHiveMetastore.partition_name_has_valid_characters_result.getO1() |
MetaException |
ThriftHiveMetastore.partition_name_to_vals_result.getO1() |
MetaException |
ThriftHiveMetastore.partition_name_to_spec_result.getO1() |
MetaException |
ThriftHiveMetastore.markPartitionForEvent_result.getO1() |
MetaException |
ThriftHiveMetastore.isPartitionMarkedForEvent_result.getO1() |
MetaException |
ThriftHiveMetastore.get_primary_keys_result.getO1() |
MetaException |
ThriftHiveMetastore.get_foreign_keys_result.getO1() |
MetaException |
ThriftHiveMetastore.get_unique_constraints_result.getO1() |
MetaException |
ThriftHiveMetastore.get_not_null_constraints_result.getO1() |
MetaException |
ThriftHiveMetastore.get_default_constraints_result.getO1() |
MetaException |
ThriftHiveMetastore.get_check_constraints_result.getO1() |
MetaException |
ThriftHiveMetastore.get_all_table_constraints_result.getO1() |
MetaException |
ThriftHiveMetastore.update_transaction_statistics_result.getO1() |
MetaException |
ThriftHiveMetastore.get_functions_result.getO1() |
MetaException |
ThriftHiveMetastore.get_function_result.getO1() |
MetaException |
ThriftHiveMetastore.get_all_functions_result.getO1() |
MetaException |
ThriftHiveMetastore.create_role_result.getO1() |
MetaException |
ThriftHiveMetastore.drop_role_result.getO1() |
MetaException |
ThriftHiveMetastore.get_role_names_result.getO1() |
MetaException |
ThriftHiveMetastore.grant_role_result.getO1() |
MetaException |
ThriftHiveMetastore.revoke_role_result.getO1() |
MetaException |
ThriftHiveMetastore.list_roles_result.getO1() |
MetaException |
ThriftHiveMetastore.grant_revoke_role_result.getO1() |
MetaException |
ThriftHiveMetastore.get_principals_in_role_result.getO1() |
MetaException |
ThriftHiveMetastore.get_role_grants_for_principal_result.getO1() |
MetaException |
ThriftHiveMetastore.get_privilege_set_result.getO1() |
MetaException |
ThriftHiveMetastore.list_privileges_result.getO1() |
MetaException |
ThriftHiveMetastore.grant_privileges_result.getO1() |
MetaException |
ThriftHiveMetastore.revoke_privileges_result.getO1() |
MetaException |
ThriftHiveMetastore.grant_revoke_privileges_result.getO1() |
MetaException |
ThriftHiveMetastore.refresh_privileges_result.getO1() |
MetaException |
ThriftHiveMetastore.set_ugi_result.getO1() |
MetaException |
ThriftHiveMetastore.get_delegation_token_result.getO1() |
MetaException |
ThriftHiveMetastore.renew_delegation_token_result.getO1() |
MetaException |
ThriftHiveMetastore.cancel_delegation_token_result.getO1() |
MetaException |
ThriftHiveMetastore.add_master_key_result.getO1() |
MetaException |
ThriftHiveMetastore.get_latest_txnid_in_conflict_result.getO1() |
MetaException |
ThriftHiveMetastore.get_max_allocated_table_write_id_result.getO1() |
MetaException |
ThriftHiveMetastore.seed_write_id_result.getO1() |
MetaException |
ThriftHiveMetastore.seed_txn_id_result.getO1() |
MetaException |
ThriftHiveMetastore.submit_for_cleanup_result.getO1() |
MetaException |
ThriftHiveMetastore.find_next_compact_result.getO1() |
MetaException |
ThriftHiveMetastore.find_next_compact2_result.getO1() |
MetaException |
ThriftHiveMetastore.mark_cleaned_result.getO1() |
MetaException |
ThriftHiveMetastore.mark_compacted_result.getO1() |
MetaException |
ThriftHiveMetastore.mark_failed_result.getO1() |
MetaException |
ThriftHiveMetastore.mark_refused_result.getO1() |
MetaException |
ThriftHiveMetastore.update_compaction_metrics_data_result.getO1() |
MetaException |
ThriftHiveMetastore.remove_compaction_metrics_data_result.getO1() |
MetaException |
ThriftHiveMetastore.cm_recycle_result.getO1() |
MetaException |
ThriftHiveMetastore.get_metastore_db_uuid_result.getO1() |
MetaException |
ThriftHiveMetastore.get_all_resource_plans_result.getO1() |
MetaException |
ThriftHiveMetastore.get_schemas_by_cols_result.getO1() |
MetaException |
ThriftHiveMetastore.add_runtime_stats_result.getO1() |
MetaException |
ThriftHiveMetastore.get_runtime_stats_result.getO1() |
MetaException |
ThriftHiveMetastore.get_partitions_with_specs_result.getO1() |
MetaException |
ThriftHiveMetastore.scheduled_query_poll_result.getO1() |
MetaException |
ThriftHiveMetastore.scheduled_query_maintenance_result.getO1() |
MetaException |
ThriftHiveMetastore.scheduled_query_progress_result.getO1() |
MetaException |
ThriftHiveMetastore.get_scheduled_query_result.getO1() |
MetaException |
ThriftHiveMetastore.add_replication_metrics_result.getO1() |
MetaException |
ThriftHiveMetastore.get_replication_metrics_result.getO1() |
MetaException |
ThriftHiveMetastore.get_stored_procedure_result.getO1() |
MetaException |
ThriftHiveMetastore.drop_stored_procedure_result.getO1() |
MetaException |
ThriftHiveMetastore.get_all_stored_procedures_result.getO1() |
MetaException |
ThriftHiveMetastore.find_package_result.getO1() |
MetaException |
ThriftHiveMetastore.add_package_result.getO1() |
MetaException |
ThriftHiveMetastore.get_all_packages_result.getO1() |
MetaException |
ThriftHiveMetastore.drop_package_result.getO1() |
MetaException |
ThriftHiveMetastore.get_all_write_event_info_result.getO1() |
MetaException |
ThriftHiveMetastore.get_catalog_result.getO2() |
MetaException |
ThriftHiveMetastore.get_database_result.getO2() |
MetaException |
ThriftHiveMetastore.get_database_req_result.getO2() |
MetaException |
ThriftHiveMetastore.get_dataconnector_req_result.getO2() |
MetaException |
ThriftHiveMetastore.get_type_all_result.getO2() |
MetaException |
ThriftHiveMetastore.add_primary_key_result.getO2() |
MetaException |
ThriftHiveMetastore.add_foreign_key_result.getO2() |
MetaException |
ThriftHiveMetastore.add_unique_constraint_result.getO2() |
MetaException |
ThriftHiveMetastore.add_not_null_constraint_result.getO2() |
MetaException |
ThriftHiveMetastore.add_default_constraint_result.getO2() |
MetaException |
ThriftHiveMetastore.add_check_constraint_result.getO2() |
MetaException |
ThriftHiveMetastore.alter_table_result.getO2() |
MetaException |
ThriftHiveMetastore.alter_table_with_environment_context_result.getO2() |
MetaException |
ThriftHiveMetastore.alter_table_with_cascade_result.getO2() |
MetaException |
ThriftHiveMetastore.alter_table_req_result.getO2() |
MetaException |
ThriftHiveMetastore.drop_partition_result.getO2() |
MetaException |
ThriftHiveMetastore.drop_partition_with_environment_context_result.getO2() |
MetaException |
ThriftHiveMetastore.drop_partition_by_name_result.getO2() |
MetaException |
ThriftHiveMetastore.drop_partition_by_name_with_environment_context_result.getO2() |
MetaException |
ThriftHiveMetastore.drop_partitions_req_result.getO2() |
MetaException |
ThriftHiveMetastore.get_partitions_result.getO2() |
MetaException |
ThriftHiveMetastore.get_partitions_req_result.getO2() |
MetaException |
ThriftHiveMetastore.get_partitions_with_auth_result.getO2() |
MetaException |
ThriftHiveMetastore.get_partitions_pspec_result.getO2() |
MetaException |
ThriftHiveMetastore.get_partition_names_result.getO2() |
MetaException |
ThriftHiveMetastore.get_partitions_ps_with_auth_result.getO2() |
MetaException |
ThriftHiveMetastore.alter_partition_result.getO2() |
MetaException |
ThriftHiveMetastore.alter_partitions_result.getO2() |
MetaException |
ThriftHiveMetastore.alter_partitions_with_environment_context_result.getO2() |
MetaException |
ThriftHiveMetastore.alter_partitions_req_result.getO2() |
MetaException |
ThriftHiveMetastore.alter_partition_with_environment_context_result.getO2() |
MetaException |
ThriftHiveMetastore.rename_partition_result.getO2() |
MetaException |
ThriftHiveMetastore.rename_partition_req_result.getO2() |
MetaException |
ThriftHiveMetastore.get_table_column_statistics_result.getO2() |
MetaException |
ThriftHiveMetastore.get_partition_column_statistics_result.getO2() |
MetaException |
ThriftHiveMetastore.get_table_statistics_req_result.getO2() |
MetaException |
ThriftHiveMetastore.get_partitions_statistics_req_result.getO2() |
MetaException |
ThriftHiveMetastore.get_aggr_stats_for_result.getO2() |
MetaException |
ThriftHiveMetastore.delete_partition_column_statistics_result.getO2() |
MetaException |
ThriftHiveMetastore.delete_table_column_statistics_result.getO2() |
MetaException |
ThriftHiveMetastore.alter_function_result.getO2() |
MetaException |
ThriftHiveMetastore.update_master_key_result.getO2() |
MetaException |
ThriftHiveMetastore.get_valid_write_ids_result.getO2() |
MetaException |
ThriftHiveMetastore.add_write_ids_to_min_history_result.getO2() |
MetaException |
ThriftHiveMetastore.get_resource_plan_result.getO2() |
MetaException |
ThriftHiveMetastore.get_active_resource_plan_result.getO2() |
MetaException |
ThriftHiveMetastore.validate_resource_plan_result.getO2() |
MetaException |
ThriftHiveMetastore.get_triggers_for_resourceplan_result.getO2() |
MetaException |
ThriftHiveMetastore.alter_ischema_result.getO2() |
MetaException |
ThriftHiveMetastore.get_ischema_result.getO2() |
MetaException |
ThriftHiveMetastore.get_schema_version_result.getO2() |
MetaException |
ThriftHiveMetastore.get_schema_latest_version_result.getO2() |
MetaException |
ThriftHiveMetastore.get_schema_all_versions_result.getO2() |
MetaException |
ThriftHiveMetastore.drop_schema_version_result.getO2() |
MetaException |
ThriftHiveMetastore.map_schema_version_to_serde_result.getO2() |
MetaException |
ThriftHiveMetastore.add_serde_result.getO2() |
MetaException |
ThriftHiveMetastore.get_serde_result.getO2() |
MetaException |
ThriftHiveMetastore.create_stored_procedure_result.getO2() |
MetaException |
ThriftHiveMetastore.create_catalog_result.getO3() |
MetaException |
ThriftHiveMetastore.alter_catalog_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_catalog_result.getO3() |
MetaException |
ThriftHiveMetastore.create_database_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_database_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_database_req_result.getO3() |
MetaException |
ThriftHiveMetastore.create_dataconnector_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_dataconnector_result.getO3() |
MetaException |
ThriftHiveMetastore.create_type_result.getO3() |
MetaException |
ThriftHiveMetastore.create_table_result.getO3() |
MetaException |
ThriftHiveMetastore.create_table_with_environment_context_result.getO3() |
MetaException |
ThriftHiveMetastore.create_table_with_constraints_result.getO3() |
MetaException |
ThriftHiveMetastore.create_table_req_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_constraint_result.getO3() |
MetaException |
ThriftHiveMetastore.translate_table_dryrun_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_table_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_table_with_environment_context_result.getO3() |
MetaException |
ThriftHiveMetastore.add_partition_result.getO3() |
MetaException |
ThriftHiveMetastore.add_partition_with_environment_context_result.getO3() |
MetaException |
ThriftHiveMetastore.add_partitions_result.getO3() |
MetaException |
ThriftHiveMetastore.add_partitions_pspec_result.getO3() |
MetaException |
ThriftHiveMetastore.append_partition_result.getO3() |
MetaException |
ThriftHiveMetastore.add_partitions_req_result.getO3() |
MetaException |
ThriftHiveMetastore.append_partition_with_environment_context_result.getO3() |
MetaException |
ThriftHiveMetastore.append_partition_by_name_result.getO3() |
MetaException |
ThriftHiveMetastore.append_partition_by_name_with_environment_context_result.getO3() |
MetaException |
ThriftHiveMetastore.update_table_column_statistics_result.getO3() |
MetaException |
ThriftHiveMetastore.update_partition_column_statistics_result.getO3() |
MetaException |
ThriftHiveMetastore.update_table_column_statistics_req_result.getO3() |
MetaException |
ThriftHiveMetastore.update_partition_column_statistics_req_result.getO3() |
MetaException |
ThriftHiveMetastore.set_aggr_stats_for_result.getO3() |
MetaException |
ThriftHiveMetastore.create_function_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_function_result.getO3() |
MetaException |
ThriftHiveMetastore.allocate_table_write_ids_result.getO3() |
MetaException |
ThriftHiveMetastore.create_resource_plan_result.getO3() |
MetaException |
ThriftHiveMetastore.alter_resource_plan_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_resource_plan_result.getO3() |
MetaException |
ThriftHiveMetastore.alter_wm_trigger_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_wm_trigger_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_wm_pool_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_wm_mapping_result.getO3() |
MetaException |
ThriftHiveMetastore.create_ischema_result.getO3() |
MetaException |
ThriftHiveMetastore.drop_ischema_result.getO3() |
MetaException |
ThriftHiveMetastore.add_schema_version_result.getO3() |
MetaException |
ThriftHiveMetastore.set_schema_version_state_result.getO3() |
MetaException |
ThriftHiveMetastore.create_wm_trigger_result.getO4() |
MetaException |
ThriftHiveMetastore.create_wm_pool_result.getO4() |
MetaException |
ThriftHiveMetastore.alter_wm_pool_result.getO4() |
MetaException |
ThriftHiveMetastore.create_or_update_wm_mapping_result.getO4() |
MetaException |
ThriftHiveMetastore.create_or_drop_wm_trigger_to_pool_mapping_result.getO4() |
| Modifier and Type | Method and Description |
|---|---|
int |
MetaException.compareTo(MetaException other) |
boolean |
MetaException.equals(MetaException that) |
void |
ThriftHiveMetastore.get_properties_result.setE1(MetaException e1) |
void |
ThriftHiveMetastore.set_properties_result.setE1(MetaException e1) |
void |
ThriftHiveMetastore.getMetaConf_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.setMetaConf_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_catalogs_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_databases_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_all_databases_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.alter_database_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_dataconnectors_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.alter_dataconnector_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_type_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.drop_type_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_fields_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_fields_with_environment_context_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_fields_req_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_schema_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_schema_with_environment_context_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_schema_req_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.truncate_table_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.truncate_table_req_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_tables_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_tables_by_type_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_all_materialized_view_objects_for_rewriting_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_materialized_views_for_rewriting_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_table_meta_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_all_tables_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_table_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_tables_ext_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_table_req_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_table_objects_by_name_req_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_materialization_invalidation_info_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.update_creation_metadata_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_table_names_by_filter_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partition_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partition_req_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.exchange_partition_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.exchange_partitions_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partition_with_auth_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partition_by_name_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partition_values_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partitions_ps_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partitions_ps_with_auth_req_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partition_names_ps_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partition_names_ps_req_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partition_names_req_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partitions_by_filter_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partitions_by_filter_req_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_part_specs_by_filter_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partitions_by_expr_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partitions_spec_by_expr_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_num_partitions_by_filter_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partitions_by_names_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partitions_by_names_req_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.partition_name_has_valid_characters_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.partition_name_to_vals_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.partition_name_to_spec_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.markPartitionForEvent_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.isPartitionMarkedForEvent_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_primary_keys_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_foreign_keys_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_unique_constraints_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_not_null_constraints_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_default_constraints_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_check_constraints_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_all_table_constraints_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.update_transaction_statistics_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_functions_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_function_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_all_functions_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.create_role_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.drop_role_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_role_names_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.grant_role_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.revoke_role_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.list_roles_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.grant_revoke_role_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_principals_in_role_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_role_grants_for_principal_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_privilege_set_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.list_privileges_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.grant_privileges_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.revoke_privileges_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.grant_revoke_privileges_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.refresh_privileges_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.set_ugi_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_delegation_token_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.renew_delegation_token_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.cancel_delegation_token_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.add_master_key_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_latest_txnid_in_conflict_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_max_allocated_table_write_id_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.seed_write_id_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.seed_txn_id_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.submit_for_cleanup_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.find_next_compact_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.find_next_compact2_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.mark_cleaned_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.mark_compacted_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.mark_failed_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.mark_refused_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.update_compaction_metrics_data_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.remove_compaction_metrics_data_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.cm_recycle_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_metastore_db_uuid_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_all_resource_plans_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_schemas_by_cols_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.add_runtime_stats_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_runtime_stats_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_partitions_with_specs_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.scheduled_query_poll_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.scheduled_query_maintenance_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.scheduled_query_progress_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_scheduled_query_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.add_replication_metrics_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_replication_metrics_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_stored_procedure_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.drop_stored_procedure_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_all_stored_procedures_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.find_package_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.add_package_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_all_packages_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.drop_package_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_all_write_event_info_result.setO1(MetaException o1) |
void |
ThriftHiveMetastore.get_catalog_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_database_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_database_req_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_dataconnector_req_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_type_all_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.add_primary_key_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.add_foreign_key_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.add_unique_constraint_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.add_not_null_constraint_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.add_default_constraint_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.add_check_constraint_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.alter_table_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.alter_table_with_environment_context_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.alter_table_with_cascade_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.alter_table_req_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.drop_partition_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.drop_partition_with_environment_context_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.drop_partition_by_name_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.drop_partition_by_name_with_environment_context_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.drop_partitions_req_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_partitions_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_partitions_req_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_partitions_with_auth_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_partitions_pspec_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_partition_names_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_partitions_ps_with_auth_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.alter_partition_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.alter_partitions_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.alter_partitions_with_environment_context_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.alter_partitions_req_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.alter_partition_with_environment_context_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.rename_partition_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.rename_partition_req_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_table_column_statistics_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_partition_column_statistics_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_table_statistics_req_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_partitions_statistics_req_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_aggr_stats_for_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.delete_partition_column_statistics_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.delete_table_column_statistics_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.alter_function_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.update_master_key_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_valid_write_ids_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.add_write_ids_to_min_history_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_resource_plan_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_active_resource_plan_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.validate_resource_plan_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_triggers_for_resourceplan_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.alter_ischema_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_ischema_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_schema_version_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_schema_latest_version_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_schema_all_versions_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.drop_schema_version_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.map_schema_version_to_serde_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.add_serde_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.get_serde_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.create_stored_procedure_result.setO2(MetaException o2) |
void |
ThriftHiveMetastore.create_catalog_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.alter_catalog_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_catalog_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.create_database_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_database_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_database_req_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.create_dataconnector_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_dataconnector_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.create_type_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.create_table_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.create_table_with_environment_context_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.create_table_with_constraints_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.create_table_req_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_constraint_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.translate_table_dryrun_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_table_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_table_with_environment_context_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.add_partition_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.add_partition_with_environment_context_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.add_partitions_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.add_partitions_pspec_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.append_partition_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.add_partitions_req_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.append_partition_with_environment_context_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.append_partition_by_name_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.append_partition_by_name_with_environment_context_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.update_table_column_statistics_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.update_partition_column_statistics_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.update_table_column_statistics_req_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.update_partition_column_statistics_req_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.set_aggr_stats_for_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.create_function_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_function_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.allocate_table_write_ids_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.create_resource_plan_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.alter_resource_plan_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_resource_plan_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.alter_wm_trigger_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_wm_trigger_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_wm_pool_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_wm_mapping_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.create_ischema_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.drop_ischema_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.add_schema_version_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.set_schema_version_state_result.setO3(MetaException o3) |
void |
ThriftHiveMetastore.create_wm_trigger_result.setO4(MetaException o4) |
void |
ThriftHiveMetastore.create_wm_pool_result.setO4(MetaException o4) |
void |
ThriftHiveMetastore.alter_wm_pool_result.setO4(MetaException o4) |
void |
ThriftHiveMetastore.create_or_update_wm_mapping_result.setO4(MetaException o4) |
void |
ThriftHiveMetastore.create_or_drop_wm_trigger_to_pool_mapping_result.setO4(MetaException 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) |
int |
ThriftHiveMetastore.Iface.add_master_key(String key) |
int |
ThriftHiveMetastore.Client.add_master_key(String key) |
void |
ThriftHiveMetastore.Iface.add_not_null_constraint(AddNotNullConstraintRequest req) |
void |
ThriftHiveMetastore.Client.add_not_null_constraint(AddNotNullConstraintRequest req) |
void |
ThriftHiveMetastore.Iface.add_package(AddPackageRequest request) |
void |
ThriftHiveMetastore.Client.add_package(AddPackageRequest request) |
Partition |
ThriftHiveMetastore.Iface.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Iface.add_partition(Partition new_part) |
Partition |
ThriftHiveMetastore.Client.add_partition(Partition new_part) |
int |
ThriftHiveMetastore.Iface.add_partitions_pspec(List<PartitionSpec> new_parts) |
int |
ThriftHiveMetastore.Client.add_partitions_pspec(List<PartitionSpec> new_parts) |
AddPartitionsResult |
ThriftHiveMetastore.Iface.add_partitions_req(AddPartitionsRequest request) |
AddPartitionsResult |
ThriftHiveMetastore.Client.add_partitions_req(AddPartitionsRequest request) |
int |
ThriftHiveMetastore.Iface.add_partitions(List<Partition> new_parts) |
int |
ThriftHiveMetastore.Client.add_partitions(List<Partition> new_parts) |
void |
ThriftHiveMetastore.Iface.add_primary_key(AddPrimaryKeyRequest req) |
void |
ThriftHiveMetastore.Client.add_primary_key(AddPrimaryKeyRequest req) |
void |
ThriftHiveMetastore.Iface.add_replication_metrics(ReplicationMetricList replicationMetricList) |
void |
ThriftHiveMetastore.Client.add_replication_metrics(ReplicationMetricList replicationMetricList) |
void |
ThriftHiveMetastore.Iface.add_runtime_stats(RuntimeStat stat) |
void |
ThriftHiveMetastore.Client.add_runtime_stats(RuntimeStat stat) |
void |
ThriftHiveMetastore.Iface.add_schema_version(SchemaVersion schemaVersion) |
void |
ThriftHiveMetastore.Client.add_schema_version(SchemaVersion schemaVersion) |
void |
ThriftHiveMetastore.Iface.add_serde(SerDeInfo serde) |
void |
ThriftHiveMetastore.Client.add_serde(SerDeInfo serde) |
void |
ThriftHiveMetastore.Iface.add_unique_constraint(AddUniqueConstraintRequest req) |
void |
ThriftHiveMetastore.Client.add_unique_constraint(AddUniqueConstraintRequest req) |
void |
ThriftHiveMetastore.Iface.add_write_ids_to_min_history(long txnId,
Map<String,Long> writeIds) |
void |
ThriftHiveMetastore.Client.add_write_ids_to_min_history(long txnId,
Map<String,Long> writeIds) |
AllocateTableWriteIdsResponse |
ThriftHiveMetastore.Iface.allocate_table_write_ids(AllocateTableWriteIdsRequest rqst) |
AllocateTableWriteIdsResponse |
ThriftHiveMetastore.Client.allocate_table_write_ids(AllocateTableWriteIdsRequest rqst) |
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_function(String dbName,
String funcName,
Function newFunc) |
void |
ThriftHiveMetastore.Client.alter_function(String dbName,
String funcName,
Function newFunc) |
void |
ThriftHiveMetastore.Iface.alter_ischema(AlterISchemaRequest rqst) |
void |
ThriftHiveMetastore.Client.alter_ischema(AlterISchemaRequest rqst) |
void |
ThriftHiveMetastore.Iface.alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Client.alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Iface.alter_partition(String db_name,
String tbl_name,
Partition new_part) |
void |
ThriftHiveMetastore.Client.alter_partition(String db_name,
String tbl_name,
Partition new_part) |
AlterPartitionsResponse |
ThriftHiveMetastore.Iface.alter_partitions_req(AlterPartitionsRequest req) |
AlterPartitionsResponse |
ThriftHiveMetastore.Client.alter_partitions_req(AlterPartitionsRequest req) |
void |
ThriftHiveMetastore.Iface.alter_partitions_with_environment_context(String db_name,
String tbl_name,
List<Partition> new_parts,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Client.alter_partitions_with_environment_context(String db_name,
String tbl_name,
List<Partition> new_parts,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Iface.alter_partitions(String db_name,
String tbl_name,
List<Partition> new_parts) |
void |
ThriftHiveMetastore.Client.alter_partitions(String db_name,
String tbl_name,
List<Partition> new_parts) |
WMAlterResourcePlanResponse |
ThriftHiveMetastore.Iface.alter_resource_plan(WMAlterResourcePlanRequest request) |
WMAlterResourcePlanResponse |
ThriftHiveMetastore.Client.alter_resource_plan(WMAlterResourcePlanRequest request) |
AlterTableResponse |
ThriftHiveMetastore.Iface.alter_table_req(AlterTableRequest req) |
AlterTableResponse |
ThriftHiveMetastore.Client.alter_table_req(AlterTableRequest req) |
void |
ThriftHiveMetastore.Iface.alter_table_with_cascade(String dbname,
String tbl_name,
Table new_tbl,
boolean cascade) |
void |
ThriftHiveMetastore.Client.alter_table_with_cascade(String dbname,
String tbl_name,
Table new_tbl,
boolean cascade) |
void |
ThriftHiveMetastore.Iface.alter_table_with_environment_context(String dbname,
String tbl_name,
Table new_tbl,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Client.alter_table_with_environment_context(String dbname,
String tbl_name,
Table new_tbl,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Iface.alter_table(String dbname,
String tbl_name,
Table new_tbl) |
void |
ThriftHiveMetastore.Client.alter_table(String dbname,
String tbl_name,
Table new_tbl) |
WMAlterPoolResponse |
ThriftHiveMetastore.Iface.alter_wm_pool(WMAlterPoolRequest request) |
WMAlterPoolResponse |
ThriftHiveMetastore.Client.alter_wm_pool(WMAlterPoolRequest request) |
WMAlterTriggerResponse |
ThriftHiveMetastore.Iface.alter_wm_trigger(WMAlterTriggerRequest request) |
WMAlterTriggerResponse |
ThriftHiveMetastore.Client.alter_wm_trigger(WMAlterTriggerRequest request) |
Partition |
ThriftHiveMetastore.Iface.append_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.append_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Iface.append_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
ThriftHiveMetastore.Client.append_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
ThriftHiveMetastore.Iface.append_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.append_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Iface.append_partition(String db_name,
String tbl_name,
List<String> part_vals) |
Partition |
ThriftHiveMetastore.Client.append_partition(String db_name,
String tbl_name,
List<String> part_vals) |
void |
ThriftHiveMetastore.Iface.cancel_delegation_token(String token_str_form) |
void |
ThriftHiveMetastore.Client.cancel_delegation_token(String token_str_form) |
CmRecycleResponse |
ThriftHiveMetastore.Iface.cm_recycle(CmRecycleRequest request) |
CmRecycleResponse |
ThriftHiveMetastore.Client.cm_recycle(CmRecycleRequest request) |
void |
ThriftHiveMetastore.Iface.create_catalog(CreateCatalogRequest catalog) |
void |
ThriftHiveMetastore.Client.create_catalog(CreateCatalogRequest catalog) |
void |
ThriftHiveMetastore.Iface.create_database(Database database) |
void |
ThriftHiveMetastore.Client.create_database(Database database) |
void |
ThriftHiveMetastore.Iface.create_dataconnector(DataConnector connector) |
void |
ThriftHiveMetastore.Client.create_dataconnector(DataConnector connector) |
void |
ThriftHiveMetastore.Iface.create_function(Function func) |
void |
ThriftHiveMetastore.Client.create_function(Function func) |
void |
ThriftHiveMetastore.Iface.create_ischema(ISchema schema) |
void |
ThriftHiveMetastore.Client.create_ischema(ISchema schema) |
WMCreateOrDropTriggerToPoolMappingResponse |
ThriftHiveMetastore.Iface.create_or_drop_wm_trigger_to_pool_mapping(WMCreateOrDropTriggerToPoolMappingRequest request) |
WMCreateOrDropTriggerToPoolMappingResponse |
ThriftHiveMetastore.Client.create_or_drop_wm_trigger_to_pool_mapping(WMCreateOrDropTriggerToPoolMappingRequest request) |
WMCreateOrUpdateMappingResponse |
ThriftHiveMetastore.Iface.create_or_update_wm_mapping(WMCreateOrUpdateMappingRequest request) |
WMCreateOrUpdateMappingResponse |
ThriftHiveMetastore.Client.create_or_update_wm_mapping(WMCreateOrUpdateMappingRequest request) |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.Iface.create_resource_plan(WMCreateResourcePlanRequest request) |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.Client.create_resource_plan(WMCreateResourcePlanRequest request) |
boolean |
ThriftHiveMetastore.Iface.create_role(Role role) |
boolean |
ThriftHiveMetastore.Client.create_role(Role role) |
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) |
boolean |
ThriftHiveMetastore.Iface.create_type(Type type) |
boolean |
ThriftHiveMetastore.Client.create_type(Type type) |
WMCreatePoolResponse |
ThriftHiveMetastore.Iface.create_wm_pool(WMCreatePoolRequest request) |
WMCreatePoolResponse |
ThriftHiveMetastore.Client.create_wm_pool(WMCreatePoolRequest request) |
WMCreateTriggerResponse |
ThriftHiveMetastore.Iface.create_wm_trigger(WMCreateTriggerRequest request) |
WMCreateTriggerResponse |
ThriftHiveMetastore.Client.create_wm_trigger(WMCreateTriggerRequest request) |
boolean |
ThriftHiveMetastore.Iface.delete_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name,
String engine) |
boolean |
ThriftHiveMetastore.Client.delete_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name,
String engine) |
boolean |
ThriftHiveMetastore.Iface.delete_table_column_statistics(String db_name,
String tbl_name,
String col_name,
String engine) |
boolean |
ThriftHiveMetastore.Client.delete_table_column_statistics(String db_name,
String tbl_name,
String col_name,
String engine) |
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) |
void |
ThriftHiveMetastore.Iface.drop_package(DropPackageRequest request) |
void |
ThriftHiveMetastore.Client.drop_package(DropPackageRequest request) |
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) |
boolean |
ThriftHiveMetastore.Iface.drop_role(String role_name) |
boolean |
ThriftHiveMetastore.Client.drop_role(String role_name) |
void |
ThriftHiveMetastore.Iface.drop_schema_version(SchemaVersionDescriptor schemaVersion) |
void |
ThriftHiveMetastore.Client.drop_schema_version(SchemaVersionDescriptor schemaVersion) |
void |
ThriftHiveMetastore.Iface.drop_stored_procedure(StoredProcedureRequest request) |
void |
ThriftHiveMetastore.Client.drop_stored_procedure(StoredProcedureRequest request) |
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) |
OptionalCompactionInfoStruct |
ThriftHiveMetastore.Iface.find_next_compact(String workerId) |
OptionalCompactionInfoStruct |
ThriftHiveMetastore.Client.find_next_compact(String workerId) |
OptionalCompactionInfoStruct |
ThriftHiveMetastore.Iface.find_next_compact2(FindNextCompactRequest rqst) |
OptionalCompactionInfoStruct |
ThriftHiveMetastore.Client.find_next_compact2(FindNextCompactRequest rqst) |
Package |
ThriftHiveMetastore.Iface.find_package(GetPackageRequest request) |
Package |
ThriftHiveMetastore.Client.find_package(GetPackageRequest request) |
WMGetActiveResourcePlanResponse |
ThriftHiveMetastore.Iface.get_active_resource_plan(WMGetActiveResourcePlanRequest request) |
WMGetActiveResourcePlanResponse |
ThriftHiveMetastore.Client.get_active_resource_plan(WMGetActiveResourcePlanRequest request) |
AggrStats |
ThriftHiveMetastore.Iface.get_aggr_stats_for(PartitionsStatsRequest request) |
AggrStats |
ThriftHiveMetastore.Client.get_aggr_stats_for(PartitionsStatsRequest request) |
List<String> |
ThriftHiveMetastore.Iface.get_all_databases() |
List<String> |
ThriftHiveMetastore.Client.get_all_databases() |
GetAllFunctionsResponse |
ThriftHiveMetastore.Iface.get_all_functions() |
GetAllFunctionsResponse |
ThriftHiveMetastore.Client.get_all_functions() |
List<Table> |
ThriftHiveMetastore.Iface.get_all_materialized_view_objects_for_rewriting() |
List<Table> |
ThriftHiveMetastore.Client.get_all_materialized_view_objects_for_rewriting() |
List<String> |
ThriftHiveMetastore.Iface.get_all_packages(ListPackageRequest request) |
List<String> |
ThriftHiveMetastore.Client.get_all_packages(ListPackageRequest request) |
WMGetAllResourcePlanResponse |
ThriftHiveMetastore.Iface.get_all_resource_plans(WMGetAllResourcePlanRequest request) |
WMGetAllResourcePlanResponse |
ThriftHiveMetastore.Client.get_all_resource_plans(WMGetAllResourcePlanRequest request) |
List<String> |
ThriftHiveMetastore.Iface.get_all_stored_procedures(ListStoredProcedureRequest request) |
List<String> |
ThriftHiveMetastore.Client.get_all_stored_procedures(ListStoredProcedureRequest request) |
AllTableConstraintsResponse |
ThriftHiveMetastore.Iface.get_all_table_constraints(AllTableConstraintsRequest request) |
AllTableConstraintsResponse |
ThriftHiveMetastore.Client.get_all_table_constraints(AllTableConstraintsRequest request) |
List<String> |
ThriftHiveMetastore.Iface.get_all_tables(String db_name) |
List<String> |
ThriftHiveMetastore.Client.get_all_tables(String db_name) |
List<WriteEventInfo> |
ThriftHiveMetastore.Iface.get_all_write_event_info(GetAllWriteEventInfoRequest request) |
List<WriteEventInfo> |
ThriftHiveMetastore.Client.get_all_write_event_info(GetAllWriteEventInfoRequest request) |
GetCatalogResponse |
ThriftHiveMetastore.Iface.get_catalog(GetCatalogRequest catName) |
GetCatalogResponse |
ThriftHiveMetastore.Client.get_catalog(GetCatalogRequest catName) |
GetCatalogsResponse |
ThriftHiveMetastore.Iface.get_catalogs() |
GetCatalogsResponse |
ThriftHiveMetastore.Client.get_catalogs() |
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) |
List<String> |
ThriftHiveMetastore.Iface.get_databases(String pattern) |
List<String> |
ThriftHiveMetastore.Client.get_databases(String pattern) |
DataConnector |
ThriftHiveMetastore.Iface.get_dataconnector_req(GetDataConnectorRequest request) |
DataConnector |
ThriftHiveMetastore.Client.get_dataconnector_req(GetDataConnectorRequest request) |
List<String> |
ThriftHiveMetastore.Iface.get_dataconnectors() |
List<String> |
ThriftHiveMetastore.Client.get_dataconnectors() |
DefaultConstraintsResponse |
ThriftHiveMetastore.Iface.get_default_constraints(DefaultConstraintsRequest request) |
DefaultConstraintsResponse |
ThriftHiveMetastore.Client.get_default_constraints(DefaultConstraintsRequest request) |
String |
ThriftHiveMetastore.Iface.get_delegation_token(String token_owner,
String renewer_kerberos_principal_name) |
String |
ThriftHiveMetastore.Client.get_delegation_token(String token_owner,
String renewer_kerberos_principal_name) |
GetFieldsResponse |
ThriftHiveMetastore.Iface.get_fields_req(GetFieldsRequest req) |
GetFieldsResponse |
ThriftHiveMetastore.Client.get_fields_req(GetFieldsRequest req) |
List<FieldSchema> |
ThriftHiveMetastore.Iface.get_fields_with_environment_context(String db_name,
String table_name,
EnvironmentContext environment_context) |
List<FieldSchema> |
ThriftHiveMetastore.Client.get_fields_with_environment_context(String db_name,
String table_name,
EnvironmentContext environment_context) |
List<FieldSchema> |
ThriftHiveMetastore.Iface.get_fields(String db_name,
String table_name) |
List<FieldSchema> |
ThriftHiveMetastore.Client.get_fields(String db_name,
String table_name) |
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) |
List<String> |
ThriftHiveMetastore.Iface.get_functions(String dbName,
String pattern) |
List<String> |
ThriftHiveMetastore.Client.get_functions(String dbName,
String pattern) |
ISchema |
ThriftHiveMetastore.Iface.get_ischema(ISchemaName name) |
ISchema |
ThriftHiveMetastore.Client.get_ischema(ISchemaName name) |
long |
ThriftHiveMetastore.Iface.get_latest_txnid_in_conflict(long txnId) |
long |
ThriftHiveMetastore.Client.get_latest_txnid_in_conflict(long txnId) |
Materialization |
ThriftHiveMetastore.Iface.get_materialization_invalidation_info(CreationMetadata creation_metadata,
String validTxnList) |
Materialization |
ThriftHiveMetastore.Client.get_materialization_invalidation_info(CreationMetadata creation_metadata,
String validTxnList) |
List<String> |
ThriftHiveMetastore.Iface.get_materialized_views_for_rewriting(String db_name) |
List<String> |
ThriftHiveMetastore.Client.get_materialized_views_for_rewriting(String db_name) |
MaxAllocatedTableWriteIdResponse |
ThriftHiveMetastore.Iface.get_max_allocated_table_write_id(MaxAllocatedTableWriteIdRequest rqst) |
MaxAllocatedTableWriteIdResponse |
ThriftHiveMetastore.Client.get_max_allocated_table_write_id(MaxAllocatedTableWriteIdRequest rqst) |
String |
ThriftHiveMetastore.Iface.get_metastore_db_uuid() |
String |
ThriftHiveMetastore.Client.get_metastore_db_uuid() |
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) |
GetPartitionsResponse |
ThriftHiveMetastore.Iface.get_partitions_with_specs(GetPartitionsRequest request) |
GetPartitionsResponse |
ThriftHiveMetastore.Client.get_partitions_with_specs(GetPartitionsRequest request) |
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) |
GetPrincipalsInRoleResponse |
ThriftHiveMetastore.Iface.get_principals_in_role(GetPrincipalsInRoleRequest request) |
GetPrincipalsInRoleResponse |
ThriftHiveMetastore.Client.get_principals_in_role(GetPrincipalsInRoleRequest request) |
PrincipalPrivilegeSet |
ThriftHiveMetastore.Iface.get_privilege_set(HiveObjectRef hiveObject,
String user_name,
List<String> group_names) |
PrincipalPrivilegeSet |
ThriftHiveMetastore.Client.get_privilege_set(HiveObjectRef hiveObject,
String user_name,
List<String> group_names) |
PropertyGetResponse |
ThriftHiveMetastore.Iface.get_properties(PropertyGetRequest req) |
PropertyGetResponse |
ThriftHiveMetastore.Client.get_properties(PropertyGetRequest req) |
ReplicationMetricList |
ThriftHiveMetastore.Iface.get_replication_metrics(GetReplicationMetricsRequest rqst) |
ReplicationMetricList |
ThriftHiveMetastore.Client.get_replication_metrics(GetReplicationMetricsRequest rqst) |
WMGetResourcePlanResponse |
ThriftHiveMetastore.Iface.get_resource_plan(WMGetResourcePlanRequest request) |
WMGetResourcePlanResponse |
ThriftHiveMetastore.Client.get_resource_plan(WMGetResourcePlanRequest request) |
GetRoleGrantsForPrincipalResponse |
ThriftHiveMetastore.Iface.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request) |
GetRoleGrantsForPrincipalResponse |
ThriftHiveMetastore.Client.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request) |
List<String> |
ThriftHiveMetastore.Iface.get_role_names() |
List<String> |
ThriftHiveMetastore.Client.get_role_names() |
List<RuntimeStat> |
ThriftHiveMetastore.Iface.get_runtime_stats(GetRuntimeStatsRequest rqst) |
List<RuntimeStat> |
ThriftHiveMetastore.Client.get_runtime_stats(GetRuntimeStatsRequest rqst) |
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) |
GetSchemaResponse |
ThriftHiveMetastore.Iface.get_schema_req(GetSchemaRequest req) |
GetSchemaResponse |
ThriftHiveMetastore.Client.get_schema_req(GetSchemaRequest req) |
SchemaVersion |
ThriftHiveMetastore.Iface.get_schema_version(SchemaVersionDescriptor schemaVersion) |
SchemaVersion |
ThriftHiveMetastore.Client.get_schema_version(SchemaVersionDescriptor schemaVersion) |
List<FieldSchema> |
ThriftHiveMetastore.Iface.get_schema_with_environment_context(String db_name,
String table_name,
EnvironmentContext environment_context) |
List<FieldSchema> |
ThriftHiveMetastore.Client.get_schema_with_environment_context(String db_name,
String table_name,
EnvironmentContext environment_context) |
List<FieldSchema> |
ThriftHiveMetastore.Iface.get_schema(String db_name,
String table_name) |
List<FieldSchema> |
ThriftHiveMetastore.Client.get_schema(String db_name,
String table_name) |
FindSchemasByColsResp |
ThriftHiveMetastore.Iface.get_schemas_by_cols(FindSchemasByColsRqst rqst) |
FindSchemasByColsResp |
ThriftHiveMetastore.Client.get_schemas_by_cols(FindSchemasByColsRqst rqst) |
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) |
List<TableMeta> |
ThriftHiveMetastore.Iface.get_table_meta(String db_patterns,
String tbl_patterns,
List<String> tbl_types) |
List<TableMeta> |
ThriftHiveMetastore.Client.get_table_meta(String db_patterns,
String tbl_patterns,
List<String> tbl_types) |
List<String> |
ThriftHiveMetastore.Iface.get_table_names_by_filter(String dbname,
String filter,
short max_tables) |
List<String> |
ThriftHiveMetastore.Client.get_table_names_by_filter(String dbname,
String filter,
short max_tables) |
GetTablesResult |
ThriftHiveMetastore.Iface.get_table_objects_by_name_req(GetTablesRequest req) |
GetTablesResult |
ThriftHiveMetastore.Client.get_table_objects_by_name_req(GetTablesRequest req) |
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) |
List<String> |
ThriftHiveMetastore.Iface.get_tables_by_type(String db_name,
String pattern,
String tableType) |
List<String> |
ThriftHiveMetastore.Client.get_tables_by_type(String db_name,
String pattern,
String tableType) |
List<ExtendedTableInfo> |
ThriftHiveMetastore.Iface.get_tables_ext(GetTablesExtRequest req) |
List<ExtendedTableInfo> |
ThriftHiveMetastore.Client.get_tables_ext(GetTablesExtRequest req) |
List<String> |
ThriftHiveMetastore.Iface.get_tables(String db_name,
String pattern) |
List<String> |
ThriftHiveMetastore.Client.get_tables(String db_name,
String pattern) |
WMGetTriggersForResourePlanResponse |
ThriftHiveMetastore.Iface.get_triggers_for_resourceplan(WMGetTriggersForResourePlanRequest request) |
WMGetTriggersForResourePlanResponse |
ThriftHiveMetastore.Client.get_triggers_for_resourceplan(WMGetTriggersForResourePlanRequest request) |
Map<String,Type> |
ThriftHiveMetastore.Iface.get_type_all(String name) |
Map<String,Type> |
ThriftHiveMetastore.Client.get_type_all(String name) |
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) |
GetValidWriteIdsResponse |
ThriftHiveMetastore.Iface.get_valid_write_ids(GetValidWriteIdsRequest rqst) |
GetValidWriteIdsResponse |
ThriftHiveMetastore.Client.get_valid_write_ids(GetValidWriteIdsRequest rqst) |
String |
ThriftHiveMetastore.Iface.getMetaConf(String key) |
String |
ThriftHiveMetastore.Client.getMetaConf(String key) |
String |
ThriftHiveMetastore.AsyncClient.getMetaConf_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.setMetaConf_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.create_catalog_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.alter_catalog_call.getResult() |
GetCatalogResponse |
ThriftHiveMetastore.AsyncClient.get_catalog_call.getResult() |
GetCatalogsResponse |
ThriftHiveMetastore.AsyncClient.get_catalogs_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.drop_catalog_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.create_database_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() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_databases_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_all_databases_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.alter_database_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.create_dataconnector_call.getResult() |
DataConnector |
ThriftHiveMetastore.AsyncClient.get_dataconnector_req_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.drop_dataconnector_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_dataconnectors_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.alter_dataconnector_call.getResult() |
Type |
ThriftHiveMetastore.AsyncClient.get_type_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.create_type_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.drop_type_call.getResult() |
Map<String,Type> |
ThriftHiveMetastore.AsyncClient.get_type_all_call.getResult() |
List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_fields_call.getResult() |
List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_fields_with_environment_context_call.getResult() |
GetFieldsResponse |
ThriftHiveMetastore.AsyncClient.get_fields_req_call.getResult() |
List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_schema_call.getResult() |
List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_schema_with_environment_context_call.getResult() |
GetSchemaResponse |
ThriftHiveMetastore.AsyncClient.get_schema_req_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() |
Void |
ThriftHiveMetastore.AsyncClient.truncate_table_call.getResult() |
TruncateTableResponse |
ThriftHiveMetastore.AsyncClient.truncate_table_req_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_tables_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_tables_by_type_call.getResult() |
List<Table> |
ThriftHiveMetastore.AsyncClient.get_all_materialized_view_objects_for_rewriting_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_materialized_views_for_rewriting_call.getResult() |
List<TableMeta> |
ThriftHiveMetastore.AsyncClient.get_table_meta_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_all_tables_call.getResult() |
Table |
ThriftHiveMetastore.AsyncClient.get_table_call.getResult() |
List<ExtendedTableInfo> |
ThriftHiveMetastore.AsyncClient.get_tables_ext_call.getResult() |
GetTableResult |
ThriftHiveMetastore.AsyncClient.get_table_req_call.getResult() |
GetTablesResult |
ThriftHiveMetastore.AsyncClient.get_table_objects_by_name_req_call.getResult() |
Materialization |
ThriftHiveMetastore.AsyncClient.get_materialization_invalidation_info_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.update_creation_metadata_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_table_names_by_filter_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.alter_table_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.alter_table_with_environment_context_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.alter_table_with_cascade_call.getResult() |
AlterTableResponse |
ThriftHiveMetastore.AsyncClient.alter_table_req_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.add_partition_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context_call.getResult() |
Integer |
ThriftHiveMetastore.AsyncClient.add_partitions_call.getResult() |
Integer |
ThriftHiveMetastore.AsyncClient.add_partitions_pspec_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_call.getResult() |
AddPartitionsResult |
ThriftHiveMetastore.AsyncClient.add_partitions_req_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_with_environment_context_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_by_name_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_by_name_with_environment_context_call.getResult() |
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.alter_partition_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.alter_partitions_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.alter_partitions_with_environment_context_call.getResult() |
AlterPartitionsResponse |
ThriftHiveMetastore.AsyncClient.alter_partitions_req_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.alter_partition_with_environment_context_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.rename_partition_call.getResult() |
RenamePartitionResponse |
ThriftHiveMetastore.AsyncClient.rename_partition_req_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.partition_name_has_valid_characters_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.partition_name_to_vals_call.getResult() |
Map<String,String> |
ThriftHiveMetastore.AsyncClient.partition_name_to_spec_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() |
Void |
ThriftHiveMetastore.AsyncClient.update_transaction_statistics_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() |
Void |
ThriftHiveMetastore.AsyncClient.alter_function_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_functions_call.getResult() |
Function |
ThriftHiveMetastore.AsyncClient.get_function_call.getResult() |
GetAllFunctionsResponse |
ThriftHiveMetastore.AsyncClient.get_all_functions_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.create_role_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.drop_role_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_role_names_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.grant_role_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.revoke_role_call.getResult() |
List<Role> |
ThriftHiveMetastore.AsyncClient.list_roles_call.getResult() |
GrantRevokeRoleResponse |
ThriftHiveMetastore.AsyncClient.grant_revoke_role_call.getResult() |
GetPrincipalsInRoleResponse |
ThriftHiveMetastore.AsyncClient.get_principals_in_role_call.getResult() |
GetRoleGrantsForPrincipalResponse |
ThriftHiveMetastore.AsyncClient.get_role_grants_for_principal_call.getResult() |
PrincipalPrivilegeSet |
ThriftHiveMetastore.AsyncClient.get_privilege_set_call.getResult() |
List<HiveObjectPrivilege> |
ThriftHiveMetastore.AsyncClient.list_privileges_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.grant_privileges_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.revoke_privileges_call.getResult() |
GrantRevokePrivilegeResponse |
ThriftHiveMetastore.AsyncClient.grant_revoke_privileges_call.getResult() |
GrantRevokePrivilegeResponse |
ThriftHiveMetastore.AsyncClient.refresh_privileges_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.set_ugi_call.getResult() |
String |
ThriftHiveMetastore.AsyncClient.get_delegation_token_call.getResult() |
Long |
ThriftHiveMetastore.AsyncClient.renew_delegation_token_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.cancel_delegation_token_call.getResult() |
Integer |
ThriftHiveMetastore.AsyncClient.add_master_key_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.update_master_key_call.getResult() |
Long |
ThriftHiveMetastore.AsyncClient.get_latest_txnid_in_conflict_call.getResult() |
GetValidWriteIdsResponse |
ThriftHiveMetastore.AsyncClient.get_valid_write_ids_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_write_ids_to_min_history_call.getResult() |
AllocateTableWriteIdsResponse |
ThriftHiveMetastore.AsyncClient.allocate_table_write_ids_call.getResult() |
MaxAllocatedTableWriteIdResponse |
ThriftHiveMetastore.AsyncClient.get_max_allocated_table_write_id_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.seed_write_id_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.seed_txn_id_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.submit_for_cleanup_call.getResult() |
OptionalCompactionInfoStruct |
ThriftHiveMetastore.AsyncClient.find_next_compact_call.getResult() |
OptionalCompactionInfoStruct |
ThriftHiveMetastore.AsyncClient.find_next_compact2_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.mark_cleaned_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.mark_compacted_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.mark_failed_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.mark_refused_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.update_compaction_metrics_data_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.remove_compaction_metrics_data_call.getResult() |
CmRecycleResponse |
ThriftHiveMetastore.AsyncClient.cm_recycle_call.getResult() |
String |
ThriftHiveMetastore.AsyncClient.get_metastore_db_uuid_call.getResult() |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.AsyncClient.create_resource_plan_call.getResult() |
WMGetResourcePlanResponse |
ThriftHiveMetastore.AsyncClient.get_resource_plan_call.getResult() |
WMGetActiveResourcePlanResponse |
ThriftHiveMetastore.AsyncClient.get_active_resource_plan_call.getResult() |
WMGetAllResourcePlanResponse |
ThriftHiveMetastore.AsyncClient.get_all_resource_plans_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() |
FindSchemasByColsResp |
ThriftHiveMetastore.AsyncClient.get_schemas_by_cols_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.map_schema_version_to_serde_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.set_schema_version_state_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_serde_call.getResult() |
SerDeInfo |
ThriftHiveMetastore.AsyncClient.get_serde_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_runtime_stats_call.getResult() |
List<RuntimeStat> |
ThriftHiveMetastore.AsyncClient.get_runtime_stats_call.getResult() |
GetPartitionsResponse |
ThriftHiveMetastore.AsyncClient.get_partitions_with_specs_call.getResult() |
ScheduledQueryPollResponse |
ThriftHiveMetastore.AsyncClient.scheduled_query_poll_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.scheduled_query_maintenance_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.scheduled_query_progress_call.getResult() |
ScheduledQuery |
ThriftHiveMetastore.AsyncClient.get_scheduled_query_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_replication_metrics_call.getResult() |
ReplicationMetricList |
ThriftHiveMetastore.AsyncClient.get_replication_metrics_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.create_stored_procedure_call.getResult() |
StoredProcedure |
ThriftHiveMetastore.AsyncClient.get_stored_procedure_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.drop_stored_procedure_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_all_stored_procedures_call.getResult() |
Package |
ThriftHiveMetastore.AsyncClient.find_package_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.add_package_call.getResult() |
List<String> |
ThriftHiveMetastore.AsyncClient.get_all_packages_call.getResult() |
Void |
ThriftHiveMetastore.AsyncClient.drop_package_call.getResult() |
List<WriteEventInfo> |
ThriftHiveMetastore.AsyncClient.get_all_write_event_info_call.getResult() |
boolean |
ThriftHiveMetastore.Iface.grant_privileges(PrivilegeBag privileges) |
boolean |
ThriftHiveMetastore.Client.grant_privileges(PrivilegeBag privileges) |
GrantRevokePrivilegeResponse |
ThriftHiveMetastore.Iface.grant_revoke_privileges(GrantRevokePrivilegeRequest request) |
GrantRevokePrivilegeResponse |
ThriftHiveMetastore.Client.grant_revoke_privileges(GrantRevokePrivilegeRequest request) |
GrantRevokeRoleResponse |
ThriftHiveMetastore.Iface.grant_revoke_role(GrantRevokeRoleRequest request) |
GrantRevokeRoleResponse |
ThriftHiveMetastore.Client.grant_revoke_role(GrantRevokeRoleRequest request) |
boolean |
ThriftHiveMetastore.Iface.grant_role(String role_name,
String principal_name,
PrincipalType principal_type,
String grantor,
PrincipalType grantorType,
boolean grant_option) |
boolean |
ThriftHiveMetastore.Client.grant_role(String role_name,
String principal_name,
PrincipalType principal_type,
String grantor,
PrincipalType grantorType,
boolean grant_option) |
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) |
List<HiveObjectPrivilege> |
ThriftHiveMetastore.Iface.list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject) |
List<HiveObjectPrivilege> |
ThriftHiveMetastore.Client.list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject) |
List<Role> |
ThriftHiveMetastore.Iface.list_roles(String principal_name,
PrincipalType principal_type) |
List<Role> |
ThriftHiveMetastore.Client.list_roles(String principal_name,
PrincipalType principal_type) |
void |
ThriftHiveMetastore.Iface.map_schema_version_to_serde(MapSchemaVersionToSerdeRequest rqst) |
void |
ThriftHiveMetastore.Client.map_schema_version_to_serde(MapSchemaVersionToSerdeRequest rqst) |
void |
ThriftHiveMetastore.Iface.mark_cleaned(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.mark_cleaned(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Iface.mark_compacted(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.mark_compacted(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Iface.mark_failed(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.mark_failed(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Iface.mark_refused(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.mark_refused(CompactionInfoStruct cr) |
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) |
boolean |
ThriftHiveMetastore.Iface.partition_name_has_valid_characters(List<String> part_vals,
boolean throw_exception) |
boolean |
ThriftHiveMetastore.Client.partition_name_has_valid_characters(List<String> part_vals,
boolean throw_exception) |
Map<String,String> |
ThriftHiveMetastore.Iface.partition_name_to_spec(String part_name) |
Map<String,String> |
ThriftHiveMetastore.Client.partition_name_to_spec(String part_name) |
List<String> |
ThriftHiveMetastore.Iface.partition_name_to_vals(String part_name) |
List<String> |
ThriftHiveMetastore.Client.partition_name_to_vals(String part_name) |
void |
ThriftHiveMetastore.Client.recv_add_check_constraint() |
void |
ThriftHiveMetastore.Client.recv_add_default_constraint() |
void |
ThriftHiveMetastore.Client.recv_add_foreign_key() |
int |
ThriftHiveMetastore.Client.recv_add_master_key() |
void |
ThriftHiveMetastore.Client.recv_add_not_null_constraint() |
void |
ThriftHiveMetastore.Client.recv_add_package() |
Partition |
ThriftHiveMetastore.Client.recv_add_partition_with_environment_context() |
Partition |
ThriftHiveMetastore.Client.recv_add_partition() |
int |
ThriftHiveMetastore.Client.recv_add_partitions_pspec() |
AddPartitionsResult |
ThriftHiveMetastore.Client.recv_add_partitions_req() |
int |
ThriftHiveMetastore.Client.recv_add_partitions() |
void |
ThriftHiveMetastore.Client.recv_add_primary_key() |
void |
ThriftHiveMetastore.Client.recv_add_replication_metrics() |
void |
ThriftHiveMetastore.Client.recv_add_runtime_stats() |
void |
ThriftHiveMetastore.Client.recv_add_schema_version() |
void |
ThriftHiveMetastore.Client.recv_add_serde() |
void |
ThriftHiveMetastore.Client.recv_add_unique_constraint() |
void |
ThriftHiveMetastore.Client.recv_add_write_ids_to_min_history() |
AllocateTableWriteIdsResponse |
ThriftHiveMetastore.Client.recv_allocate_table_write_ids() |
void |
ThriftHiveMetastore.Client.recv_alter_catalog() |
void |
ThriftHiveMetastore.Client.recv_alter_database() |
void |
ThriftHiveMetastore.Client.recv_alter_dataconnector() |
void |
ThriftHiveMetastore.Client.recv_alter_function() |
void |
ThriftHiveMetastore.Client.recv_alter_ischema() |
void |
ThriftHiveMetastore.Client.recv_alter_partition_with_environment_context() |
void |
ThriftHiveMetastore.Client.recv_alter_partition() |
AlterPartitionsResponse |
ThriftHiveMetastore.Client.recv_alter_partitions_req() |
void |
ThriftHiveMetastore.Client.recv_alter_partitions_with_environment_context() |
void |
ThriftHiveMetastore.Client.recv_alter_partitions() |
WMAlterResourcePlanResponse |
ThriftHiveMetastore.Client.recv_alter_resource_plan() |
AlterTableResponse |
ThriftHiveMetastore.Client.recv_alter_table_req() |
void |
ThriftHiveMetastore.Client.recv_alter_table_with_cascade() |
void |
ThriftHiveMetastore.Client.recv_alter_table_with_environment_context() |
void |
ThriftHiveMetastore.Client.recv_alter_table() |
WMAlterPoolResponse |
ThriftHiveMetastore.Client.recv_alter_wm_pool() |
WMAlterTriggerResponse |
ThriftHiveMetastore.Client.recv_alter_wm_trigger() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition_by_name_with_environment_context() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition_by_name() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition_with_environment_context() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition() |
void |
ThriftHiveMetastore.Client.recv_cancel_delegation_token() |
CmRecycleResponse |
ThriftHiveMetastore.Client.recv_cm_recycle() |
void |
ThriftHiveMetastore.Client.recv_create_catalog() |
void |
ThriftHiveMetastore.Client.recv_create_database() |
void |
ThriftHiveMetastore.Client.recv_create_dataconnector() |
void |
ThriftHiveMetastore.Client.recv_create_function() |
void |
ThriftHiveMetastore.Client.recv_create_ischema() |
WMCreateOrDropTriggerToPoolMappingResponse |
ThriftHiveMetastore.Client.recv_create_or_drop_wm_trigger_to_pool_mapping() |
WMCreateOrUpdateMappingResponse |
ThriftHiveMetastore.Client.recv_create_or_update_wm_mapping() |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.Client.recv_create_resource_plan() |
boolean |
ThriftHiveMetastore.Client.recv_create_role() |
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() |
boolean |
ThriftHiveMetastore.Client.recv_create_type() |
WMCreatePoolResponse |
ThriftHiveMetastore.Client.recv_create_wm_pool() |
WMCreateTriggerResponse |
ThriftHiveMetastore.Client.recv_create_wm_trigger() |
boolean |
ThriftHiveMetastore.Client.recv_delete_partition_column_statistics() |
boolean |
ThriftHiveMetastore.Client.recv_delete_table_column_statistics() |
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() |
void |
ThriftHiveMetastore.Client.recv_drop_package() |
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() |
boolean |
ThriftHiveMetastore.Client.recv_drop_role() |
void |
ThriftHiveMetastore.Client.recv_drop_schema_version() |
void |
ThriftHiveMetastore.Client.recv_drop_stored_procedure() |
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() |
OptionalCompactionInfoStruct |
ThriftHiveMetastore.Client.recv_find_next_compact() |
OptionalCompactionInfoStruct |
ThriftHiveMetastore.Client.recv_find_next_compact2() |
Package |
ThriftHiveMetastore.Client.recv_find_package() |
WMGetActiveResourcePlanResponse |
ThriftHiveMetastore.Client.recv_get_active_resource_plan() |
AggrStats |
ThriftHiveMetastore.Client.recv_get_aggr_stats_for() |
List<String> |
ThriftHiveMetastore.Client.recv_get_all_databases() |
GetAllFunctionsResponse |
ThriftHiveMetastore.Client.recv_get_all_functions() |
List<Table> |
ThriftHiveMetastore.Client.recv_get_all_materialized_view_objects_for_rewriting() |
List<String> |
ThriftHiveMetastore.Client.recv_get_all_packages() |
WMGetAllResourcePlanResponse |
ThriftHiveMetastore.Client.recv_get_all_resource_plans() |
List<String> |
ThriftHiveMetastore.Client.recv_get_all_stored_procedures() |
AllTableConstraintsResponse |
ThriftHiveMetastore.Client.recv_get_all_table_constraints() |
List<String> |
ThriftHiveMetastore.Client.recv_get_all_tables() |
List<WriteEventInfo> |
ThriftHiveMetastore.Client.recv_get_all_write_event_info() |
GetCatalogResponse |
ThriftHiveMetastore.Client.recv_get_catalog() |
GetCatalogsResponse |
ThriftHiveMetastore.Client.recv_get_catalogs() |
CheckConstraintsResponse |
ThriftHiveMetastore.Client.recv_get_check_constraints() |
Database |
ThriftHiveMetastore.Client.recv_get_database_req() |
Database |
ThriftHiveMetastore.Client.recv_get_database() |
List<String> |
ThriftHiveMetastore.Client.recv_get_databases() |
DataConnector |
ThriftHiveMetastore.Client.recv_get_dataconnector_req() |
List<String> |
ThriftHiveMetastore.Client.recv_get_dataconnectors() |
DefaultConstraintsResponse |
ThriftHiveMetastore.Client.recv_get_default_constraints() |
String |
ThriftHiveMetastore.Client.recv_get_delegation_token() |
GetFieldsResponse |
ThriftHiveMetastore.Client.recv_get_fields_req() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields_with_environment_context() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields() |
ForeignKeysResponse |
ThriftHiveMetastore.Client.recv_get_foreign_keys() |
Function |
ThriftHiveMetastore.Client.recv_get_function() |
List<String> |
ThriftHiveMetastore.Client.recv_get_functions() |
ISchema |
ThriftHiveMetastore.Client.recv_get_ischema() |
long |
ThriftHiveMetastore.Client.recv_get_latest_txnid_in_conflict() |
Materialization |
ThriftHiveMetastore.Client.recv_get_materialization_invalidation_info() |
List<String> |
ThriftHiveMetastore.Client.recv_get_materialized_views_for_rewriting() |
MaxAllocatedTableWriteIdResponse |
ThriftHiveMetastore.Client.recv_get_max_allocated_table_write_id() |
String |
ThriftHiveMetastore.Client.recv_get_metastore_db_uuid() |
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() |
GetPartitionsResponse |
ThriftHiveMetastore.Client.recv_get_partitions_with_specs() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions() |
PrimaryKeysResponse |
ThriftHiveMetastore.Client.recv_get_primary_keys() |
GetPrincipalsInRoleResponse |
ThriftHiveMetastore.Client.recv_get_principals_in_role() |
PrincipalPrivilegeSet |
ThriftHiveMetastore.Client.recv_get_privilege_set() |
PropertyGetResponse |
ThriftHiveMetastore.Client.recv_get_properties() |
ReplicationMetricList |
ThriftHiveMetastore.Client.recv_get_replication_metrics() |
WMGetResourcePlanResponse |
ThriftHiveMetastore.Client.recv_get_resource_plan() |
GetRoleGrantsForPrincipalResponse |
ThriftHiveMetastore.Client.recv_get_role_grants_for_principal() |
List<String> |
ThriftHiveMetastore.Client.recv_get_role_names() |
List<RuntimeStat> |
ThriftHiveMetastore.Client.recv_get_runtime_stats() |
ScheduledQuery |
ThriftHiveMetastore.Client.recv_get_scheduled_query() |
List<SchemaVersion> |
ThriftHiveMetastore.Client.recv_get_schema_all_versions() |
SchemaVersion |
ThriftHiveMetastore.Client.recv_get_schema_latest_version() |
GetSchemaResponse |
ThriftHiveMetastore.Client.recv_get_schema_req() |
SchemaVersion |
ThriftHiveMetastore.Client.recv_get_schema_version() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_schema_with_environment_context() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_schema() |
FindSchemasByColsResp |
ThriftHiveMetastore.Client.recv_get_schemas_by_cols() |
SerDeInfo |
ThriftHiveMetastore.Client.recv_get_serde() |
StoredProcedure |
ThriftHiveMetastore.Client.recv_get_stored_procedure() |
ColumnStatistics |
ThriftHiveMetastore.Client.recv_get_table_column_statistics() |
List<TableMeta> |
ThriftHiveMetastore.Client.recv_get_table_meta() |
List<String> |
ThriftHiveMetastore.Client.recv_get_table_names_by_filter() |
GetTablesResult |
ThriftHiveMetastore.Client.recv_get_table_objects_by_name_req() |
GetTableResult |
ThriftHiveMetastore.Client.recv_get_table_req() |
TableStatsResult |
ThriftHiveMetastore.Client.recv_get_table_statistics_req() |
Table |
ThriftHiveMetastore.Client.recv_get_table() |
List<String> |
ThriftHiveMetastore.Client.recv_get_tables_by_type() |
List<ExtendedTableInfo> |
ThriftHiveMetastore.Client.recv_get_tables_ext() |
List<String> |
ThriftHiveMetastore.Client.recv_get_tables() |
WMGetTriggersForResourePlanResponse |
ThriftHiveMetastore.Client.recv_get_triggers_for_resourceplan() |
Map<String,Type> |
ThriftHiveMetastore.Client.recv_get_type_all() |
Type |
ThriftHiveMetastore.Client.recv_get_type() |
UniqueConstraintsResponse |
ThriftHiveMetastore.Client.recv_get_unique_constraints() |
GetValidWriteIdsResponse |
ThriftHiveMetastore.Client.recv_get_valid_write_ids() |
String |
ThriftHiveMetastore.Client.recv_getMetaConf() |
boolean |
ThriftHiveMetastore.Client.recv_grant_privileges() |
GrantRevokePrivilegeResponse |
ThriftHiveMetastore.Client.recv_grant_revoke_privileges() |
GrantRevokeRoleResponse |
ThriftHiveMetastore.Client.recv_grant_revoke_role() |
boolean |
ThriftHiveMetastore.Client.recv_grant_role() |
boolean |
ThriftHiveMetastore.Client.recv_isPartitionMarkedForEvent() |
List<HiveObjectPrivilege> |
ThriftHiveMetastore.Client.recv_list_privileges() |
List<Role> |
ThriftHiveMetastore.Client.recv_list_roles() |
void |
ThriftHiveMetastore.Client.recv_map_schema_version_to_serde() |
void |
ThriftHiveMetastore.Client.recv_mark_cleaned() |
void |
ThriftHiveMetastore.Client.recv_mark_compacted() |
void |
ThriftHiveMetastore.Client.recv_mark_failed() |
void |
ThriftHiveMetastore.Client.recv_mark_refused() |
void |
ThriftHiveMetastore.Client.recv_markPartitionForEvent() |
boolean |
ThriftHiveMetastore.Client.recv_partition_name_has_valid_characters() |
Map<String,String> |
ThriftHiveMetastore.Client.recv_partition_name_to_spec() |
List<String> |
ThriftHiveMetastore.Client.recv_partition_name_to_vals() |
GrantRevokePrivilegeResponse |
ThriftHiveMetastore.Client.recv_refresh_privileges() |
void |
ThriftHiveMetastore.Client.recv_remove_compaction_metrics_data() |
RenamePartitionResponse |
ThriftHiveMetastore.Client.recv_rename_partition_req() |
void |
ThriftHiveMetastore.Client.recv_rename_partition() |
long |
ThriftHiveMetastore.Client.recv_renew_delegation_token() |
boolean |
ThriftHiveMetastore.Client.recv_revoke_privileges() |
boolean |
ThriftHiveMetastore.Client.recv_revoke_role() |
void |
ThriftHiveMetastore.Client.recv_scheduled_query_maintenance() |
ScheduledQueryPollResponse |
ThriftHiveMetastore.Client.recv_scheduled_query_poll() |
void |
ThriftHiveMetastore.Client.recv_scheduled_query_progress() |
void |
ThriftHiveMetastore.Client.recv_seed_txn_id() |
void |
ThriftHiveMetastore.Client.recv_seed_write_id() |
boolean |
ThriftHiveMetastore.Client.recv_set_aggr_stats_for() |
boolean |
ThriftHiveMetastore.Client.recv_set_properties() |
void |
ThriftHiveMetastore.Client.recv_set_schema_version_state() |
List<String> |
ThriftHiveMetastore.Client.recv_set_ugi() |
void |
ThriftHiveMetastore.Client.recv_setMetaConf() |
boolean |
ThriftHiveMetastore.Client.recv_submit_for_cleanup() |
Table |
ThriftHiveMetastore.Client.recv_translate_table_dryrun() |
TruncateTableResponse |
ThriftHiveMetastore.Client.recv_truncate_table_req() |
void |
ThriftHiveMetastore.Client.recv_truncate_table() |
boolean |
ThriftHiveMetastore.Client.recv_update_compaction_metrics_data() |
void |
ThriftHiveMetastore.Client.recv_update_creation_metadata() |
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() |
void |
ThriftHiveMetastore.Client.recv_update_transaction_statistics() |
WMValidateResourcePlanResponse |
ThriftHiveMetastore.Client.recv_validate_resource_plan() |
GrantRevokePrivilegeResponse |
ThriftHiveMetastore.Iface.refresh_privileges(HiveObjectRef objToRefresh,
String authorizer,
GrantRevokePrivilegeRequest grantRequest) |
GrantRevokePrivilegeResponse |
ThriftHiveMetastore.Client.refresh_privileges(HiveObjectRef objToRefresh,
String authorizer,
GrantRevokePrivilegeRequest grantRequest) |
void |
ThriftHiveMetastore.Iface.remove_compaction_metrics_data(CompactionMetricsDataRequest request) |
void |
ThriftHiveMetastore.Client.remove_compaction_metrics_data(CompactionMetricsDataRequest request) |
RenamePartitionResponse |
ThriftHiveMetastore.Iface.rename_partition_req(RenamePartitionRequest req) |
RenamePartitionResponse |
ThriftHiveMetastore.Client.rename_partition_req(RenamePartitionRequest req) |
void |
ThriftHiveMetastore.Iface.rename_partition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part) |
void |
ThriftHiveMetastore.Client.rename_partition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part) |
long |
ThriftHiveMetastore.Iface.renew_delegation_token(String token_str_form) |
long |
ThriftHiveMetastore.Client.renew_delegation_token(String token_str_form) |
boolean |
ThriftHiveMetastore.Iface.revoke_privileges(PrivilegeBag privileges) |
boolean |
ThriftHiveMetastore.Client.revoke_privileges(PrivilegeBag privileges) |
boolean |
ThriftHiveMetastore.Iface.revoke_role(String role_name,
String principal_name,
PrincipalType principal_type) |
boolean |
ThriftHiveMetastore.Client.revoke_role(String role_name,
String principal_name,
PrincipalType principal_type) |
void |
ThriftHiveMetastore.Iface.scheduled_query_maintenance(ScheduledQueryMaintenanceRequest request) |
void |
ThriftHiveMetastore.Client.scheduled_query_maintenance(ScheduledQueryMaintenanceRequest request) |
ScheduledQueryPollResponse |
ThriftHiveMetastore.Iface.scheduled_query_poll(ScheduledQueryPollRequest request) |
ScheduledQueryPollResponse |
ThriftHiveMetastore.Client.scheduled_query_poll(ScheduledQueryPollRequest request) |
void |
ThriftHiveMetastore.Iface.scheduled_query_progress(ScheduledQueryProgressInfo info) |
void |
ThriftHiveMetastore.Client.scheduled_query_progress(ScheduledQueryProgressInfo info) |
void |
ThriftHiveMetastore.Iface.seed_txn_id(SeedTxnIdRequest rqst) |
void |
ThriftHiveMetastore.Client.seed_txn_id(SeedTxnIdRequest rqst) |
void |
ThriftHiveMetastore.Iface.seed_write_id(SeedTableWriteIdsRequest rqst) |
void |
ThriftHiveMetastore.Client.seed_write_id(SeedTableWriteIdsRequest rqst) |
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) |
List<String> |
ThriftHiveMetastore.Iface.set_ugi(String user_name,
List<String> group_names) |
List<String> |
ThriftHiveMetastore.Client.set_ugi(String user_name,
List<String> group_names) |
void |
ThriftHiveMetastore.Iface.setMetaConf(String key,
String value) |
void |
ThriftHiveMetastore.Client.setMetaConf(String key,
String value) |
boolean |
ThriftHiveMetastore.Iface.submit_for_cleanup(CompactionRequest o1,
long o2,
long o3) |
boolean |
ThriftHiveMetastore.Client.submit_for_cleanup(CompactionRequest o1,
long o2,
long o3) |
Table |
ThriftHiveMetastore.Iface.translate_table_dryrun(CreateTableRequest request) |
Table |
ThriftHiveMetastore.Client.translate_table_dryrun(CreateTableRequest request) |
TruncateTableResponse |
ThriftHiveMetastore.Iface.truncate_table_req(TruncateTableRequest req) |
TruncateTableResponse |
ThriftHiveMetastore.Client.truncate_table_req(TruncateTableRequest req) |
void |
ThriftHiveMetastore.Iface.truncate_table(String dbName,
String tableName,
List<String> partNames) |
void |
ThriftHiveMetastore.Client.truncate_table(String dbName,
String tableName,
List<String> partNames) |
boolean |
ThriftHiveMetastore.Iface.update_compaction_metrics_data(CompactionMetricsDataStruct data) |
boolean |
ThriftHiveMetastore.Client.update_compaction_metrics_data(CompactionMetricsDataStruct data) |
void |
ThriftHiveMetastore.Iface.update_creation_metadata(String catName,
String dbname,
String tbl_name,
CreationMetadata creation_metadata) |
void |
ThriftHiveMetastore.Client.update_creation_metadata(String catName,
String dbname,
String tbl_name,
CreationMetadata creation_metadata) |
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) |
void |
ThriftHiveMetastore.Iface.update_transaction_statistics(UpdateTransactionalStatsRequest req) |
void |
ThriftHiveMetastore.Client.update_transaction_statistics(UpdateTransactionalStatsRequest req) |
WMValidateResourcePlanResponse |
ThriftHiveMetastore.Iface.validate_resource_plan(WMValidateResourcePlanRequest request) |
WMValidateResourcePlanResponse |
ThriftHiveMetastore.Client.validate_resource_plan(WMValidateResourcePlanRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static PartitionSpecProxy |
PartitionSpecProxy.Factory.get(List<PartitionSpec> partitionSpecs)
Factory method to construct CompositePartitionSpecProxy.
|
static PartitionSpecProxy |
PartitionSpecProxy.Factory.get(PartitionSpec partSpec)
Factory method.
|
void |
PartitionSpecWithSharedSDProxy.setRootLocation(String rootLocation) |
abstract void |
PartitionSpecProxy.setRootLocation(String rootLocation)
Setter for the common root-location for all partitions in the PartitionSet.
|
void |
PartitionListComposingSpecProxy.setRootLocation(String newRootPath) |
void |
CompositePartitionSpecProxy.setRootLocation(String rootLocation) |
| Constructor and Description |
|---|
CompositePartitionSpecProxy(List<PartitionSpec> partitionSpecs) |
CompositePartitionSpecProxy(String dbName,
String tableName,
List<PartitionSpec> partitionSpecs)
Deprecated.
|
CompositePartitionSpecProxy(String catName,
String dbName,
String tableName,
List<PartitionSpec> partitionSpecs) |
PartitionListComposingSpecProxy(PartitionSpec partitionSpec) |
PartitionSpecWithSharedSDProxy(PartitionSpec partitionSpec) |
| 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 MetaException |
MetaStoreUtils.newMetaException(Exception e)
convert Exception to MetaException, which sets the cause to such exception
|
static MetaException |
MetaStoreUtils.newMetaException(String errorMessage,
Exception e)
convert Exception to MetaException, which sets the cause to such exception
|
| 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 List<String> |
FilterUtils.filterCatalogNamesIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
List<String> catalogNames)
Filter list of catalog names if filtering is enabled; Otherwise, return original list
|
static GetLatestCommittedCompactionInfoResponse |
FilterUtils.filterCommittedCompactionInfoStructIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
String catName,
String dbName,
String tableName,
GetLatestCommittedCompactionInfoResponse response) |
static List<ShowCompactResponseElement> |
FilterUtils.filterCompactionsIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
String catName,
List<ShowCompactResponseElement> compactions)
Filter the list of compactions if filtering is enabled.
|
static List<String> |
FilterUtils.filterDataConnectorsIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
List<String> connectorNames)
Filter the list of dataconnectors if filtering is enabled.
|
static Database |
FilterUtils.filterDbIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
Database db)
Filter the DB if filtering is enabled.
|
static List<String> |
FilterUtils.filterDbNamesIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
List<String> dbNames)
Filter the list of databases if filtering is enabled.
|
static Partition |
FilterUtils.filterPartitionIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
Partition p)
Filter the partition if filtering is enabled.
|
static List<String> |
FilterUtils.filterPartitionNamesIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
String catName,
String dbName,
String tableName,
List<String> partitionNames)
Filter the list of partitions if filtering is enabled.
|
static List<Partition> |
FilterUtils.filterPartitionsIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
List<Partition> partitions)
Filter the list of partitions if filtering is enabled.
|
static List<PartitionSpec> |
FilterUtils.filterPartitionSpecsIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
List<PartitionSpec> partitionSpecs)
Filter the list of PartitionSpec if filtering is enabled; Otherwise, return original list
|
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.
|
static List<String> |
FilterUtils.filterTableNamesIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
String catName,
String dbName,
List<String> tableNames)
Filter the list of tables if filtering is enabled.
|
static List<Table> |
FilterUtils.filterTablesIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
List<Table> tables)
Filter the list of tables if filtering is enabled.
|
static int |
MetaStoreUtils.getArchivingLevel(Partition part) |
static <T> Class<? extends T> |
JavaUtils.getClass(String className,
Class<T> clazz) |
static void |
FileUtils.makeDir(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf) |
static String |
MetaStoreUtils.makePartNameMatcher(Table table,
List<String> partVals,
String defaultStr) |
static String[] |
MetaStoreUtils.parseDbName(String dbName,
org.apache.hadoop.conf.Configuration conf)
Parse the catalog name out of the database name.
|
static void |
SecurityUtils.reloginExpiringKeytabUser()
Relogin if login user is logged in using keytab
Relogin is actually done by ugi code only if sufficient time has passed
A no-op if kerberos security is not enabled
|
static void |
MetaStoreUtils.throwMetaException(Exception e)
Catches exceptions that cannot be handled and wraps them in MetaException.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.