public static class FastSequentialSource.FastSequentialExtractor extends Object implements Extractor<String,Long>
| Constructor and Description |
|---|
FastSequentialExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getExpectedRecordCount() |
long |
getHighWatermark() |
String |
getSchema() |
Long |
readRecord(Long reuse) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadRecordEnvelope, readStreamEntity, recordStream, shutdownpublic String getSchema() throws IOException
getSchema in interface Extractor<String,Long>IOExceptionpublic Long readRecord(@Deprecated Long reuse) throws DataRecordException, IOException
readRecord in interface Extractor<String,Long>DataRecordExceptionIOExceptionpublic long getExpectedRecordCount()
getExpectedRecordCount in interface Extractor<String,Long>public long getHighWatermark()
getHighWatermark in interface Extractor<String,Long>public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOException