T
- The type of the output elements.@Public public interface SourceReaderFactory<T,SplitT extends SourceSplit> extends Serializable
Modifier and Type | Method and Description |
---|---|
SourceReader<T,SplitT> |
createReader(SourceReaderContext readerContext)
Creates a new reader to read data from the splits it gets assigned.
|
SourceReader<T,SplitT> createReader(SourceReaderContext readerContext) throws Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.