@Alpha public interface StreamingExtractor<S,D> extends Extractor<S,D>
| Modifier and Type | Method and Description |
|---|---|
void |
start(WatermarkStorage watermarkStorage)
Initialize the extractor to be ready to read records
|
getExpectedRecordCount, getHighWatermark, getSchema, readRecord, readRecordEnvelope, readStreamEntity, recordStream, shutdownvoid start(WatermarkStorage watermarkStorage) throws IOException
watermarkStorage - : watermark storage to retrieve previously committed watermarksIOException - : typically if there was a failure in retrieving watermarks