Class ExtendedSnapshotLock
java.lang.Object
io.debezium.connector.mariadb.snapshot.lock.DefaultSnapshotLock
io.debezium.connector.mariadb.snapshot.lock.ExtendedSnapshotLock
- All Implemented Interfaces:
io.debezium.service.Service,io.debezium.snapshot.spi.SnapshotLock,io.debezium.spi.common.Configurable
@ConnectorSpecific(connector=MariaDbConnector.class)
public class ExtendedSnapshotLock
extends DefaultSnapshotLock
implements io.debezium.snapshot.spi.SnapshotLock
- Author:
- Chris Cranford
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.mariadb.snapshot.lock.DefaultSnapshotLock
tableLockingStatementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.snapshot.spi.SnapshotLock
tableLockingStatement
-
Constructor Details
-
ExtendedSnapshotLock
public ExtendedSnapshotLock()
-
-
Method Details
-
name
- Specified by:
namein interfaceio.debezium.snapshot.spi.SnapshotLock
-
configure
- Specified by:
configurein interfaceio.debezium.spi.common.Configurable
-