Class KafkaGroupScan.PartitionScanWork
java.lang.Object
org.apache.drill.exec.store.kafka.KafkaGroupScan.PartitionScanWork
- All Implemented Interfaces:
Comparable<CompleteWork>
,CompleteWork
- Enclosing class:
- KafkaGroupScan
-
Field Summary
Fields inherited from interface org.apache.drill.exec.store.schedule.CompleteWork
logger
-
Constructor Summary
ConstructorDescriptionPartitionScanWork
(EndpointByteMap byteMap, KafkaPartitionScanSpec partitionScanSpec) -
Method Summary
Modifier and TypeMethodDescriptionint
long
-
Constructor Details
-
PartitionScanWork
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CompleteWork>
-
getTotalBytes
public long getTotalBytes()- Specified by:
getTotalBytes
in interfaceCompleteWork
-
getByteMap
- Specified by:
getByteMap
in interfaceCompleteWork
-
getPartitionScanSpec
-