public class SqlServerTransactionLogFetchTask extends Object implements FetchTask<SourceSplitBase>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SqlServerTransactionLogFetchTask.TransactionLogSplitReadTask
A wrapped task to read all binlog for table and also supports read bounded (from lowWatermark
to highWatermark) binlog.
|
FetchTask.Context| 构造器和说明 |
|---|
SqlServerTransactionLogFetchTask(IncrementalSplit split) |
public SqlServerTransactionLogFetchTask(IncrementalSplit split)
public void execute(FetchTask.Context context) throws Exception
execute 在接口中 FetchTask<SourceSplitBase>Exceptionpublic boolean isRunning()
isRunning 在接口中 FetchTask<SourceSplitBase>public void shutdown()
shutdown 在接口中 FetchTask<SourceSplitBase>public SourceSplitBase getSplit()
getSplit 在接口中 FetchTask<SourceSplitBase>Copyright © 2023 The Apache Software Foundation. All rights reserved.