Uses of Class
org.apache.drill.exec.server.options.OptionList
Package
Description
-
Uses of OptionList in org.apache.drill.exec.planner
-
Uses of OptionList in org.apache.drill.exec.planner.fragment
Modifier and TypeMethodDescriptionQueryParallelizer.generateWorkUnit
(OptionList options, CoordinationProtos.DrillbitEndpoint foremanNode, UserBitShared.QueryId queryId, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints, Fragment rootFragment, UserSession session, BitControl.QueryContextInformation queryContextInfo) This is the only function exposed to the consumer of this parallelizer (currently Foreman) to parallelize the plan.final QueryWorkUnit
SimpleParallelizer.generateWorkUnit
(OptionList options, CoordinationProtos.DrillbitEndpoint foremanNode, UserBitShared.QueryId queryId, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints, Fragment rootFragment, UserSession session, BitControl.QueryContextInformation queryContextInfo) The starting function for the whole parallelization and memory computation logic.protected QueryWorkUnit
SimpleParallelizer.generateWorkUnit
(OptionList options, CoordinationProtos.DrillbitEndpoint foremanNode, UserBitShared.QueryId queryId, Fragment rootNode, PlanningSet planningSet, UserSession session, BitControl.QueryContextInformation queryContextInfo) SimpleParallelizer.getSplitFragments
(OptionList options, CoordinationProtos.DrillbitEndpoint foremanNode, UserBitShared.QueryId queryId, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints, PhysicalPlanReader reader, Fragment rootFragment, UserSession session, BitControl.QueryContextInformation queryContextInfo) Create multiple physical plans from original query planning, it will allow execute them eventually independently -
Uses of OptionList in org.apache.drill.exec.planner.fragment.contrib
Modifier and TypeMethodDescriptionSplittingParallelizer.getSplitFragments
(OptionList options, CoordinationProtos.DrillbitEndpoint foremanNode, UserBitShared.QueryId queryId, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints, PhysicalPlanReader reader, Fragment rootFragment, UserSession session, BitControl.QueryContextInformation queryContextInfo) Create multiple physical plans from original query planning, it will allow execute them eventually independently -
Uses of OptionList in org.apache.drill.exec.server.options
Modifier and TypeMethodDescriptionBaseOptionManager.getInternalOptionList()
@NotNull OptionList
OptionManager.getInternalOptionList()
Returns all the internal options contained in this option manager.FallbackOptionManager.getOptionList()
OptionManager.getOptionList()
Gets the list of options managed this manager.QueryOptionManager.getOptionList()
SystemOptionManager.getOptionList()
BaseOptionManager.getPublicOptionList()
@NotNull OptionList
OptionManager.getPublicOptionList()
Returns all the public options contained in this option manager.ModifierConstructorDescriptionFragmentOptionManager
(OptionManager systemOptions, OptionList options) -
Uses of OptionList in org.apache.drill.exec.work
ModifierConstructorDescriptionMinorFragmentDefn
(BitControl.PlanFragment fragment, FragmentRoot root, OptionList options)