public class Db2ChangeTable
extends io.debezium.relational.ChangeTable
| Modifier and Type | Field and Description |
|---|---|
private static String |
CDC_SCHEMA |
private String |
db2CaptureInstance
The table in the CDC schema that captures changes, suitably quoted for Db2
|
private Lsn |
startLsn
A LSN from which the data in the change table are relevant
|
private Lsn |
stopLsn
A LSN to which the data in the change table are relevant
|
| Constructor and Description |
|---|
Db2ChangeTable(String captureInstance,
int changeTableObjectId,
Lsn startLsn,
Lsn stopLsn) |
Db2ChangeTable(io.debezium.relational.TableId sourceTableId,
String captureInstance,
int changeTableObjectId,
Lsn startLsn,
Lsn stopLsn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaptureInstance() |
Lsn |
getStartLsn() |
Lsn |
getStopLsn() |
private static io.debezium.relational.TableId |
resolveChangeTableId(io.debezium.relational.TableId sourceTableId,
String captureInstance) |
void |
setStopLsn(Lsn stopLsn) |
String |
toString() |
private static final String CDC_SCHEMA
private final Lsn startLsn
private Lsn stopLsn
private final String db2CaptureInstance
public Db2ChangeTable(io.debezium.relational.TableId sourceTableId,
String captureInstance,
int changeTableObjectId,
Lsn startLsn,
Lsn stopLsn)
public String getCaptureInstance()
getCaptureInstance in class io.debezium.relational.ChangeTablepublic Lsn getStartLsn()
public Lsn getStopLsn()
public void setStopLsn(Lsn stopLsn)
public String toString()
toString in class io.debezium.relational.ChangeTableprivate static io.debezium.relational.TableId resolveChangeTableId(io.debezium.relational.TableId sourceTableId,
String captureInstance)
Copyright © 2021 JBoss by Red Hat. All rights reserved.