Uses of Interface
org.apache.drill.exec.planner.fragment.ParallelizationParameters
Package
Description
-
Uses of ParallelizationParameters in org.apache.drill.exec.planner.fragment
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
SimpleParallelizerMultiPlans class is an extension to SimpleParallelizer to help with getting PlanFragments for split plan.