Interface BinlogConnectorConfig.SnapshotLockingStrategy

Enclosing class:
BinlogConnectorConfig

public static interface BinlogConnectorConfig.SnapshotLockingStrategy
A common strategy across binlog-based connectors to express snapshot locking requirements.
  • 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