Package se.liu.ida.hefquin.engine
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 Summary
Modifier and TypeMethodDescriptionmay benullif logical plan printing is not requested by the usermay benullif physical plan printing is not requested by the usermay benullif source assignment printing is not requested by the userbooleanboolean
-
Method Details
-
getExecutorServiceForFederationAccess
ExecutorService getExecutorServiceForFederationAccess() -
getExecutorServiceForPlanTasks
ExecutorService getExecutorServiceForPlanTasks() -
getFederationCatalog
FederationCatalog getFederationCatalog() -
isExperimentRun
boolean isExperimentRun() -
skipExecution
boolean skipExecution() -
getSourceAssignmentPrinter
LogicalPlanPrinter getSourceAssignmentPrinter()may benullif source assignment printing is not requested by the user -
getLogicalPlanPrinter
LogicalPlanPrinter getLogicalPlanPrinter()may benullif logical plan printing is not requested by the user -
getPhysicalPlanPrinter
PhysicalPlanPrinter getPhysicalPlanPrinter()may benullif physical plan printing is not requested by the user
-