Class ReadAllViaFileBasedSource<T>

All Implemented Interfaces:
Serializable, HasDisplayData

public class ReadAllViaFileBasedSource<T> extends ReadAllViaFileBasedSourceTransform<T,T>
Reads each file in the input PCollection of FileIO.ReadableFile using given parameters for splitting files into offset ranges and for creating a FileBasedSource for a file. The input PCollection must not contain directories.

To obtain the collection of FileIO.ReadableFile from a filepattern, use FileIO.readMatches().

See Also: