Interface ScanTaskGroup<T extends ScanTask>

    • Method Detail

      • tasks

        java.util.Collection<T> tasks()
        Returns scan tasks in this group.
      • sizeBytes

        default long sizeBytes()
        Description copied from interface: ScanTask
        The number of bytes that should be read by this scan task.
        Specified by:
        sizeBytes in interface ScanTask
        Returns:
        the total number of bytes to read
      • filesCount

        default int filesCount()
        Description copied from interface: ScanTask
        The number of files that will be opened by this scan task.
        Specified by:
        filesCount in interface ScanTask
        Returns:
        the number of files to open