Class AsyncStorageMultiFileReaderPipe<T,​B>

  • Type Parameters:
    T - The output item data type
    B - The remote file metadata object type
    All Implemented Interfaces:
    Closeable, AutoCloseable, BasePipe

    public class AsyncStorageMultiFileReaderPipe<T,​B>
    extends AsyncCompoundPipe<T>
    An async source pipe reading multiple remote binary files from the cloud. Supports file filtering and automatic sharding of the data.
    Author:
    Eyal Schneider