Debezium Connector for IBM DB2 Server 1.5.0.CR1
- java.lang.Object
-
- io.debezium.connector.AbstractSourceInfo
-
- io.debezium.connector.common.BaseSourceInfo
-
- io.debezium.connector.db2.SourceInfo
-
@NotThreadSafe
public class SourceInfo
extends io.debezium.connector.common.BaseSourceInfo
Coordinates from the database log to establish the relation between the change streamed and the source log position.
Maps to source field in Envelope.
- Author:
- Jiri Pechanec
-
-
Field Summary
-
Fields inherited from class io.debezium.connector.common.BaseSourceInfo
snapshotRecord
-
Fields inherited from class io.debezium.connector.AbstractSourceInfo
COLLECTION_NAME_KEY, DATABASE_NAME_KEY, DEBEZIUM_CONNECTOR_KEY, DEBEZIUM_VERSION_KEY, SCHEMA_NAME_KEY, SERVER_NAME_KEY, SNAPSHOT_KEY, TABLE_NAME_KEY, TIMESTAMP_KEY
-
Method Summary
-
Methods inherited from class io.debezium.connector.common.BaseSourceInfo
isSnapshot, setSnapshot, snapshot
-
Methods inherited from class io.debezium.connector.AbstractSourceInfo
schema, serverName, struct, structMaker
-
-
Field Detail
-
changeLsn
private Lsn changeLsn
-
commitLsn
private Lsn commitLsn
Debezium Connector for IBM DB2 Server 1.5.0.CR1
Copyright © 2021 JBoss by Red Hat. All rights reserved.