Package org.apache.iceberg.flink
Interface TableLoader
- All Superinterfaces:
AutoCloseable
,Cloneable
,Closeable
,Serializable
- All Known Implementing Classes:
TableLoader.CatalogTableLoader
,TableLoader.HadoopTableLoader
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Clone a TableLoaderstatic TableLoader
fromCatalog
(CatalogLoader catalogLoader, TableIdentifier identifier) static TableLoader
fromHadoopTable
(String location) static TableLoader
fromHadoopTable
(String location, org.apache.hadoop.conf.Configuration hadoopConf) boolean
isOpen()
void
open()
-
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)
-