| Modifier and Type | Method and Description |
|---|---|
DistributionAffinity |
AbstractGroupScan.getDistributionAffinity() |
DistributionAffinity |
AbstractStore.getDistributionAffinity() |
DistributionAffinity |
HasAffinity.getDistributionAffinity()
Get distribution affinity which describes the parallelization strategy of the operator.
|
| Modifier and Type | Method and Description |
|---|---|
DistributionAffinity |
Screen.getDistributionAffinity() |
| Modifier and Type | Method and Description |
|---|---|
DistributionAffinity |
Stats.getDistributionAffinity() |
static DistributionAffinity |
DistributionAffinity.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DistributionAffinity.isLessRestrictiveThan(DistributionAffinity distributionAffinity)
Is the current DistributionAffinity less restrictive than the given
DistributionAffinity?
|
void |
Stats.setDistributionAffinity(DistributionAffinity distributionAffinity) |
| Modifier and Type | Method and Description |
|---|---|
DistributionAffinity |
DirectScanPrel.getDistributionAffinity() |
DistributionAffinity |
HasDistributionAffinity.getDistributionAffinity() |
DistributionAffinity |
ScanPrel.getDistributionAffinity() |
DistributionAffinity |
ScreenPrel.getDistributionAffinity() |
| Modifier and Type | Method and Description |
|---|---|
DistributionAffinity |
SystemTableScan.getDistributionAffinity() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.