public class CassandraSourceReader extends AbstractSingleSplitReader<SeaTunnelRow>
SourceReader.Contextlock, noMoreSplits| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
notifyCheckpointComplete(long checkpointId) |
void |
open() |
void |
pollNext(Collector<SeaTunnelRow> output) |
addSplits, handleNoMoreSplits, handleSourceEvent, internalPollNext, restoreState, snapshotState, snapshotStateToBytesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnotifyCheckpointAbortedpublic void close()
throws IOException
IOExceptionpublic void pollNext(Collector<SeaTunnelRow> output) throws Exception
pollNext 在接口中 SourceReader<SeaTunnelRow,SingleSplit>pollNext 在类中 AbstractSingleSplitReader<SeaTunnelRow>Exceptionpublic void notifyCheckpointComplete(long checkpointId)
throws Exception
notifyCheckpointComplete 在接口中 CheckpointListenernotifyCheckpointComplete 在类中 AbstractSingleSplitReader<SeaTunnelRow>ExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.