| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
List<TableMeta> |
HiveMetaStore.HMSHandler.get_table_meta(String dbnames,
String tblNames,
List<String> tblTypes) |
List<TableMeta> |
HiveMetaStoreClient.getTableMeta(String dbPatterns,
String tablePatterns,
List<String> tableTypes) |
List<TableMeta> |
ObjectStore.getTableMeta(String dbNames,
String tableNames,
List<String> tableTypes) |
List<TableMeta> |
IMetaStoreClient.getTableMeta(String dbPatterns,
String tablePatterns,
List<String> tableTypes)
For quick GetTablesOperation
|
List<TableMeta> |
RawStore.getTableMeta(String dbNames,
String tableNames,
List<String> tableTypes) |
| Modifier and Type | Method and Description |
|---|---|
TableMeta |
TableMeta.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
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<TableMeta> |
ThriftHiveMetastore.AsyncClient.get_table_meta_call.getResult() |
List<TableMeta> |
ThriftHiveMetastore.get_table_meta_result.getSuccess() |
Iterator<TableMeta> |
ThriftHiveMetastore.get_table_meta_result.getSuccessIterator() |
List<TableMeta> |
ThriftHiveMetastore.Client.recv_get_table_meta() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.get_table_meta_result.addToSuccess(TableMeta elem) |
int |
TableMeta.compareTo(TableMeta other) |
boolean |
TableMeta.equals(TableMeta that) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.get_table_meta_result.setSuccess(List<TableMeta> success) |
| Constructor and Description |
|---|
TableMeta(TableMeta other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ThriftHiveMetastore.get_table_meta_result(List<TableMeta> success,
MetaException o1) |
Copyright © 2016 Cloudera. All rights reserved.