Uses of Class
io.debezium.util.BoundedConcurrentHashMap
-
Packages that use BoundedConcurrentHashMap Package Description io.debezium.schema io.debezium.transforms -
-
Uses of BoundedConcurrentHashMap in io.debezium.schema
Fields in io.debezium.schema declared as BoundedConcurrentHashMap Modifier and Type Field Description private BoundedConcurrentHashMap<T,String>FieldNameSelector.FieldNameCache. fieldNamesprivate BoundedConcurrentHashMap<I,String>TopicSelector.TopicNameCache. topicNames -
Uses of BoundedConcurrentHashMap in io.debezium.transforms
Fields in io.debezium.transforms declared as BoundedConcurrentHashMap Modifier and Type Field Description private BoundedConcurrentHashMap<org.apache.kafka.connect.data.Schema,org.apache.kafka.connect.data.Schema>ExtractNewRecordState. schemaUpdateCache
-