Uses of Enum
org.apache.drill.exec.planner.fragment.DistributionAffinity
Packages that use DistributionAffinity
Package
Description
-
Uses of DistributionAffinity in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base that return DistributionAffinityModifier and TypeMethodDescriptionAbstractGroupScan.getDistributionAffinity()AbstractStore.getDistributionAffinity()HasAffinity.getDistributionAffinity()Get distribution affinity which describes the parallelization strategy of the operator. -
Uses of DistributionAffinity in org.apache.drill.exec.physical.config
Methods in org.apache.drill.exec.physical.config that return DistributionAffinity -
Uses of DistributionAffinity in org.apache.drill.exec.planner.fragment
Methods in org.apache.drill.exec.planner.fragment that return DistributionAffinityModifier and TypeMethodDescriptionStats.getDistributionAffinity()static DistributionAffinityReturns the enum constant of this type with the specified name.static DistributionAffinity[]DistributionAffinity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.drill.exec.planner.fragment with parameters of type DistributionAffinityModifier and TypeMethodDescriptionbooleanDistributionAffinity.isLessRestrictiveThan(DistributionAffinity distributionAffinity) Is the current DistributionAffinity less restrictive than the given DistributionAffinity?voidStats.setDistributionAffinity(DistributionAffinity distributionAffinity) -
Uses of DistributionAffinity in org.apache.drill.exec.planner.physical
Methods in org.apache.drill.exec.planner.physical that return DistributionAffinityModifier and TypeMethodDescriptionDirectScanPrel.getDistributionAffinity()HasDistributionAffinity.getDistributionAffinity()ScanPrel.getDistributionAffinity()ScreenPrel.getDistributionAffinity() -
Uses of DistributionAffinity in org.apache.drill.exec.store.sys
Methods in org.apache.drill.exec.store.sys that return DistributionAffinity