Interface Configurable<C>

All Known Implementing Classes:
EcsCatalog, GlueCatalog, JdbcCatalog, NessieCatalog, RESTCatalog, RESTSessionCatalog, SnowflakeCatalog

public interface Configurable<C>
Interface used to avoid runtime dependencies on Hadoop Configurable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setConf(C conf)
     
  • Method Details

    • setConf

      void setConf(C conf)