public class UnboundedSourceWrapper<OutputT,CheckpointMarkT extends UnboundedSource.CheckpointMark> extends GearpumpSource<OutputT>
Constructor and Description |
---|
UnboundedSourceWrapper(UnboundedSource<OutputT,CheckpointMarkT> source,
PipelineOptions options) |
Modifier and Type | Method and Description |
---|---|
protected Source.Reader<OutputT> |
createReader(PipelineOptions options) |
close, getWatermark, open, read
public UnboundedSourceWrapper(UnboundedSource<OutputT,CheckpointMarkT> source, PipelineOptions options)
protected Source.Reader<OutputT> createReader(PipelineOptions options) throws java.io.IOException
createReader
in class GearpumpSource<OutputT>
java.io.IOException