Package org.apache.iceberg.flink
Interface TableLoader
- All Superinterfaces:
 AutoCloseable,Cloneable,Closeable,Serializable
- All Known Implementing Classes:
 TableLoader.CatalogTableLoader,TableLoader.HadoopTableLoader
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class - 
Method Summary
Modifier and TypeMethodDescriptionclone()Clone a TableLoaderstatic TableLoaderfromCatalog(CatalogLoader catalogLoader, TableIdentifier identifier) static TableLoaderfromHadoopTable(String location) static TableLoaderfromHadoopTable(String location, org.apache.hadoop.conf.Configuration hadoopConf) booleanisOpen()voidopen() 
- 
Method Details
- 
open
void open() - 
isOpen
boolean isOpen() - 
loadTable
Table loadTable() - 
clone
TableLoader clone()Clone a TableLoader - 
fromCatalog
 - 
fromHadoopTable
 - 
fromHadoopTable
static TableLoader fromHadoopTable(String location, org.apache.hadoop.conf.Configuration hadoopConf)  
 -