Uses of Interface
org.apache.drill.exec.store.schedule.EndpointByteMap
Package
Description
Kafka storage plugin.
-
Uses of EndpointByteMap in org.apache.drill.exec.store.iceberg
Modifier and TypeMethodDescriptionIcebergCompleteWork.getByteMap()
IcebergBlockMapBuilder.getEndpointByteMap
(org.apache.iceberg.CombinedScanTask scanTask) For a given FileWork, calculate how many bytes are available on each on drillbit endpointModifierConstructorDescriptionIcebergCompleteWork
(EndpointByteMap byteMap, org.apache.iceberg.CombinedScanTask scanTask) -
Uses of EndpointByteMap in org.apache.drill.exec.store.kafka
ModifierConstructorDescriptionPartitionScanWork
(EndpointByteMap byteMap, KafkaPartitionScanSpec partitionScanSpec) -
Uses of EndpointByteMap in org.apache.drill.exec.store.parquet
-
Uses of EndpointByteMap in org.apache.drill.exec.store.schedule
Modifier and TypeMethodDescriptionCompleteFileWork.getByteMap()
CompleteWork.getByteMap()
BlockMapBuilder.getEndpointByteMap
(Set<String> noDrillbitHosts, FileWork work) For a given FileWork, calculate how many bytes are available on each on drillbit endpointModifierConstructorDescriptionCompleteFileWork
(EndpointByteMap byteMap, long start, long length, org.apache.hadoop.fs.Path path)