Uses of Class
io.debezium.data.KeyValueStore.Collection
Packages that use KeyValueStore.Collection
-
Uses of KeyValueStore.Collection in io.debezium.data
Fields in io.debezium.data with type parameters of type KeyValueStore.CollectionModifier and TypeFieldDescriptionprivate final Map<io.debezium.relational.TableId,KeyValueStore.Collection> KeyValueStore.collectionsByTableIdMethods in io.debezium.data that return KeyValueStore.CollectionModifier and TypeMethodDescriptionKeyValueStore.collection(io.debezium.relational.TableId tableId) KeyValueStore.collection(String fullyQualifiedName) KeyValueStore.collection(String catalog, String tableName) KeyValueStore.getOrCreate(io.debezium.relational.TableId tableId)