Package io.debezium.connector.binlog
Interface BinlogConnectorConfig.SnapshotLockingStrategy
- Enclosing class:
- BinlogConnectorConfig
public static interface BinlogConnectorConfig.SnapshotLockingStrategy
A common strategy across binlog-based connectors to express snapshot locking requirements.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanboolean
-
Method Details
-
isLockingEnabled
boolean isLockingEnabled()- Returns:
- whether the snapshot should use locking
-
isMinimalLockingEnabled
boolean isMinimalLockingEnabled()- Returns:
- whether minimal locking is enabled
-
isIsolationLevelResetOnFlush
boolean isIsolationLevelResetOnFlush()- Returns:
- whether the isolation level should be reset on flushes
-