| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
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) |
Materialization |
AbstractThriftHiveMetastore.get_materialization_invalidation_info(CreationMetadata creation_metadata,
String validTxnList) |
GetSchemaResponse |
AbstractThriftHiveMetastore.get_schema_req(GetSchemaRequest req) |
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) |
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) |
List<Table> |
IMetaStoreClient.getAllMaterializedViewObjectsForRewriting()
Retrieve all materialized views that have rewriting enabled.
|
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.
|
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.
|
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> |
IMetaStoreClient.getMaterializedViewsForRewriting(String catName,
String dbName)
Get materialized views that have rewriting enabled.
|
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.
|
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> |
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> |
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)
|
boolean |
AbstractThriftHiveMetastore.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
boolean |
IMetaStoreClient.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
Determine whether a partition has been marked with a particular event type.
|
boolean |
IMetaStoreClient.isPartitionMarkedForEvent(String catName,
String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
Determine whether a partition has been marked with a particular event type.
|
List<String> |
IMetaStoreClient.listTableNamesByFilter(String dbName,
String filter,
short maxTables)
Get a list of table names that match a filter.
|
List<String> |
IMetaStoreClient.listTableNamesByFilter(String catName,
String dbName,
String filter,
int maxTables)
Get a list of table names that match a filter.
|
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.
|
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.
|
void |
AbstractThriftHiveMetastore.update_creation_metadata(String catName,
String dbname,
String tbl_name,
CreationMetadata creation_metadata) |
void |
HiveMetaStoreClient.updateCreationMetadata(String dbName,
String tableName,
CreationMetadata cm) |
| Modifier and Type | Method and Description |
|---|---|
UnknownDBException |
UnknownDBException.deepCopy() |
UnknownDBException |
ThriftHiveMetastore.get_fields_result.getO3() |
UnknownDBException |
ThriftHiveMetastore.get_fields_with_environment_context_result.getO3() |
UnknownDBException |
ThriftHiveMetastore.get_fields_req_result.getO3() |
UnknownDBException |
ThriftHiveMetastore.get_schema_result.getO3() |
UnknownDBException |
ThriftHiveMetastore.get_schema_with_environment_context_result.getO3() |
UnknownDBException |
ThriftHiveMetastore.get_schema_req_result.getO3() |
UnknownDBException |
ThriftHiveMetastore.get_table_objects_by_name_req_result.getO3() |
UnknownDBException |
ThriftHiveMetastore.get_materialization_invalidation_info_result.getO3() |
UnknownDBException |
ThriftHiveMetastore.update_creation_metadata_result.getO3() |
UnknownDBException |
ThriftHiveMetastore.get_table_names_by_filter_result.getO3() |
UnknownDBException |
ThriftHiveMetastore.markPartitionForEvent_result.getO3() |
UnknownDBException |
ThriftHiveMetastore.isPartitionMarkedForEvent_result.getO3() |
| Modifier and Type | Method and Description |
|---|---|
int |
UnknownDBException.compareTo(UnknownDBException other) |
boolean |
UnknownDBException.equals(UnknownDBException that) |
void |
ThriftHiveMetastore.get_fields_result.setO3(UnknownDBException o3) |
void |
ThriftHiveMetastore.get_fields_with_environment_context_result.setO3(UnknownDBException o3) |
void |
ThriftHiveMetastore.get_fields_req_result.setO3(UnknownDBException o3) |
void |
ThriftHiveMetastore.get_schema_result.setO3(UnknownDBException o3) |
void |
ThriftHiveMetastore.get_schema_with_environment_context_result.setO3(UnknownDBException o3) |
void |
ThriftHiveMetastore.get_schema_req_result.setO3(UnknownDBException o3) |
void |
ThriftHiveMetastore.get_table_objects_by_name_req_result.setO3(UnknownDBException o3) |
void |
ThriftHiveMetastore.get_materialization_invalidation_info_result.setO3(UnknownDBException o3) |
void |
ThriftHiveMetastore.update_creation_metadata_result.setO3(UnknownDBException o3) |
void |
ThriftHiveMetastore.get_table_names_by_filter_result.setO3(UnknownDBException o3) |
void |
ThriftHiveMetastore.markPartitionForEvent_result.setO3(UnknownDBException o3) |
void |
ThriftHiveMetastore.isPartitionMarkedForEvent_result.setO3(UnknownDBException o3) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Materialization |
ThriftHiveMetastore.Iface.get_materialization_invalidation_info(CreationMetadata creation_metadata,
String validTxnList) |
Materialization |
ThriftHiveMetastore.Client.get_materialization_invalidation_info(CreationMetadata creation_metadata,
String validTxnList) |
GetSchemaResponse |
ThriftHiveMetastore.Iface.get_schema_req(GetSchemaRequest req) |
GetSchemaResponse |
ThriftHiveMetastore.Client.get_schema_req(GetSchemaRequest req) |
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) |
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) |
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() |
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.markPartitionForEvent_call.getResult() |
Boolean |
ThriftHiveMetastore.AsyncClient.isPartitionMarkedForEvent_call.getResult() |
boolean |
ThriftHiveMetastore.Iface.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
boolean |
ThriftHiveMetastore.Client.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
void |
ThriftHiveMetastore.Iface.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) |
GetFieldsResponse |
ThriftHiveMetastore.Client.recv_get_fields_req() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields_with_environment_context() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields() |
Materialization |
ThriftHiveMetastore.Client.recv_get_materialization_invalidation_info() |
GetSchemaResponse |
ThriftHiveMetastore.Client.recv_get_schema_req() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_schema_with_environment_context() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_schema() |
List<String> |
ThriftHiveMetastore.Client.recv_get_table_names_by_filter() |
GetTablesResult |
ThriftHiveMetastore.Client.recv_get_table_objects_by_name_req() |
boolean |
ThriftHiveMetastore.Client.recv_isPartitionMarkedForEvent() |
void |
ThriftHiveMetastore.Client.recv_markPartitionForEvent() |
void |
ThriftHiveMetastore.Client.recv_update_creation_metadata() |
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) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.