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 TypeMethodDescriptionbooleanbooleanboolean
-
Field Details
-
snapshotLockingMode
-
-
Constructor Details
-
MySqlSnapshotLockingStrategy
-
-
Method Details
-
isLockingEnabled
public boolean isLockingEnabled()- Specified by:
isLockingEnabledin interfaceBinlogConnectorConfig.SnapshotLockingStrategy
-
isMinimalLockingEnabled
public boolean isMinimalLockingEnabled()- Specified by:
isMinimalLockingEnabledin interfaceBinlogConnectorConfig.SnapshotLockingStrategy
-
isIsolationLevelResetOnFlush
public boolean isIsolationLevelResetOnFlush()- Specified by:
isIsolationLevelResetOnFlushin interfaceBinlogConnectorConfig.SnapshotLockingStrategy
-