Uses of Class
io.debezium.util.BoundedConcurrentHashMap
Packages that use BoundedConcurrentHashMap
-
Uses of BoundedConcurrentHashMap in io.debezium.schema
Fields in io.debezium.schema declared as BoundedConcurrentHashMapModifier and TypeFieldDescriptionprivate final BoundedConcurrentHashMap<T, String> FieldNameSelector.FieldNameCache.fieldNamesprivate BoundedConcurrentHashMap<String, String> AbstractRegexTopicNamingStrategy.keyRegexReplaceCacheprotected BoundedConcurrentHashMap<I, String> AbstractTopicNamingStrategy.topicNamesprivate final BoundedConcurrentHashMap<I, String> TopicSelector.TopicNameCache.topicNames -
Uses of BoundedConcurrentHashMap in io.debezium.transforms
Fields in io.debezium.transforms declared as BoundedConcurrentHashMapModifier and TypeFieldDescriptionprivate final BoundedConcurrentHashMap<org.apache.kafka.connect.header.Headers, org.apache.kafka.connect.header.Headers> HeaderToValue.headersUpdateCacheprivate final BoundedConcurrentHashMap<org.apache.kafka.connect.data.Schema, ExtractSchemaToNewRecord.NewRecordValueMetadata> ExtractSchemaToNewRecord.recordValueSchemaCacheprivate BoundedConcurrentHashMap<AbstractExtractNewRecordState.NewRecordValueMetadata, org.apache.kafka.connect.data.Schema> ExtractNewRecordState.schemaUpdateCacheprivate final BoundedConcurrentHashMap<org.apache.kafka.connect.data.Schema, org.apache.kafka.connect.data.Schema> HeaderToValue.schemaUpdateCache -
Uses of BoundedConcurrentHashMap in io.debezium.transforms.outbox
Fields in io.debezium.transforms.outbox declared as BoundedConcurrentHashMapModifier and TypeFieldDescriptionprivate BoundedConcurrentHashMap<org.apache.kafka.connect.data.Schema, org.apache.kafka.connect.data.Schema> EventRouterDelegate.payloadSchemaCache