public class ClickhouseFileSinkAggCommitter extends Object implements SinkAggregatedCommitter<CKFileCommitInfo,CKFileAggCommitInfo>
| 构造器和说明 |
|---|
ClickhouseFileSinkAggCommitter(FileReaderOption readerOption) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
abort(List<CKFileAggCommitInfo> aggregatedCommitInfo) |
void |
close() |
CKFileAggCommitInfo |
combine(List<CKFileCommitInfo> commitInfos) |
List<CKFileAggCommitInfo> |
commit(List<CKFileAggCommitInfo> aggregatedCommitInfo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinit, restoreCommitpublic ClickhouseFileSinkAggCommitter(FileReaderOption readerOption)
public List<CKFileAggCommitInfo> commit(List<CKFileAggCommitInfo> aggregatedCommitInfo) throws IOException
commit 在接口中 SinkAggregatedCommitter<CKFileCommitInfo,CKFileAggCommitInfo>IOExceptionpublic CKFileAggCommitInfo combine(List<CKFileCommitInfo> commitInfos)
public void abort(List<CKFileAggCommitInfo> aggregatedCommitInfo) throws Exception
abort 在接口中 SinkAggregatedCommitter<CKFileCommitInfo,CKFileAggCommitInfo>Exceptionpublic void close()
throws IOException
close 在接口中 SinkAggregatedCommitter<CKFileCommitInfo,CKFileAggCommitInfo>IOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.