Uses of Class
org.apache.drill.exec.server.options.OptionList
Packages that use OptionList
Package
Description
-
Uses of OptionList in org.apache.drill.exec.planner
Methods in org.apache.drill.exec.planner with parameters of type OptionList -
Uses of OptionList in org.apache.drill.exec.planner.fragment
Methods in org.apache.drill.exec.planner.fragment with parameters of type OptionListModifier 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 QueryWorkUnitSimpleParallelizer.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 QueryWorkUnitSimpleParallelizer.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
Methods in org.apache.drill.exec.planner.fragment.contrib with parameters of type OptionListModifier 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
Methods in org.apache.drill.exec.server.options that return OptionListModifier and TypeMethodDescriptionBaseOptionManager.getInternalOptionList()@NotNull OptionListOptionManager.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 OptionListOptionManager.getPublicOptionList()Returns all the public options contained in this option manager.Methods in org.apache.drill.exec.server.options with parameters of type OptionListConstructors in org.apache.drill.exec.server.options with parameters of type OptionListModifierConstructorDescriptionFragmentOptionManager(OptionManager systemOptions, OptionList options) -
Uses of OptionList in org.apache.drill.exec.work
Methods in org.apache.drill.exec.work that return OptionListConstructors in org.apache.drill.exec.work with parameters of type OptionListModifierConstructorDescriptionMinorFragmentDefn(BitControl.PlanFragment fragment, FragmentRoot root, OptionList options)