Interface CompleteWork

All Superinterfaces:
Comparable<CompleteWork>
All Known Implementing Classes:
CompleteFileWork, IcebergCompleteWork, KafkaGroupScan.PartitionScanWork, RowGroupInfo

public interface CompleteWork extends Comparable<CompleteWork>
Container that holds a complete work unit. Can contain one or more partial units.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Field Details

    • logger

      static final org.slf4j.Logger logger
  • Method Details

    • getTotalBytes

      long getTotalBytes()
    • getByteMap

      EndpointByteMap getByteMap()