Uses of Class
io.debezium.util.FunctionalReadWriteLock
-
Packages that use FunctionalReadWriteLock Package Description io.debezium.relational io.debezium.relational.history io.debezium.util -
-
Uses of FunctionalReadWriteLock in io.debezium.relational
Fields in io.debezium.relational declared as FunctionalReadWriteLock Modifier and Type Field Description private FunctionalReadWriteLockTables. lock -
Uses of FunctionalReadWriteLock in io.debezium.relational.history
Fields in io.debezium.relational.history declared as FunctionalReadWriteLock Modifier and Type Field Description private FunctionalReadWriteLockFileDatabaseHistory. lockprivate FunctionalReadWriteLockMemoryDatabaseHistory. lock -
Uses of FunctionalReadWriteLock in io.debezium.util
Methods in io.debezium.util that return FunctionalReadWriteLock Modifier and Type Method Description static FunctionalReadWriteLockFunctionalReadWriteLock. create(ReadWriteLock lock)Create a read-write lock around the given standardReadWriteLock.static FunctionalReadWriteLockFunctionalReadWriteLock. reentrant()Create a read-write lock that supports reentrancy.
-