| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
List<ExtendedTableInfo> |
AbstractThriftHiveMetastore.get_tables_ext(GetTablesExtRequest req) |
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
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedTableInfo |
ExtendedTableInfo.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<ExtendedTableInfo> |
ThriftHiveMetastore.Iface.get_tables_ext(GetTablesExtRequest req) |
List<ExtendedTableInfo> |
ThriftHiveMetastore.Client.get_tables_ext(GetTablesExtRequest req) |
List<ExtendedTableInfo> |
ThriftHiveMetastore.AsyncClient.get_tables_ext_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<List<ExtendedTableInfo>> |
ThriftHiveMetastore.AsyncProcessor.get_tables_ext.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<ExtendedTableInfo> |
ThriftHiveMetastore.get_tables_ext_result.getSuccess() |
Iterator<ExtendedTableInfo> |
ThriftHiveMetastore.get_tables_ext_result.getSuccessIterator() |
List<ExtendedTableInfo> |
ThriftHiveMetastore.Client.recv_get_tables_ext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.get_tables_ext_result.addToSuccess(ExtendedTableInfo elem) |
int |
ExtendedTableInfo.compareTo(ExtendedTableInfo other) |
boolean |
ExtendedTableInfo.equals(ExtendedTableInfo that) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.get_tables_ext(GetTablesExtRequest req,
org.apache.thrift.async.AsyncMethodCallback<List<ExtendedTableInfo>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_tables_ext(GetTablesExtRequest req,
org.apache.thrift.async.AsyncMethodCallback<List<ExtendedTableInfo>> resultHandler) |
void |
ThriftHiveMetastore.get_tables_ext_result.setSuccess(List<ExtendedTableInfo> success) |
void |
ThriftHiveMetastore.AsyncProcessor.get_tables_ext.start(I iface,
ThriftHiveMetastore.get_tables_ext_args args,
org.apache.thrift.async.AsyncMethodCallback<List<ExtendedTableInfo>> resultHandler) |
| Constructor and Description |
|---|
ExtendedTableInfo(ExtendedTableInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
get_tables_ext_call(GetTablesExtRequest req,
org.apache.thrift.async.AsyncMethodCallback<List<ExtendedTableInfo>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_tables_ext_result(List<ExtendedTableInfo> success,
MetaException o1) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.