Uses of Interface
org.apache.drill.exec.planner.fragment.ParallelizationParameters
Packages that use ParallelizationParameters
Package
Description
-
Uses of ParallelizationParameters in org.apache.drill.exec.planner.fragment
Subinterfaces of ParallelizationParameters in org.apache.drill.exec.planner.fragmentClasses in org.apache.drill.exec.planner.fragment that implement ParallelizationParametersModifier and TypeClassDescriptionclassNon RM version of the parallelizer.classParalellizer specialized for managing resources for a query based on Queues.classThe simple parallelizer determines the level of parallelization of a plan based on the cost of the underlying operations.Methods in org.apache.drill.exec.planner.fragment with parameters of type ParallelizationParametersModifier and TypeMethodDescriptionvoidFragmentParallelizer.parallelizeFragment(Wrapper fragment, ParallelizationParameters parameters, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) Parallelize the given fragment.voidHardAffinityFragmentParallelizer.parallelizeFragment(Wrapper fragmentWrapper, ParallelizationParameters parameters, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) voidSoftAffinityFragmentParallelizer.parallelizeFragment(Wrapper fragmentWrapper, ParallelizationParameters parameters, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) -
Uses of ParallelizationParameters in org.apache.drill.exec.planner.fragment.contrib
Classes in org.apache.drill.exec.planner.fragment.contrib that implement ParallelizationParametersModifier and TypeClassDescriptionclassSimpleParallelizerMultiPlans class is an extension to SimpleParallelizer to help with getting PlanFragments for split plan.