Package | Description |
---|---|
org.apache.drill.exec.planner.fragment | |
org.apache.drill.exec.planner.fragment.contrib |
Modifier and Type | Interface and Description |
---|---|
interface |
QueryParallelizer
Parallelizes the query plan.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultQueryParallelizer
Non RM version of the parallelizer.
|
class |
QueueQueryParallelizer
Paralellizer specialized for managing resources for a query based on Queues.
|
class |
SimpleParallelizer
The simple parallelizer determines the level of parallelization of a plan
based on the cost of the underlying operations.
|
Modifier and Type | Method and Description |
---|---|
void |
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) |
Modifier and Type | Class and Description |
---|---|
class |
SplittingParallelizer
SimpleParallelizerMultiPlans class is an extension to SimpleParallelizer to
help with getting PlanFragments for split plan.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.