Class MariaDbReadOnlyIncrementalSnapshotContext<T>

java.lang.Object
io.debezium.pipeline.source.snapshot.incremental.AbstractIncrementalSnapshotContext<T>
io.debezium.connector.binlog.BinlogReadOnlyIncrementalSnapshotContext<T>
io.debezium.connector.mariadb.MariaDbReadOnlyIncrementalSnapshotContext<T>
All Implemented Interfaces:
io.debezium.pipeline.source.snapshot.incremental.IncrementalSnapshotContext<T>

public class MariaDbReadOnlyIncrementalSnapshotContext<T> extends BinlogReadOnlyIncrementalSnapshotContext<T>
Author:
Chris Cranford