Uses of Enum
org.apache.drill.exec.physical.base.Exchange.ParallelizationDependency
-
Uses of Exchange.ParallelizationDependency in org.apache.drill.exec.physical.base
Modifier 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
Modifier and TypeMethodDescriptionAbstractDeMuxExchange.getParallelizationDependency()
In DeMuxExchange, sender fragment parallelization and endpoint assignment depends on receiver fragment endpoint assignments.