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 TypeClassDescriptionclass
Non RM version of the parallelizer.class
Paralellizer specialized for managing resources for a query based on Queues.class
The 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 TypeMethodDescriptionvoid
FragmentParallelizer.parallelizeFragment
(Wrapper fragment, ParallelizationParameters parameters, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) Parallelize the given fragment.void
HardAffinityFragmentParallelizer.parallelizeFragment
(Wrapper fragmentWrapper, ParallelizationParameters parameters, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) void
SoftAffinityFragmentParallelizer.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 TypeClassDescriptionclass
SimpleParallelizerMultiPlans class is an extension to SimpleParallelizer to help with getting PlanFragments for split plan.