Interface PlannerFactory

  • All Superinterfaces:
    Factory
    All Known Implementing Classes:
    DefaultPlannerFactory, DelegatePlannerFactory

    @Internal
    public interface PlannerFactory
    extends Factory
    Factory that creates Planner.

    This factory is used with Java's Service Provider Interfaces (SPI) for discovering. A factory is called with a set of normalized properties that describe the desired configuration. Those properties may include execution configurations such as watermark interval, max parallelism etc., table specific initialization configuration such as if the queries should be executed in batch mode.