Package io.debezium.snapshot.lock
Class NoLockingSupport
java.lang.Object
io.debezium.snapshot.lock.NoLockingSupport
- All Implemented Interfaces:
Service,SnapshotLock,Configurable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NO_LOCKING_SUPPORT
- See Also:
-
-
Constructor Details
-
NoLockingSupport
public NoLockingSupport()
-
-
Method Details
-
name
- Specified by:
namein interfaceSnapshotLock- Returns:
- the name of the snapshot lock.
-
configure
- Specified by:
configurein interfaceConfigurable
-
tableLockingStatement
Description copied from interface:SnapshotLockReturns a SQL statement for locking the given tables during snapshotting, if required by the specific snapshotter implementation.- Specified by:
tableLockingStatementin interfaceSnapshotLock
-