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