public interface TableLoader
extends java.io.Closeable, java.io.Serializable
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
TableLoader.CatalogTableLoader  | 
static class  | 
TableLoader.HadoopTableLoader  | 
| Modifier and Type | Method and Description | 
|---|---|
static TableLoader | 
fromCatalog(CatalogLoader catalogLoader,
           TableIdentifier identifier)  | 
static TableLoader | 
fromHadoopTable(java.lang.String location)  | 
static TableLoader | 
fromHadoopTable(java.lang.String location,
               org.apache.hadoop.conf.Configuration hadoopConf)  | 
Table | 
loadTable()  | 
void | 
open()  | 
void open()
Table loadTable()
static TableLoader fromCatalog(CatalogLoader catalogLoader, TableIdentifier identifier)
static TableLoader fromHadoopTable(java.lang.String location)
static TableLoader fromHadoopTable(java.lang.String location, org.apache.hadoop.conf.Configuration hadoopConf)