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