Package org.apache.iceberg.flink
Interface TableLoader
- All Superinterfaces:
- AutoCloseable,- Cloneable,- Closeable,- Serializable
- All Known Implementing Classes:
- TableLoader.CatalogTableLoader,- TableLoader.HadoopTableLoader
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class
- 
Method SummaryModifier 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- 
openvoid open()
- 
isOpenboolean isOpen()
- 
loadTableTable loadTable()
- 
cloneTableLoader clone()Clone a TableLoader
- 
fromCatalog
- 
fromHadoopTable
- 
fromHadoopTablestatic TableLoader fromHadoopTable(String location, org.apache.hadoop.conf.Configuration hadoopConf) 
 
-