Package | Description |
---|---|
org.apache.drill.exec.physical.base | |
org.apache.drill.exec.physical.config | |
org.apache.drill.exec.planner.fragment | |
org.apache.drill.exec.store.dfs.easy | |
org.apache.drill.exec.store.druid | |
org.apache.drill.exec.store.hbase | |
org.apache.drill.exec.store.hive | |
org.apache.drill.exec.store.iceberg | |
org.apache.drill.exec.store.kafka |
Kafka storage plugin.
|
org.apache.drill.exec.store.kudu | |
org.apache.drill.exec.store.mapr.db | |
org.apache.drill.exec.store.mock |
Defines a mock data source which generates dummy test data for use
in testing.
|
org.apache.drill.exec.store.mongo |
MongoDB storage plugin.
|
org.apache.drill.exec.store.parquet | |
org.apache.drill.exec.store.schedule | |
org.apache.drill.exec.store.sys |
Modifier and Type | Method and Description |
---|---|
protected static List<EndpointAffinity> |
AbstractExchange.getDefaultAffinityMap(List<CoordinationProtos.DrillbitEndpoint> fragmentEndpoints)
Get a default endpoint affinity map where affinity of a Drillbit is proportional to the number of its occurrences
in given endpoint list.
|
List<EndpointAffinity> |
HasAffinity.getOperatorAffinity()
Get the list of Endpoints with associated affinities that this operator has preference for.
|
List<EndpointAffinity> |
AbstractGroupScan.getOperatorAffinity() |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
Screen.getOperatorAffinity() |
Modifier and Type | Method and Description |
---|---|
Map<CoordinationProtos.DrillbitEndpoint,EndpointAffinity> |
ParallelizationInfo.getEndpointAffinityMap() |
Modifier and Type | Method and Description |
---|---|
void |
ParallelizationInfo.ParallelizationInfoCollector.addEndpointAffinities(List<EndpointAffinity> endpointAffinities) |
void |
Stats.addEndpointAffinities(List<EndpointAffinity> endpointAffinityList) |
static ParallelizationInfo |
ParallelizationInfo.create(int minWidth,
int maxWidth,
List<EndpointAffinity> endpointAffinities) |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
EasyGroupScan.getOperatorAffinity() |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
DruidGroupScan.getOperatorAffinity() |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
HBaseGroupScan.getOperatorAffinity() |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
HiveScan.getOperatorAffinity() |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
IcebergGroupScan.getOperatorAffinity() |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
KafkaGroupScan.getOperatorAffinity() |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
KuduGroupScan.getOperatorAffinity() |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
MapRDBGroupScan.getOperatorAffinity() |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
MockStorePOP.getOperatorAffinity() |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
MongoGroupScan.getOperatorAffinity() |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
AbstractParquetGroupScan.getOperatorAffinity()
Calculates the affinity each endpoint has for this scan,
by adding up the affinity each endpoint has for each rowGroup.
|
Modifier and Type | Method and Description |
---|---|
static <T extends CompleteWork> |
AffinityCreator.getAffinityMap(List<T> work) |
Modifier and Type | Method and Description |
---|---|
List<EndpointAffinity> |
SystemTableScan.getOperatorAffinity()
If distributed, the scan needs to happen on every node.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.