java.lang.Object
org.apache.beam.runners.flink.translation.wrappers.streaming.io.source.FlinkSource<T,OutputT>
Type Parameters:
T - The data type of the records emitted by the raw Beam sources.
OutputT - The data type of the records emitted by the Flink Source.
All Implemented Interfaces:
Serializable, org.apache.flink.api.connector.source.Source<OutputT,FlinkSourceSplit<T>,Map<Integer,List<FlinkSourceSplit<T>>>>, org.apache.flink.api.connector.source.SourceReaderFactory<OutputT,FlinkSourceSplit<T>>
Direct Known Subclasses:
FlinkBoundedSource, FlinkUnboundedSource

public abstract class FlinkSource<T,OutputT> extends Object implements org.apache.flink.api.connector.source.Source<OutputT,FlinkSourceSplit<T>,Map<Integer,List<FlinkSourceSplit<T>>>>
See Also: