Class StorageMultiFileReaderPipe<T,​B>

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

    public class StorageMultiFileReaderPipe<T,​B>
    extends CompoundPipe<T>
    A source pipe reading multiple remote binary files from the cloud. Supports file filtering and ordering, as well as automatic sharding of the data.
    Author:
    Eyal Schneider