Class ExclusiveSnapshotLock

java.lang.Object
io.debezium.connector.informix.snapshot.lock.ExclusiveSnapshotLock
All Implemented Interfaces:
io.debezium.service.Service, io.debezium.snapshot.spi.SnapshotLock, io.debezium.spi.common.Configurable

@ConnectorSpecific(connector=InformixConnector.class) public class ExclusiveSnapshotLock extends Object implements io.debezium.snapshot.spi.SnapshotLock
  • Constructor Details

    • ExclusiveSnapshotLock

      public ExclusiveSnapshotLock()
  • Method Details

    • name

      public String name()
      Specified by:
      name in interface io.debezium.snapshot.spi.SnapshotLock
    • configure

      public void configure(Map<String,?> properties)
      Specified by:
      configure in interface io.debezium.spi.common.Configurable
    • tableLockingStatement

      public Optional<String> tableLockingStatement(Duration lockTimeout, String tableId)
      Specified by:
      tableLockingStatement in interface io.debezium.snapshot.spi.SnapshotLock