Uses of Interface
org.apache.drill.exec.store.schedule.EndpointByteMap
Packages that use EndpointByteMap
Package
Description
Kafka storage plugin.
-
Uses of EndpointByteMap in org.apache.drill.exec.store.iceberg
Methods in org.apache.drill.exec.store.iceberg that return EndpointByteMapModifier and TypeMethodDescriptionIcebergCompleteWork.getByteMap()
IcebergBlockMapBuilder.getEndpointByteMap
(org.apache.iceberg.CombinedScanTask scanTask) For a given FileWork, calculate how many bytes are available on each on drillbit endpointConstructors in org.apache.drill.exec.store.iceberg with parameters of type EndpointByteMapModifierConstructorDescriptionIcebergCompleteWork
(EndpointByteMap byteMap, org.apache.iceberg.CombinedScanTask scanTask) -
Uses of EndpointByteMap in org.apache.drill.exec.store.kafka
Methods in org.apache.drill.exec.store.kafka that return EndpointByteMapConstructors in org.apache.drill.exec.store.kafka with parameters of type EndpointByteMapModifierConstructorDescriptionPartitionScanWork
(EndpointByteMap byteMap, KafkaPartitionScanSpec partitionScanSpec) -
Uses of EndpointByteMap in org.apache.drill.exec.store.parquet
Methods in org.apache.drill.exec.store.parquet that return EndpointByteMapMethods in org.apache.drill.exec.store.parquet with parameters of type EndpointByteMap -
Uses of EndpointByteMap in org.apache.drill.exec.store.schedule
Classes in org.apache.drill.exec.store.schedule that implement EndpointByteMapMethods in org.apache.drill.exec.store.schedule that return EndpointByteMapModifier 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 endpointConstructors in org.apache.drill.exec.store.schedule with parameters of type EndpointByteMapModifierConstructorDescriptionCompleteFileWork
(EndpointByteMap byteMap, long start, long length, org.apache.hadoop.fs.Path path)