public class TableIterable extends Object implements Iterable<org.apache.hadoop.hive.metastore.api.Table>
| Constructor and Description |
|---|
TableIterable(IMetaStoreClient msc,
String dbname,
List<String> tableNames,
int batch_size)
Primary constructor that fetches all tables in a given msc, given a Hive
object,a db name and a table name list
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<org.apache.hadoop.hive.metastore.api.Table> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic TableIterable(IMetaStoreClient msc, String dbname, List<String> tableNames, int batch_size) throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.