| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractFileBasedConnector.RecordReader |
AbstractFileBasedConnector.newSingleFileReader(URL url,
URI resource)
Returns a new
AbstractFileBasedConnector.RecordReader instance; cannot be null. |
AbstractFileBasedConnector.RecordReader |
AbstractFileBasedConnector.RecordReader.readNext(reactor.core.publisher.SynchronousSink<Record> sink)
Reads the next record and emits the record to the sink, if any.
|
Copyright © 2017–2023 DataStax. All rights reserved.