Uses of Enum
org.apache.drill.exec.physical.base.Exchange.ParallelizationDependency
Packages that use Exchange.ParallelizationDependency
-
Uses of Exchange.ParallelizationDependency in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base that return Exchange.ParallelizationDependencyModifier and TypeMethodDescriptionAbstractExchange.getParallelizationDependency()
Exchange.getParallelizationDependency()
Get the parallelization dependency of the Exchange.Returns the enum constant of this type with the specified name.static Exchange.ParallelizationDependency[]
Exchange.ParallelizationDependency.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Exchange.ParallelizationDependency in org.apache.drill.exec.physical.config
Methods in org.apache.drill.exec.physical.config that return Exchange.ParallelizationDependencyModifier and TypeMethodDescriptionAbstractDeMuxExchange.getParallelizationDependency()
In DeMuxExchange, sender fragment parallelization and endpoint assignment depends on receiver fragment endpoint assignments.