Class AsyncMultiFileReaderPipe<T>

  • Type Parameters:
    T - The output item data type
    All Implemented Interfaces:
    Closeable, AutoCloseable, BasePipe

    public class AsyncMultiFileReaderPipe<T>
    extends AsyncCompoundPipe<T>
    An async source pipe reading multiple local binary files. Supports file filtering and automatic sharding of the data. This pipe is the async version of MultiFileReaderPipe.
    Author:
    Eyal Schneider