| Package | Description |
|---|---|
| io.debezium.relational | |
| io.debezium.relational.history | |
| io.debezium.util |
| Modifier and Type | Field and Description |
|---|---|
private FunctionalReadWriteLock |
Tables.lock |
| Modifier and Type | Field and Description |
|---|---|
private FunctionalReadWriteLock |
MemoryDatabaseHistory.lock |
private FunctionalReadWriteLock |
FileDatabaseHistory.lock |
| Modifier and Type | Method and Description |
|---|---|
static FunctionalReadWriteLock |
FunctionalReadWriteLock.create(ReadWriteLock lock)
Create a read-write lock around the given standard
ReadWriteLock. |
static FunctionalReadWriteLock |
FunctionalReadWriteLock.reentrant()
Create a read-write lock that supports reentrancy.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.