public class ClickhouseSinkWriter extends Object implements SinkWriter<SeaTunnelRow,CKCommitInfo,ClickhouseSinkState>
SinkWriter.Context| 限定符和类型 | 方法和说明 |
|---|---|
void |
abortPrepare() |
void |
close() |
Optional<CKCommitInfo> |
prepareCommit() |
void |
write(SeaTunnelRow element) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplySchemaChange, snapshotStatepublic void write(SeaTunnelRow element) throws IOException
write 在接口中 SinkWriter<SeaTunnelRow,CKCommitInfo,ClickhouseSinkState>IOExceptionpublic Optional<CKCommitInfo> prepareCommit() throws IOException
prepareCommit 在接口中 SinkWriter<SeaTunnelRow,CKCommitInfo,ClickhouseSinkState>IOExceptionpublic void abortPrepare()
public void close()
throws IOException
close 在接口中 SinkWriter<SeaTunnelRow,CKCommitInfo,ClickhouseSinkState>IOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.