Package io.debezium.relational
Class Tables.TablesById
java.lang.Object
io.debezium.relational.Tables.TablesById
- Enclosing class:
- Tables
A map of tables by id. Table names are stored lower-case if required as per the config.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final ConcurrentMap<TableId,Table> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidclear()entrySet()boolean(package private) voidforEach(BiConsumer<? super TableId, ? super Table> action) inthashCode()ids()(package private) booleanisEmpty()voidputAll(Tables.TablesById tablesByTableId) (package private) intsize()private TableIdtoLowerCaseIfNeeded(TableId tableId)
-
Field Details
-
tableIdCaseInsensitive
private final boolean tableIdCaseInsensitive -
values
-
-
Constructor Details
-
TablesById
public TablesById(boolean tableIdCaseInsensitive)
-
-
Method Details