Package org.apache.iceberg.hadoop
Interface Configurable<C>
-
- All Known Implementing Classes:
EcsCatalog
,GlueCatalog
,JdbcCatalog
,RESTCatalog
,RESTSessionCatalog
,SnowflakeCatalog
public interface Configurable<C>
Interface used to avoid runtime dependencies on Hadoop Configurable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setConf(C conf)
-
-
-
Method Detail
-
setConf
void setConf(C conf)
-
-