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