Interface HeFQUINEngineConfigReader.Context

All Known Subinterfaces:
HeFQUINEngineConfigReader.ExtendedContext
All Known Implementing Classes:
HeFQUINEngineConfigReader.ExtendedContextImpl1, HeFQUINEngineConfigReader.ExtendedContextImpl2
Enclosing class:
HeFQUINEngineConfigReader

public static interface HeFQUINEngineConfigReader.Context
  • Method Details

    • getExecutorServiceForFederationAccess

      ExecutorService getExecutorServiceForFederationAccess()
    • getExecutorServiceForPlanTasks

      ExecutorService getExecutorServiceForPlanTasks()
    • getFederationCatalog

      FederationCatalog getFederationCatalog()
    • isExperimentRun

      boolean isExperimentRun()
    • skipExecution

      boolean skipExecution()
    • getSourceAssignmentPrinter

      LogicalPlanPrinter getSourceAssignmentPrinter()
      may be null if source assignment printing is not requested by the user
    • getLogicalPlanPrinter

      LogicalPlanPrinter getLogicalPlanPrinter()
      may be null if logical plan printing is not requested by the user
    • getPhysicalPlanPrinter

      PhysicalPlanPrinter getPhysicalPlanPrinter()
      may be null if physical plan printing is not requested by the user