Uses of Annotation Type
io.debezium.annotation.ThreadSafe
Packages that use ThreadSafe
Package
Description
-
Uses of ThreadSafe in io.debezium.config
Classes in io.debezium.config with annotations of type ThreadSafeModifier and TypeClassDescriptionclassDefines the configuration options of a connector. -
Uses of ThreadSafe in io.debezium.connector.base
Classes in io.debezium.connector.base with annotations of type ThreadSafeModifier and TypeClassDescriptionclassChangeEventQueue<T extends Sizeable>A queue which serves as handover point between producer threads (e.g. -
Uses of ThreadSafe in io.debezium.document
Classes in io.debezium.document with annotations of type ThreadSafeModifier and TypeInterfaceDescriptioninterfaceReadsArrayinstances from a variety of input forms.interfaceWritesArrayinstances to a variety of output forms.interfaceReadsDocumentinstances from a variety of input forms.interfaceWritesDocumentinstances to a variety of output forms.(package private) final classADocumentReaderandArrayReaderthat uses the Jackson library to read JSON.(package private) final classADocumentWriterandArrayWriterthat uses the Jackson library to write JSON. -
Uses of ThreadSafe in io.debezium.jdbc
Classes in io.debezium.jdbc with annotations of type ThreadSafeModifier and TypeInterfaceDescriptionstatic interfaceEstablishes JDBC connections. -
Uses of ThreadSafe in io.debezium.metrics
Classes in io.debezium.metrics with annotations of type ThreadSafe -
Uses of ThreadSafe in io.debezium.pipeline
Classes in io.debezium.pipeline with annotations of type ThreadSafeModifier and TypeClassDescriptionclassChangeEventSourceCoordinator<P extends Partition,O extends OffsetContext> Coordinates one or moreChangeEventSources and executes them in order. -
Uses of ThreadSafe in io.debezium.pipeline.meters
Classes in io.debezium.pipeline.meters with annotations of type ThreadSafeModifier and TypeClassDescriptionclassCarries common event metrics.classCarries connection metrics.classCarries snapshot metrics.classCarries streaming metrics. -
Uses of ThreadSafe in io.debezium.pipeline.metrics
Classes in io.debezium.pipeline.metrics with annotations of type ThreadSafeModifier and TypeClassDescriptionclassDefaultSnapshotChangeEventSourceMetrics<P extends Partition>The default implementation of metrics related to the snapshot phase of a connector.classThe default implementation of metrics related to the streaming phase of a connector.classPipelineMetrics<P extends Partition>Base for metrics implementations. -
Uses of ThreadSafe in io.debezium.processors
Classes in io.debezium.processors with annotations of type ThreadSafeModifier and TypeClassDescriptionclassRegistry of all post processors that are provided by the connector configuration. -
Uses of ThreadSafe in io.debezium.relational
Classes in io.debezium.relational with annotations of type ThreadSafeModifier and TypeClassDescriptionclassThe registry of all converters that were provided by the connector configuration.final classStructural definitions for a set of tables in a JDBC database.classBuilder that constructsTableSchemainstances forTabledefinitions. -
Uses of ThreadSafe in io.debezium.relational.history
Classes in io.debezium.relational.history with annotations of type ThreadSafeModifier and TypeClassDescriptionfinal classASchemaHistoryimplementation that stores the schema history in memory. -
Uses of ThreadSafe in io.debezium.schema
Classes in io.debezium.schema with annotations of type ThreadSafeModifier and TypeInterfaceDescriptioninterfaceA adjuster for the names of change data message schemas and for the names of the fiields in the schemas.static interfaceFunction used to report that an original value was replaced with an Avro-compatible string.private static classTopicSelector.TopicNameCache<I extends DataCollectionId>Deprecated.A topic namer that caches names it has obtained from a delegate. -
Uses of ThreadSafe in io.debezium.service
Classes in io.debezium.service with annotations of type ThreadSafe -
Uses of ThreadSafe in io.debezium.snapshot
Classes in io.debezium.snapshot with annotations of type ThreadSafeModifier and TypeClassDescriptionclassRegistry of all available snapshotters. -
Uses of ThreadSafe in io.debezium.util
Classes in io.debezium.util with annotations of type ThreadSafeModifier and TypeClassDescriptionclassA stopwatch for measuring durations.protected static classAbstract base class forStopwatch.Durationsimplementations.static interfaceThe average and total durations as measured by one or more stopwatches.private static final classAStopwatch.Durationsimplementation that accumulates alladdeddurations.private static final classAStopwatch.Durationsimplementation that only remembers the most recentlyaddedduration.static interfaceA set of stopwatches whose durations are combined.final classString-related utility methods.classA latch that works similarly toCountDownLatchexcept that it can also increase the count dynamically.