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