Interface CatalogFactory

All Superinterfaces:
Factory

@PublicEvolving public interface CatalogFactory extends Factory
A factory to create configured catalog instances based on string-based properties. See also Factory for more information.

Note that this interface supports the TableFactory stack for compatibility purposes. This is deprecated, however, and new implementations should implement the Factory stack instead.

  • Method Details

    • createCatalog

      Catalog createCatalog(CatalogFactory.Context context)
      Creates and configures a Catalog using the given context.

      An implementation should perform validation and the discovery of further (nested) factories in this method.