Class MinimalSnapshotLock
java.lang.Object
io.debezium.connector.mysql.snapshot.lock.DefaultSnapshotLock
io.debezium.connector.mysql.snapshot.lock.MinimalSnapshotLock
- All Implemented Interfaces:
Service
,SnapshotLock
,io.debezium.spi.common.Configurable
@ConnectorSpecific(connector=MySqlConnector.class)
public class MinimalSnapshotLock
extends DefaultSnapshotLock
implements SnapshotLock
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.mysql.snapshot.lock.DefaultSnapshotLock
tableLockingStatement
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.debezium.snapshot.spi.SnapshotLock
tableLockingStatement
-
Constructor Details
-
MinimalSnapshotLock
public MinimalSnapshotLock()
-
-
Method Details
-
name
- Specified by:
name
in interfaceSnapshotLock
-
configure
- Specified by:
configure
in interfaceio.debezium.spi.common.Configurable
-