Package io.debezium.connector.mysql
Class MySqlConnectorConfig.MySqlSnapshotLockingStrategy
java.lang.Object
io.debezium.connector.mysql.MySqlConnectorConfig.MySqlSnapshotLockingStrategy
- All Implemented Interfaces:
BinlogConnectorConfig.SnapshotLockingStrategy
- Enclosing class:
- MySqlConnectorConfig
public static class MySqlConnectorConfig.MySqlSnapshotLockingStrategy
extends Object
implements BinlogConnectorConfig.SnapshotLockingStrategy
Custom
BinlogConnectorConfig.SnapshotLockingStrategy
for MySQL.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMySqlSnapshotLockingStrategy
(MySqlConnectorConfig.SnapshotLockingMode snapshotLockingMode) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
-
Field Details
-
snapshotLockingMode
-
-
Constructor Details
-
MySqlSnapshotLockingStrategy
-
-
Method Details
-
isLockingEnabled
public boolean isLockingEnabled()- Specified by:
isLockingEnabled
in interfaceBinlogConnectorConfig.SnapshotLockingStrategy
-
isMinimalLockingEnabled
public boolean isMinimalLockingEnabled()- Specified by:
isMinimalLockingEnabled
in interfaceBinlogConnectorConfig.SnapshotLockingStrategy
-
isIsolationLevelResetOnFlush
public boolean isIsolationLevelResetOnFlush()- Specified by:
isIsolationLevelResetOnFlush
in interfaceBinlogConnectorConfig.SnapshotLockingStrategy
-