Uses of Class
org.apache.drill.exec.physical.EndpointAffinity
Package
Description
Kafka storage plugin.
Defines a mock data source which generates dummy test data for use
in testing.
MongoDB storage plugin.
-
Uses of EndpointAffinity in org.apache.drill.exec.physical.base
Modifier and TypeMethodDescriptionprotected 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.AbstractGroupScan.getOperatorAffinity()
HasAffinity.getOperatorAffinity()
Get the list of Endpoints with associated affinities that this operator has preference for. -
Uses of EndpointAffinity in org.apache.drill.exec.physical.config
-
Uses of EndpointAffinity in org.apache.drill.exec.planner.fragment
Modifier and TypeMethodDescriptionvoid
ParallelizationInfo.ParallelizationInfoCollector.addEndpointAffinities
(List<EndpointAffinity> endpointAffinities) void
Stats.addEndpointAffinities
(List<EndpointAffinity> endpointAffinityList) static ParallelizationInfo
ParallelizationInfo.create
(int minWidth, int maxWidth, List<EndpointAffinity> endpointAffinities) -
Uses of EndpointAffinity in org.apache.drill.exec.store.dfs.easy
-
Uses of EndpointAffinity in org.apache.drill.exec.store.druid
-
Uses of EndpointAffinity in org.apache.drill.exec.store.hbase
-
Uses of EndpointAffinity in org.apache.drill.exec.store.hive
-
Uses of EndpointAffinity in org.apache.drill.exec.store.iceberg
-
Uses of EndpointAffinity in org.apache.drill.exec.store.kafka
-
Uses of EndpointAffinity in org.apache.drill.exec.store.kudu
-
Uses of EndpointAffinity in org.apache.drill.exec.store.mock
-
Uses of EndpointAffinity in org.apache.drill.exec.store.mongo
-
Uses of EndpointAffinity in org.apache.drill.exec.store.parquet
Modifier and TypeMethodDescriptionAbstractParquetGroupScan.getOperatorAffinity()
Calculates the affinity each endpoint has for this scan, by adding up the affinity each endpoint has for each rowGroup. -
Uses of EndpointAffinity in org.apache.drill.exec.store.schedule
Modifier and TypeMethodDescriptionstatic <T extends CompleteWork>
List<EndpointAffinity>AffinityCreator.getAffinityMap
(List<T> work) -
Uses of EndpointAffinity in org.apache.drill.exec.store.sys
Modifier and TypeMethodDescriptionSystemTableScan.getOperatorAffinity()
If distributed, the scan needs to happen on every node.